Version 1.4.6
(21 Dec 2007, from /branches/1.4.x)
http://svn.collab.net/repos/svn/tags/1.4.6

 User-visible changes:
  - Client:
    * fixed: unbounded memory use in "svn cat" over ra_svn (r26964, -8)
    * fixed: 'svn diff --summarize file' displays erroneous output (issue #2765)
    * fixed: 'svn status' wrong on previously-reverted deleted dir (issue #2804)
    * fixed: 'svn up' can delete unversioned symlinks (issue #1808)
    * fixed: use correct properties for locally replaced files (issue #2743)
    * fixed: 'svn info -R $REPO_ROOT' w/ pre-1.2 svnserve broken (r26264)
    * fixed: svnsync ignores '--config-dir' (r27056)
    * datestamps can be localized (r26156)
    * fixed: text base not updated when merging a replaced file (issue #2698)
    * fixed: inverted 'switch --relocate' error message (r22355)
    * fixed: sporadically failing file and directory removal on Windows (r25520)
    * fixed: property file handling for schedule-delete files (r25833)
    * fixed: allow invalid svn:eol-style values (r28331)
    * fixed: 'svnadmin rmlocks' should error when no path provided (r28431)
    * support neon 0.26.4 (r26077)

  - Server:
    * fixed: authz granted if calculation inconclusive (r23815)
    * fixed: svndumpfilter crashes on Windows (r23494)
    * fixed: wrong pointer type used for memset (r27263)
    * fixed: invalid FSFS directory cache can corrupt repository (r27256)
    * fixed: dir props on FSFS filesystem root never conflict (issue #2608)

  - Client and Server:
    * fixed: "No newline at end of file" message translated (issue #2906)
    * use compressed delta encoding for 'svn blame' in svnserve (r26115)
    * translation updates for Simplified Chinese

 Developer-visible changes:
 * svnserveautocheck.sh script is executable (r23942)
 * add RHEL5 RPM (r25593)
 * test suite passes with trunk servers (forwards-compatibility) (r25607)
 * javahl bindings:
     - improve error reporting from native code (r25208)


Version 1.4.5
(27 Aug 2007, from /branches/1.4.5)
http://svn.collab.net/repos/svn/tags/1.4.5

 User-visible changes:
 * fixed: file placement vulnerability (Win32 clients only)
          See CVE-2007-3846, and descriptive advisory at
          http://subversion.tigris.org/security/CVE-2007-3846-advisory.txt

Index: distinfo
===================================================================
RCS file: /home/dongsheng/wc/repo/ports/devel/subversion/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- distinfo    18 Jun 2007 06:34:48 -0000      1.15
+++ distinfo    3 Feb 2008 09:49:27 -0000
@@ -1,5 +1,5 @@
-MD5 (subversion-1.4.4.tar.gz) = cCZV3vpBi6uPaD9iaLT9MA==
-RMD160 (subversion-1.4.4.tar.gz) = 6SaR9Ff7B9W9t+S86daNqlKC1Rg=
-SHA1 (subversion-1.4.4.tar.gz) = OIGGJM88tsNt+vg4jL5+u0+m0xk=
-SHA256 (subversion-1.4.4.tar.gz) = aGvdhki0vCOo8+nGRTueLuwHh2QXbAHcEjBWu7uAN5o=
-SIZE (subversion-1.4.4.tar.gz) = 6317457
+MD5 (subversion-1.4.6.tar.gz) = Mnhv4vMimCwFZzRt4Y9kYA==
+RMD160 (subversion-1.4.6.tar.gz) = lFfLXxCkH0gZMXBvImIFtzrdzFA=
+SHA1 (subversion-1.4.6.tar.gz) = Cd0s3552imgTSlSjHOnT8ScbFgI=
+SHA256 (subversion-1.4.6.tar.gz) = aE73vWkRXvAuLqkNZRBr8ukDJblG0qLOaBayZXEuxOU=
+SIZE (subversion-1.4.6.tar.gz) = 6337805
Index: Makefile
===================================================================
RCS file: /home/dongsheng/wc/repo/ports/devel/subversion/Makefile,v
retrieving revision 1.43
diff -u -p -r1.43 Makefile
--- Makefile    4 Jan 2008 18:38:51 -0000       1.43
+++ Makefile    3 Feb 2008 10:45:53 -0000
@@ -6,16 +6,16 @@ COMMENT-python=       python interface to subv
 COMMENT-ruby=  ruby interface to subversion
 COMMENT-ap2=   apache2 subversion modules
 
-VERSION=       1.4.4
+VERSION=       1.4.6
 DISTNAME=      subversion-${VERSION}
 PKGNAME=       ${DISTNAME}
 PKGNAME-main=  ${DISTNAME}
 PKGNAME-perl=  p5-SVN-${VERSION}
-PKGNAME-python=        py-subversion-${VERSION}p1
-PKGNAME-ruby=  ruby-subversion-${VERSION}p0
+PKGNAME-python=        py-subversion-${VERSION}
+PKGNAME-ruby=  ruby-subversion-${VERSION}
 PKGNAME-ap2=   ap2-subversion-${VERSION}
 
-SO_VERSION=    1.0
+SO_VERSION=    1.1
 SVN_LIBS=      svn_client-1 svn_delta-1 svn_diff-1 svn_fs-1 \
                svn_fs_base-1 svn_fs_fs-1 svn_ra-1 svn_ra_dav-1 \
                svn_ra_local-1 svn_ra_svn-1 svn_repos-1 svn_subr-1 svn_wc-1

Attachment: pgp5R8hgzkVDj.pgp
Description: PGP signature

Reply via email to