Bug 65870 - subversion-1.0.2 fixes a number of bugs
Summary: subversion-1.0.2 fixes a number of bugs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-22 07:00 UTC by TAKAHASHI Tamotsu
Modified: 2004-05-01 21:52 UTC (History)
0 users

See Also:


Attachments
file.diff (724 bytes, patch)
2004-04-22 07:00 UTC, TAKAHASHI Tamotsu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TAKAHASHI Tamotsu 2004-04-22 07:00:40 UTC
subversion-1.0.2 fixes a number of bugs.	

Version 1.0.2
(15 April 2004, from /branches/1.0.x)
http://svn.collab.net/repos/svn/tags/1.0.2

 User-visible changes:
 * fixed: segfault when remotely deleting svn:author property.
 * fixed: mod_dav_svn accepting too many authors. (issue #1786)
 * fixed: create runtime config files with native EOLs. (Issue #1802)
 * fixed: recursive propset can corrupt .svn/entries (issue #1794)
 * fixed: allow shared working copies [mostly working now] (issue #1509)
 * fixed: mod_authz_svn should ignore uri on MERGE request (partial #1821)
 * fixed: svnserve assertion failure on empty error messages
 * fixed: commit/update memory leaks when working on many targets (issue #1635)
 * fixed: don't display repos-paths or URLs with '\' on win32.
 * new example script:  svnserve 'sgid' wrapper.
 * minor book fixes, new 'best-practices' doc.

 Developer-visible changes:
 * fixed: deprecation warning from SWIG 1.3.20_
 * fixed: broken win32 python-swig bindings compilation.
 * fixed: bug in libsvn_fs changes-table change-folding code.
 * fixed: perl bindings: wrap root->paths_changed, apply_txdelta return values
 * added VC7 support and defines for including debug symbol files.

Fix: I've done "make" with this patch.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-04-22 10:19:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer.
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2004-05-01 21:29:52 UTC
State Changed
From-To: open->closed


Committed, thanks!