ANN: Subversion 0.37.0 released
"Jostein Chr. Andersen" <[email protected]> Sun, 25 Jan 2004 00:19:57 +0100
| Newsgroups | gmane.mail.eyebrowse.devel,gmane.comp.version-control.subversion.announce |
|---|---|
| Message-ID | <200401250019.57189.jostein__17511.6901206367$1075002534@josander.net> |
The latest interim release of Subversion is ready at: Â Â http://svn.collab.net/tarballs/subversion-0.37.0.tar.gz The MD5 checksum is: 048c4d17d5880dc8f3699020eac56224 Please direct questions/comments to the [email protected] and/or [email protected] mailing lists. Here is the CHANGES list for this release: ------------------------------------------------- User-visible changes: * bugfix: buffer overflow for AIX client * 'svn merge' now notices ancestry by default. (r8390) * bugfix: double Ctrl-C on windows no longer wedges repository. * New date formats (see API change: Rewrite of date parser below) * bugfix: Errors in authentication when --no-interactive is turned on (r8139) * bugfix: Fix some 'access denied' errors on Windows (r8341, r8352) Developer-visible changes: * API change: Rewrite of date parser (r8327, r8328, r8329) (issue #408) * bugfix: svn_fs__bdb_changes_fetch() fouls up change ordering (issue #1695) * require SWIG >=1.3.19 (issue #1690) * numerous changes to language bindings, to keep up with C API. * fix: apr build issues (r8279, r8280, r8318) (issue #1666) * changed the auth-provider C API to use 'realmstring' on all funcs * check the ra plugin ABI versions. * fix: ABI problem with blame. (r8494) (issue #1705) * remove svn_io_file_printf from public API. (r8492) (issue #1653) * extensive changes in the perl client bindings. (r8270) * too many big and small internal code cleanups and fixes to mention here ------------------------------------------------- Enjoy :-) Jostein