Subversion 0.29.0 released
[email protected] Fri, 05 Sep 2003 13:01:58 -0400
| Newsgroups | gmane.comp.lib.binarycloud.devel,gmane.comp.version-control.subversion.announce |
|---|---|
| Message-ID | <20030905170158.484546AB6F__38691.4004259326$1062781777@irregular-apocalypse.permabit.com> |
I am pleased to announce that another interim release of Subversion is
now available. You can grab release 0.29.0 at the following
location:
http://subversion.tigris.org/files/documents/15/5977/subversion-0.29.0.tar.gz
The MD5 checksum for this release is 5de4d92eae7ea5d83fe6c3964a08e261
Please note this release was tested against and ships with the latest
neon release, 0.24.1, available at:
http://www.webdav.org/neon/neon-0.24.1.tar.gz
For a full list of changes please refer to the end of this email.
Please direct all questions and comments regarding this release to
the dev_at_subversion.tigris.org mailing list.
===============
Version 0.29.0 (released 05 Sep 2003, revision 6976)
http://svn.collab.net/repos/svn/tags/0.29.0
User-visible changes:
* 'svn status' now streams its response. (r6913, #1426)
* 'svn status' now recurses into externals (r6913, #1428)
* new 'svnadmin verify' command to verify repository data (r6851, #1074)
* SSL changes: (r6958, #1371)
- dropped support for PEM-encoded client certs, only accept PKCS12 now.
- 'ssl-authority-files' is now a list of CA files
- no more 'ssl-client-cert-type' and 'ssl-client-key-file' variables.
* new svndumpfilter option: '--preserve-revprops' to keep props on empty revs
* mailer.py improvement: handle multiple match groups (r6940)
* remove in-repos/on-disk repository template features, till post-1.0 (r6965)
* various cleanups to the Book
* other bugfixes: switch deletion bug (r6890, #1496), status
repos-delete bug (r6913, #1469), reversion of '.' (r6953, #854).
Developer-visible changes:
* GUI developers take note: prompting API changed (r6928, #1214)
* now compile against neon-0.24; 0.23.9 support to be dropped soon. (r6958)
* various improvements to Perl/SWIG bindings
* tree re-org: non-core utilities split into 'tools' and 'contrib' areas.
* some gen_make.py/gen-base.py improvements
* configure.in CFLAGS bugfix (r6963)
* stop callng deprecated APIs in APR, in preparation for upcoming APR-1.0.
--
Seeya,
Paul