diff options
author | epg <epg> | 2005-10-29 22:16:07 +0000 |
---|---|---|
committer | epg <epg> | 2005-10-29 22:16:07 +0000 |
commit | 1e0d854607a48b8807af93af115ee0ee05461a55 (patch) | |
tree | cb44aa9a7709d74b752dae29db590a7285331303 /devel/rapidsvn/PLIST | |
parent | 11d097ae632c8f0cfc35a67a566047c2fc0b5acf (diff) | |
download | pkgsrc-1e0d854607a48b8807af93af115ee0ee05461a55.tar.gz |
Update to 0.9.0, set MAINTAINER to tech-pkg@NetBSD.org.
Version 0.9.0 (released Oct 18 2005)
http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.0
User-visible changes:
* 285 New: Changed license to GPL / LGPL
* 68 New: commit log ctrl
* 95 New: Create a bookmark editor
* 249 New: Bookmark based configuration for flat view
* 253 New: Expand item in tree view when selected
* 258 New: Added column for log messages in Log dialog
* 307 New: No prefix in path column (Flat mode)
* 273 Change titlebar info to "RapidSVN - <location>"
* 205 Fixed: Show log entries for copied branches
* 274 Fixed: Import and Info had the same shorcut
* 275 Fixed: Window Frame Positioning incorrect on restart
* 303 Fixed: GUI minimized and then closed does not show GUI on restart
* 286 Fixed: Detection of supported schemas doesnt work with subversion-1.2
Developer-visible changes:
* 281 New (Mac): Create package directory for osx and include it in "check-version"
* 276 Fixed: Compilation error in path.cpp because of missing APR_STATUS_
* 277 Fixed: Build error on wxMac because of wxString/libtoolize
* 278 Fixed (Mac): autogen.sh on OSX needs 'glibtoolize' instead of 'libtoolize
* 280 Fixed: configure didnt detect missing docbook-xsl
* 284 Fixed (Mac): Menu flickering when list view changes
* 288 Fixed: Performance while expand item in tree view
* 289 Fixed: Diff working copy against BASE file
* 293 Fixed: Segmentation fault in client error handling
* 321 Fixed: segmentation fault in src/svncpp/context.cpp
* 328 Fixed: Change MSVC project to support Subversion 1.2.3.
* 329 Fixed: Add ICONV files to installer
Work in progress (not completed):
* 80 Remember filenames, log entries between calls
* 261 Additional bookmark operations
* 279 Ensure Compatibility with wxWidgets 2.6.0
* 287 Support Subversion 1.2
Diffstat (limited to 'devel/rapidsvn/PLIST')
-rw-r--r-- | devel/rapidsvn/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rapidsvn/PLIST b/devel/rapidsvn/PLIST index 0ac5e49c72a..8d6b7b39a40 100644 --- a/devel/rapidsvn/PLIST +++ b/devel/rapidsvn/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2004/09/26 17:15:18 epg Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/10/29 22:16:07 epg Exp $ bin/rapidsvn include/svncpp/annotate_line.hpp include/svncpp/apr.hpp +include/svncpp/check.hpp include/svncpp/client.hpp include/svncpp/context.hpp include/svncpp/context_listener.hpp |