diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-21 01:34:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-21 01:34:16 +0000 |
commit | 784133fe95b853bf2fcfe7635805a78199c0e8cd (patch) | |
tree | febce7037d94595ef286fc5fc6ca2188ec2e8f6f /doc | |
parent | b25918641051f00f46cadc795918517cf9e15300 (diff) | |
download | pkgsrc-784133fe95b853bf2fcfe7635805a78199c0e8cd.tar.gz |
Update www/websvn to 1.40, and honour CONF_FILES and PKG_SYSCONFDIR.
Changes:
ADD: RSS feed support (thanks to Lübbe Onken for his work on this)
ADD: Translatations for French and Portuguese
ADD: .exe is recognised by default as having content-type
application/x-msdownload
ADD: Recognised links are now 'linkified' in the log messages
ADD: Tabs in file/diff listings are now expanded by a user
configurable number of spaces.
ADD: WebSVN URLs now access the repository by name rather than number.
This means that bookmarks will stay the same when new projects
are added. The old behaviour can be configure in config.inc.
FIX: Removed the revision 0 that has appeared in the previous version
FIX: Repositories were not sorted alphabetically when using ParentPath
FIX: The PNG support script needed for IE (and the BlueGrey scheme) is
now only loaded with IE
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index bff72d44bc6..8696093208c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6253 2004/06/20 22:31:51 schmonz Exp $ +$NetBSD: CHANGES,v 1.6254 2004/06/21 01:34:16 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2988,3 +2988,4 @@ Changes to the packages collection and infrastructure in 2004: Added p5-Class-XPath-1.4 [schmonz 2004-06-20] Added p5-XML-RSS-Parser-2.15 [schmonz 2004-06-20] Added p5-XML-RAI-0.51 [schmonz 2004-06-20] + Updated websvn to 1.40 [xtraeme 2004-06-21] |