diff options
author | adam <adam@pkgsrc.org> | 2013-11-02 09:19:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-11-02 09:19:17 +0000 |
commit | 600aafb354e789955be2e5b7b5ef2de2207d7d97 (patch) | |
tree | 46de7f1c635d1a3074cdebecd8dac55d66c7c394 /www | |
parent | 3def7e892d779fb76207bb629ee5d33d470748a9 (diff) | |
download | pkgsrc-600aafb354e789955be2e5b7b5ef2de2207d7d97.tar.gz |
Changes 1.8.4:
User-visible changes:
- Client- and server-side bugfixes:
* fix assertion on urls of the form 'file://./'
* stop linking against psapi.dll on Windows
* translation updates for Swedish
- Client-side bugfixes:
* revert: fix problems reverting moves
* update: fix assertion when file external access is denied
* merge: reduce network connections for automatic merge
* merge: fix path corruption during reintegration
* mergeinfo: fix crash
* ra_serf: verify the result of xml parsing
* ra_serf: improve error messages during commit
* ra_local: fix error with repository in Windows drive root
* fix crash on windows when piped command is interrupted
* fix crash in the crash handler on windows
* fix assertion when upgrading old working copies
- Server-side bugfixes:
* hotcopy: cleanup unpacked revprops with '--incremental'
* fix OOM on concurrent requests at threaded server start
* fsfs: improve error message when unsupported fsfs format found
* fix memory problem in 3rd party FS module loader
Developer-visible changes:
- General:
* allow compiling against serf 1.3 and later on Windows
- Bindings:
* javahl: canonicalize path for streaFileContent method
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-subversion/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ap2-subversion/Makefile b/www/ap2-subversion/Makefile index efa7197d142..37ff1857ff3 100644 --- a/www/ap2-subversion/Makefile +++ b/www/ap2-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2013/10/19 09:07:12 adam Exp $ +# $NetBSD: Makefile,v 1.63 2013/11/02 09:19:17 adam Exp $ PKGNAME= ${APACHE_PKG_PREFIX}-subversion-${SVNVER} -PKGREVISION= 4 COMMENT= WebDAV server (Apache module) for Subversion .include "../../devel/subversion/Makefile.common" |