Looks good overall. A few things I do not see in CHANGES:
- mention of GNOME keyring or KDE Kwallet support. I think these are
a major new feature
- warning around plaintext password (might be there I did not look
hard for this when I did not see previous)
- svnserve logging
- memcached support in fsfs
I am not really sure how to use the last item so maybe it should be
left out anyway.
Mark
On Mon, Mar 16, 2009 at 5:12 PM, Karl Heinz Marbaise <khmarbaise_at_gmx.de> wrote:
> Hi Hyrum,
>
>> Sorry for the churn, but can you regenerate the patch against r36605?
> I have recreated the patch for the word issue as prefix.
>
> [[[
> * trunk/CHANGES
> - prefixed all issues with the word issue
> ]]]
>
> Patch attached.
>
> Kind regards
> Karl Heinz Marbaise
>
> --
> SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893
> Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029
> Hauptstrasse 177 USt.IdNr: DE191347579
> 52146 Würselen http://www.soebes.de
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1335462
> Index: CHANGES
> ===================================================================
> --- CHANGES (revision 36605)
> +++ CHANGES (working copy)
> @@ -5,12 +5,12 @@
> User-visible changes:
> - General:
> * Now require Windows 2000 or newer (r33170)
> - * Add --with-no-revprops to svn log, update mod_dav_svn, neon, serf (#3286)
> + * Add --with-no-revprops to svn log, update mod_dav_svn, neon, serf (issue #3286)
>
> - Major new features:
> * Identical files share storage space in repository (issue #2286)
> * File-externals support for intra-repository files (issue #937)
> - * Tree Conflicts (issue #2282, #2908)
> + * Tree Conflicts (issue #2282, issue #2908)
>
> - Minor new features and improvements:
> * pre-lock hook can now specify lock tokens via stdout (r32778)
> @@ -49,34 +49,34 @@
> * many other minor bugfixes, optimizations, plugs of memory leaks, etc
>
> - Server-side bugfixes:
> - * fixed: mod-dav-svn runs pre-revprop-change twice (#3085)
> - * fixed: Case-sensitivity in hostname bug in libsvn_repos (#2475) (r33236)
> - * fixed: mod-dav-svn ignores pre-revprop-change failure on revprop delete (#3086)
> + * fixed: mod-dav-svn runs pre-revprop-change twice (issue #3085)
> + * fixed: Case-sensitivity in hostname bug in libsvn_repos (issue #2475) (r33236)
> + * fixed: mod-dav-svn ignores pre-revprop-change failure on revprop delete (issue #3086)
> * fixed: mod_dav_svn Fix a bug in mod_dav_svn's update REPORT response that prevented lock
> breaks/steals from being propogated to the client in skelta-response cases. (r29914)
> * fixed: svnsync do not require destination directory to be 1.5 (r30453)
> * fixed: merge, pick default revisions with peg revision in single url (r30455)
> - * fixed: Cache ssl client certificate passphrases (#2489) (r34220)
> - * added: Add a --prefix-file switch to svndumpfilter (#2697) (r32318)
> - * fixed: Non-UTF8 filenames can enter repository (#2748) (r33148)
> - * added: svnlook proplist output should be machine parsable (e.g. --xml) (#2809) (r31978)
> - * fixed: ap_fflush() calls in mod_dav_svn can hide some errors from client (#3102) (r35328)
> - * fixed: ra_serf: svn fails during update (#3113) (r33311)
> + * fixed: Cache ssl client certificate passphrases (issue #2489) (r34220)
> + * added: Add a --prefix-file switch to svndumpfilter (issue #2697) (r32318)
> + * fixed: Non-UTF8 filenames can enter repository (issue #2748) (r33148)
> + * added: svnlook proplist output should be machine parsable (e.g. --xml) (issue #2809) (r31978)
> + * fixed: ap_fflush() calls in mod_dav_svn can hide some errors from client (issue #3102) (r35328)
> + * fixed: ra_serf: svn fails during update (issue #3113) (r33311)
> * fixed: ra_serf: Following RFC2617, verify authentication header tokens case insensitive.
> (r35981)
> - * fixed: SVNAllowBulkUpdates mod_dav_svn directive (#3121) (r29922)
> - * fixed: repository root relative URLs should support peg revisions (#3193) (r31458)
> - * fixed: Automatic database recovery with BDB-4.4. and DB_REGISTER (#2449) (r18144)
> + * fixed: SVNAllowBulkUpdates mod_dav_svn directive (issue #3121) (r29922)
> + * fixed: repository root relative URLs should support peg revisions (issue #3193) (r31458)
> + * fixed: Automatic database recovery with BDB-4.4. and DB_REGISTER (issue #2449) (r18144)
> * added: Support the usual shell quoting rules in externals definitions
> (\ to escape," to quote). This allows us to use local paths with
> - spaces in externals. (#2461) (r33417).
> - * fixed: scheme and domain name in urls should be handled case insensitive. (#2475) (r33236)
> + spaces in externals. (issue #2461) (r33417).
> + * fixed: scheme and domain name in urls should be handled case insensitive. (issue #2475) (r33236)
> * fixed: 'svnadmin hotcopy' of packaed repositories. (r36182)
>
> - Contributed tools improvements and bugfixes:
> * commit-email.pl: Deprecated; use mailer.py instead (r31755,r31767)
> * fixed: svnmerge.py migration tool(s) do not guarantee proper svn:mergeinfo
> - range ordering (#3302) (r35297)
> + range ordering (issue #3302) (r35297)
> * Partially Python 3 compatibility:
> * tools/backup/hot-backup.py.in: Use list comprehensions instead of filter(). (r34364)
> * tools/dev/iz/find-fix.py
> @@ -86,17 +86,17 @@
> - General:
> * serf 0.3.0 required (r35586)
> * many bug fixes and improvements to the test suite
> - * Document SQLite building and fix configury (#3352)
> + * Document SQLite building and fix configury (issue #3352)
>
> - * added: Use SVN_LOCALE_DIR environment variable for message localization (#2879) (r32419)
> + * added: Use SVN_LOCALE_DIR environment variable for message localization (issue #2879) (r32419)
> * added: Support to build and use SQLite amalgamation version.
> * added: SVN_ERR_RA_DAV_FORBIDDEN errorcode in svn_error_codes.h (r36589)
>
> - * enhancement: svn_log_changed_path_t needs a 'kind' field (#1967) (r35329)
> + * enhancement: svn_log_changed_path_t needs a 'kind' field (issue #1967) (r35329)
>
> - * fixed: BDB `changes' table inconsistency when APIs are misused (#3349)
> - * fixed: configure should prefer apr-1 instead of apr-0 if both are present (#2671) (r31717)
> - * fixed: Consistent 'Not Found' errors from RA layers (#3137)
> + * fixed: BDB `changes' table inconsistency when APIs are misused (issue #3349)
> + * fixed: configure should prefer apr-1 instead of apr-0 if both are present (issue #2671) (r31717)
> + * fixed: Consistent 'Not Found' errors from RA layers (issue #3137)
> (SVN_ERR_FS_NOT_FOUND and SVN_ERR_RA_DAV_PATH_NOT_FOUND was deprecated). (r31313)
> * fixed: segmentation fault with KDE 4.2. (r35737)
> * fixed: a buffer overrun (r34374)
> @@ -108,11 +108,11 @@
> * Allow to use unique Subversion application name when using KWallet. (r34367)
>
> - API changes:
> - * Notification system for properties and revision properties (#783)
> + * Notification system for properties and revision properties (issue #783)
> * fixed: make ra_svn's merge commit-revprops public (r30462, r30453)
> * fixed: dav-svn operational logging compatible with svnserve logging (r30518)
> - * fixed: Make the tree conflict WC APIs private. (#3321) (r34176)
> - * fixed: svn_client__get_copy_source() can be abysmally slow (#3356) (r35501)
> + * fixed: Make the tree conflict WC APIs private. (issue #3321) (r34176)
> + * fixed: svn_client__get_copy_source() can be abysmally slow (issue #3356) (r35501)
> * fixed: subversion/libsvn_fs_fs/tree.c (svn_fs_fs__commit_txn)
> If the commit fails then the NEW_REV argument should be SVN_INVALID_REVNUM. (r35950)
>
> @@ -126,7 +126,6 @@
> * Ruby bindings:
> - support svn_client_mergeinfo_log_merged() API (r30444)
>
> -
> Version 1.5.6
> (27 Feb 2009, from /branches/1.5.x)
> http://svn.collab.net/repos/svn/tags/1.5.6
>
>
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1335542
Received on 2009-03-16 22:43:31 CET