Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* Noteworthy changes in release 2.11 (2011-11-25) [stable]
- qa: Now builds without compiler warnings with Solaris CC.
- qa: Added clang analysis. Fixed cyclomatic complexity output.
- tests: Added self-test of bit string functions.
- build: Added windows/libtasn14win.mk rules to produce Windows binaries.
- build: Don't hard code path to perl in doc/gdoc.
- Various minor fixes.
|
|
|
|
Fixed in 7.23.1 - November 17 2011
Bugfixes:
Windows: curl would fail if it found no CA cert, unless -k was used. Even if a non-SSL protocol URL was used
Fixed in 7.23.0 - November 15 2011
Changes:
Empty headers can be sent in HTTP requests by terminating with a semicolon
SSL session sharing support added to curl_share_setopt()
Added support to MAIL FROM for the optional SIZE parameter
smtp: Added support for NTLM authentication
curl tool: code split into tool_*.[ch] files
Bugfixes:
handle HTTP redirects to "//hostname/path"
SMTP without --mail-from caused segfault
prevent extra progress meter headers between multiple files
allow Content-Length to be replaced when sending HTTP requests
curl now always sets postfieldsize to allow --data-binary and --data to be mixed in the same command line
curl_multi_fdset: avoid FD_SET out of bounds
lots of MinGW build tweaks
Curl_gethostname: return un-qualified machine name
fixed the openssl version number configure check
nss: certificates from files are no longer looked up by file base names
returning abort from the progress function when using the multi interface would not properly cancel the transfer and close the connection
fix libcurl.m4 to not fail with modern gcc versions
ftp: improved the failed PORT host name resolved error message
TFTP timeout and unexpected block adjustments
HTTP and GOPHER test server-side connection closing adjustments
fix endless loop upon transport connection timeout
don't clobber errno on failed connect
typecheck: allow NULL to unset CURLOPT_ERRORBUFFER
formdata: ack read callback abort
make --show-error properly position independent
set the ipv6-connection boolean correctly on connect
SMTP: fix end-of-body string escaping
gtls: only call gnutls_transport_set_lowat with HTTP: handle multiple auths in a single WWW-Authenticate line
curl_multi_fdset: correct fdset with FTP PORT use
windbuild: fix the static build
fix builds with GnuTLS version 3
fix calling of OpenSSL's ERR_remove_state(0)
HTTP auth: fix proxy Negotiate bug when Negotiate not requested
ftp PORT: don't hang if bind() fails
-# would crash on terminals wider than 256 columns
Fixed in 7.22.0 - September 13 2011
Changes:
Added CURLOPT_GSSAPI_DELEGATION
Added support for NTLM delegation to Samba's winbind daemon helper ntlm_auth
Display notes from setup file in testcurl.pl
BSD-style lwIP TCP/IP stack experimental support on Windows
OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available
--delegation was added to set CURLOPT_GSSAPI_DELEGATION
nss: start with no database if the selected database is broken
telnet: allow programatic use on Windows
Bugfixes:
curl_getdate: detect some illegal dates better
when sending a request and an error is received before the (entire) request body is sent, stop sending the request and close the connection after having received the entire response. This is equally true if an Expect: 100-continue header was used.
When using both -J and a single -O with multiple URLs, a missing init could cause a segfault
-J fixed for escaped quotes
-J fixed for file names with semicolons
progress: reset flags at transfer start to avoid wrong CURLINFO_CONTENT_LENGTH_DOWNLOAD
curl_gssapi: Guard files with HAVE_GSSAPI and rename private header
silence picky compilers: mark unused parameters
help output: more gnu like output
libtests: stop checking for CURLM_CALL_MULTI_PERFORM
setting a non-HTTP proxy with an environment variable or with CURLOPT_PROXY / --proxy (without specifying CURLOPT_PROXYTYPE) would still make it do proxy-like HTTP requests
CURLFORM_BUFFER: insert filename as documented (regression)
SOCKS: fix the connect timeout
ftp_doing: bail out on error properly while multi interfacing
improved Content-Encoded decoding error message
asyn-thread: check for dotted addresses before thread starts
cmake: find winsock when building on windows
Curl_retry_request: check return code
cookies: handle 'secure=' as if it was 'secure'
tests: break busy loops in tests 502, 555, and 573
FTP: fix proxy connect race condition with multi interface and SOCKS proxy
RTSP: GET_PARAMETER requests have a body
fixed several memory leaks in OOM situations
bad expire(0) caused multi_socket API to hang
Avoid ftruncate() static define with mingw64
mk-ca-bundle.pl: ignore untrusted certs
builds with PolarSSL 1.0.0
|
|
|
|
|
|
the right approach and that he changed the calculation for 0.3.2 in a
more robust way.
Note that patch-configure will be integrated in next release.
Bump PKGREVISION for patch removal.
|
|
|
|
* Version 1.23 (released 2011-11-25) [stable]
** stringprep.h: Now #include's sys/types.h instead of unistd.h for ssize_t.
Some systems (e.g., Mingw with MSVC 9) does not have unistd.h.
** idn-free.h: Protect prototypes with 'extern "C"' marker.
Reported by Bittner Ede <bittner.ede@euronetrt.hu>.
** doc: Update link to experimental TLD tables.
The new link is <https://github.com/gnuthor/tldchk>.
** Update gnulib files and translations.
** QA: Improved cyclo output. Update GTK-DOC files. Various bugfixes.
** API and ABI is backwards compatible with the previous version.
|
|
|
|
|
|
Tested on x86_64 Linux with USE_BUILTIN.libuuid=(yes|no).
|
|
non-TexLive packages can use them.
Thanks to wiz@ for testing.
|
|
update to version 0.3.2.
|
|
XXX: will hopefully not be necessary once libuuid/builtin.mk works
|
|
|
|
|
|
provide audiofile-config any longer.
Set LICENSE while here.
Comment out REPLACE_PERL line that doesn't do anything, since it wants
to substitute in a generated file that doesn't exist yet.
|
|
|
|
Changes for Audio File Library version 0.3.2:
* Fix initialization of byte order in Creative Voice File format.
* Fix calculation of frame count in NIST SPHERE sound files.
* Remove duplicate definition of AFvirtualfile.
* Don't treat compiler warnings as errors by default.
|
|
|
|
Same distfile name, different contents.
Changes:
2010-06-21 (2.8.7rel.2)
* add limit-check for too-long URIs in href's (RedHat #605286) -TD
* fix a few places still referring to "2-8-6" -TD
|
|
|
|
|
|
|
|
|
|
WildMIDI is a simple software midi player which has a core softsynth
library that can be use with other applications.
The WildMIDI library uses Gravis Ultrasound patch files to convert
MIDI files into audio which is them passed back to the calling
application for further processing or output. The API of the library
is designed so that it is easy to include WildMIDI into applications
that wish to include MIDI file playback. With multiple MIDI file support
you can develope applications to mix several midi files together at the
same time and with the next release you will be able to use a different
patch set for each MIDI file.
|
|
|
|
0.9.10 -> 0.9.11
general:
- Now using CMake as the default build system.
For now, autotools based build and "custom" build systems are still supported.
- New Cocoa port
- Added a dynamic recompiling SH2 core for x86 and ARM
- New SCSP implementation
- Major update of the software renderer from the yabause-rr team
- Added an option to allow to execute from the cache
- Improvements to the OpenGL renderer
carbon port:
- Improvements
gtk port:
- Added command line option to enable/disable frame skipping / limiting.
- Added frame skipping/limiting configuration in settings.
- Added --autoload command line option
- Vdp2 layers can be toggled from the Vdp2 debug window
qt port:
- Added command line support
|
|
|
|
|
|
|
|
|
|
typedef struct _AFvirtualfile AFvirtualfile;
from af_vfs.h, the same line is in audiofile.h (which it includes),
and this breaks the build of musicpd.
Bump PGKREVISION.
|
|
to out-of-bounds array read
(possible DOS, CVE-2011-4362)
bump PKGREV
|
|
|
|
changes:
-minor feature additions
-bugfixes
|
|
changes:
-Added interactive tutorial
-Improved CSV import
-reduced size of output SVG files
-misc graph feature additions
-UI improvements
-bugfixes
|
|
which can lead to an overwrite or segfault
bump PKGREV
|
|
|
|
1.8.2: 2011-11-29
A bug fix release of 1.8.1.
milter-core
Fixes
* [event-loop][glib] fix memory leaks since 1.6.6.
* [core] fix memory leak when delete header.
|
|
|
|
changes:
-bugfixes
-translation updates
|
|
changes:
-minor feature additions
-bugfixes
tested with osmarender
|
|
|
|
Release 1.2.8 - 2011/11/29
--------------------------
Improvements
^^^^^^^^^^^^
* [grntest] Removed max number of bytes in a line limitation.
* [grntest] Added `--pid-path` option.
* Fixed a crash bug when accessing zlib/lzo compressed
column. Note that compressed column access will leak memories. To
resolve this, we need to improve API. We will do it in the feature.
[GtiHub#5][GtiHub#6] [Reported by Takayuki Yamaguchi]
* Fix a bug that needless column values are cleared by delete.
* [deb] Enabled experimental zlib and lzo support.
* [rpm] Enabled experimental zlib and lzo support.
* Supported truncation. [#892]
* Enabled grn_dat that is a read lock free double array implementation.
* [pkg-config] Added groonga_version variable to groonga.pc.
* Re-supported `--disable-static`. [groonga-dev,00612]
[Suggested by Kenichi Aramaki]
* [munin] Stopped to install Munin plugins by default.
* Stopped to install RedHat platform related files by default.
* Supported object renaming. [#1167]
* [munin] Added a Munin plugin that measures throughput. [#1171]
* [geo] Improved geo_in_rectangle performance. The new
implementation will be 2x faster than the old
implementation in many cases. [#1173]
* [macports] Moved groonga's MacPorts to the official
repository. [Imported by Hiroshi Umemoto]
* [geo] Changed geo literal conversion from in degree to in
msec algorithm to round-off from truncation.
* Supported a table as defrag target. It means that variable
size value columns in the table are defrag targets. [#1175]
* Removed associated path on remove. [#1180]
* [deb] Supported i386.
* [rpm] Supported i386.
* [windows] Supported x86.
Fixes
^^^^^
* Fixed a bug that wrong index is used in sort. [#766]
[Reported by Horikoshi Yuki]
* [libedit] Fixed a bug that needed initialization is
omitted. [GitHub#7] [Patch by SHIDARA Yoji]
* [doc] Fixed a typo in documentation. [GitHub#8] [Patch by zunda]
|
|
|
|
not emit warnings and errors for now-deprecated constructs.
Add comments to the existing patch files.
Bump PKGREVISION.
|
|
|