2004-09-19 02:14:52 by Eric Gillespie | Files touched by this commit (3) | |
Log message:
Update to Version 1.0.7.
(17 September 2004, from /branches/1.0.x)
http://svn.collab.net/repos/svn/tags/1.0.7
User-visible-changes:
* fixed: win32 'file not found' error [issue #1862]
* fixed: 'svn st -u' crash (r10841)
* fixed: potential repos corruption; ensure stdin/out/err always open (r10819)
* fixed: allow propnames containing ":" to be fetched via http:// (r10190)
* fixed: allow user to interrupt between authentication prompts (see r11014)
* fixed: work around +t directory-creation bug in APR (r10616, 10638, 10642)
* various small fixes to Book
Developer-visible changes:
* fix library dependencies for bindings (r9338, 9340)
* java bindings: fix a crash and other bugs (r9883, 9905, 8027)
* perl bindings: various fixes (see r11023)
pkgsrc changes:
Remove devel/subversion/patches/patch-aa. This will cause the other
packages that build from the subversion tar file to build a little
slower, because they will unnecessarily rebuild subversion libraries.
Everything still works and this file is a massive pain to update with
every new release.
|
2004-09-01 11:14:01 by Martin Husemann | Files touched by this commit (1) |
Log message:
s/subversion/subversion-base/ to avoid a dependency loop.
|
2004-07-20 03:10:20 by Eric Gillespie | Files touched by this commit (3) |
Log message:
Update to Version 1.0.6.
(19 July 2004, from /branches/1.0.x)
http://svn.collab.net/repos/svn/tags/1.0.6
User-visible-changes:
* fixed: crash in status command, caused by race (r10144)
* fixed: crashes when deleting a revision-prop (r10148, r10185, r10192)
* fixed: mod_authz_svn allows COPY method on repos with space in name (#1837)
* fixed: mod_authz_svn COPY security hole: authorize whole tree (issue #1949)
Developer-visible changes:
* neon 0.24.7 now required (fixes wire compression bugs) (r10159, 10176)
|
2004-06-11 20:50:32 by Eric Gillespie | Files touched by this commit (2) |
Log message:
Update to Version 1.0.5.
(10 Jun 2004, from /branches/1.0.5)
http://svn.collab.net/repos/svn/tags/1.0.5
User-visible-changes:
* fixed: security bug in svn protocol string parsing. (CAN-2004-0413)
|
2004-06-01 02:16:37 by Eric Gillespie | Files touched by this commit (1) |
Log message:
Make BUILDLINK_RECOMMENDED.subversion-base require 1.0.0, not
${SVNVER}.
|
2004-06-01 02:16:08 by Eric Gillespie | Files touched by this commit (1) |
Log message:
Set BUILDLINK_DEPENDS.subversion-base so that all package built from
the subversion source distribution require subversion-base from the
same version, not any version matching the default dependency.
|
2004-05-31 04:04:00 by Eric Gillespie | Files touched by this commit (1) |
Log message:
Be honest about versions: require at least 1.0.0 but recommend the
current version.
|
2004-05-25 16:55:13 by Eric Gillespie | Files touched by this commit (2) |
Log message:
Update to Version 1.0.4.
(21 May 2004, from /branches/1.0.4)
http://svn.collab.net/repos/svn/tags/1.0.4
User-visible-changes:
* fixed: 'svn up' can delete unversioned data on win32 fs (issue #1854)
* fixed: pool leaks in 'svnlook diff/changed/dirs-changed'
* fixed: insecure script example in pre-commit-hook template
* fixed: inability to do a checkout to '/'
* officially recommend neon 0.24.6 in all docs.
Developer-visible changes:
* fixed: RPM build for Fedora & WBEL3/RHEL3
* fixed: SWIG-java building problem
* fixed: javahl bug which can crash JVM
* fixed: change formatting codes in svn_swig_pl_callback_thunk
* fixed: properly wrap svn_txdelta_parse_svndiff for perl
|
2004-05-19 18:32:25 by Eric Gillespie | Files touched by this commit (3) |
Log message:
Update to Version 1.0.3.
(19 May 2004, from /branches/1.0.3)
http://svn.collab.net/repos/svn/tags/1.0.3
User-visible-changes:
* fixed: security bug in date parsing. (CAN-2004-0397)
|
2004-04-26 11:21:59 by Thomas Klausner | Files touched by this commit (20) |
Log message:
Unused.
|