diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2004-09-21 08:35:30 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2004-09-21 08:35:30 +0000 |
commit | 5f69364917e6a7430f9afb8a6335567115f2d69d (patch) | |
tree | 029ead67e92dcaf26465d3fffb1c43e48946d086 /dev-util/subversion/ChangeLog | |
parent | added some die()'s in pkg_install() (Manifest recommit) (diff) | |
download | gentoo-2-5f69364917e6a7430f9afb8a6335567115f2d69d.tar.gz gentoo-2-5f69364917e6a7430f9afb8a6335567115f2d69d.tar.bz2 gentoo-2-5f69364917e6a7430f9afb8a6335567115f2d69d.zip |
Fix the ebuild to take the fs_fs into account, and add authz_svn support
Diffstat (limited to 'dev-util/subversion/ChangeLog')
-rw-r--r-- | dev-util/subversion/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-util/subversion/ChangeLog b/dev-util/subversion/ChangeLog index efb8f2373c3c..85b5e6656945 100644 --- a/dev-util/subversion/ChangeLog +++ b/dev-util/subversion/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/subversion # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.97 2004/09/21 08:25:31 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.98 2004/09/21 08:35:30 pauldv Exp $ + + 21 Sep 2004; Paul de Vrieze <pauldv@gentoo.org> subversion-1.1.0_rc2.ebuild: + Fix two issues. Bug #63991 to add support for authz_svn authentication in + the default apache2 configuration file (conditional). Bug #64672 to take + into account that with the new fs_fs support the server part is no longer + dependent on berkeley db. 21 Sep 2004; Paul de Vrieze <pauldv@gentoo.org> subversion-1.0.6.ebuild: Fix the location of the jar archive (bug #64800) |