summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-08-08 12:28:47 +0000
committerwiz <wiz@pkgsrc.org>2006-08-08 12:28:47 +0000
commitf3c0e9c3ba7706898a8b30e679e1ad139f92c39b (patch)
tree15978545aba71db7bb514137b1ec01c3b0d78681 /devel
parentc92a9c24517ce1e66716cc9a5441cc4dd09c87ce (diff)
downloadpkgsrc-f3c0e9c3ba7706898a8b30e679e1ad139f92c39b.tar.gz
Update to 0.9.3:
Version 0.9.3 (released June 22 2006) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.3 User-visible changes * 414 Fixed: View-Preferences-Programs did not save * 377 Mac: OpenSSL not supported * 411 Fixed: Main view window not drawn when 'Bookmarks' is selected * 418 Fixed: Expand item in tree view when selected was BROKEN * 416 Fixed: Win32: RapidSVN icon not shown when using ALT-TAB * 415 New: Support Subversion 1.3.2 (with Berkeley DB 4.4) * 402 Improved: interface accesibility (tabs, default buttons etc) Developer-visible changes * 385 Fixed: autogen.sh missing in source tarball * 294 Fixed: svn_subr_version not supported in subversion 1.2 * 412 Fixed: Compile error with GCC 4.1.1 Work in progress (not completed) * 175 File modified status doesn't update * 408 Solaris Compilation with Sun compiler and linker broken * 331 Display svn:externals properly * 346 Linux: Can not compile rapidsvn-0.9.0 with GCC 4.1.0-beta20051230 Version 0.9.2 (released May 19 2006) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.2 User-visible changes * 362 New: Improve menu accessibility in localizations * 363 New: Run all actions in the background * 367 New: Allow multiple targets for copy and move * 372 New: Add French translation * 171 Fixed: svn_path_join: Assertion "is_canonical (base, blen)" failed * 176 Fixed: Repository name with Accent * 215 Fixed: Double click on a directory doesn't work * 364 Fixed: Mac+GTK: Update, etc very vers slow * 366 Fixed: Improve sorting * 371 Fixed: Execution is too slow compared to command-line SVN * 375 Fixed: Delete folder does not work * 379 Fixed: Export doesn't work - wrong parameter format * 380 Fixed: Action canceling with button causes disfunctionality * 381 Fixed: "Refresh View" updates file list and hides it afterwards * 383 Fixed: Rapid forgets that action is running if try to start the second one * 384 Fixed: First character omitted from repos folders * 387 Fixed: Cannot create a directory directly in repository * 388 Fixed: Cannot create a new tag * 393 Fixed: No SSL support in multithreaded Rapid * 395 Fixed: "Refresh View" invalid behaviour towards actions * 396 Fixed: Filelist or/and folder browser not updated after actions * 397 Fixed: Directory names sometimes not shown in repository * 398 Fixed: Context menu doesn't hide when it has to * 399 Fixed: Diff window controls activate inappropriately * 400 Fixed: Repository Bookmark shows incorrect names * 401 Fixed: Urls and paths displayed incorrectly in file info * 403 Fixed: Copying current directory to its child not forbidden Developer-visible changes * 394 Fixed: Compile error with wxGTK 2.4.2 * 333 Fixed: make error if xsl-stylesheets arent found * 358 Fixed: Invalid shell syntax in configure.in * 376 New: Add hideable menu tests for debugging * 357 Fixed: doc/manpages/rapidsvn.xml not included in distribution * 359 Fixed: "make dist" fails in packages/os * 365 Fixed: "make dist" fails if cppunit is not installed Work in progress (not completed) * 402 Improve interface accesibility (tabs, default buttons etc) Version 0.9.1 (released Feb 10 2006) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.1 User-visible changes * 95 New: Bookmark editor * 258 New: Added column for log messages in Log dialog * 282 New: Support LOCK / UNLOCK * 326 New: pre-initialize repository URL in checkout dialog * 337 New: Added Russian translation * 338 New: Added Ukrainian translation * 341 New: Added Unicode build to Windows installer * 351 New: Added "Export" menu entry and dialog * 327 Fixed: invalid logout menu item in folder browser context menu * 335 Fixed: URLs didnt support spaces * 336 Fixed: RapidSVN didnt use SVN stored credentials * 339 Fixed: Directory entries with a '.' were truncated in folder browser * 340 Fixed: Column names were not localized. * 343 Fixed: Crash / segfault at startup on Fedora Core 4 * 345 Fixed: Some menu entries on bookmarks were invisible * 350 Fixed: RapidSVN crashed when clicking Help in Checkout Menu * 352 Fixed: wrong libeay32.dll was used on Windows XP / Windows Server 2003 * 353 Fixed: Unicode Debug build crashed on Windows because of linker ambiguities Developer-visible changes * 332 New: Include "packages" in source tarball * 330 New: Supported URL schemas were not detected * 279 New: Ensure Compatibility with wxWidgets 2.6.0 * 283 New: Added Client::lock, Client::unlock, Status::locked * 287 New: Support Subversion 1.2 * 348 Fixed: Removed warnings about abstract classes without virtual destructors * 349 Fixed: Warnings at compile time Work in progress (not completed) * 80 Remember filenames, log entries between calls * 261 Additional bookmark operations
Diffstat (limited to 'devel')
-rw-r--r--devel/rapidsvn/Makefile5
-rw-r--r--devel/rapidsvn/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile
index 0c1c7725dfd..489519f91ee 100644
--- a/devel/rapidsvn/Makefile
+++ b/devel/rapidsvn/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2006/07/22 04:46:15 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2006/08/08 12:28:47 wiz Exp $
-DISTNAME= rapidsvn-0.9.0
-PKGREVISION= 3
+DISTNAME= rapidsvn-0.9.3
CATEGORIES= devel x11
MASTER_SITES= http://www.rapidsvn.org/download/
diff --git a/devel/rapidsvn/distinfo b/devel/rapidsvn/distinfo
index 5c9438cc99f..6b0fc16dbda 100644
--- a/devel/rapidsvn/distinfo
+++ b/devel/rapidsvn/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2005/10/29 22:16:07 epg Exp $
+$NetBSD: distinfo,v 1.10 2006/08/08 12:28:47 wiz Exp $
-SHA1 (rapidsvn-0.9.0.tar.gz) = de0db1743c0cc9486685dda92cf66e025e04cf49
-RMD160 (rapidsvn-0.9.0.tar.gz) = 256d15f60686e0825451feb5f76e70cc68bf4e9a
-Size (rapidsvn-0.9.0.tar.gz) = 573956 bytes
+SHA1 (rapidsvn-0.9.3.tar.gz) = 71a57ffb4f7944191df51c4a2a87f1c971567543
+RMD160 (rapidsvn-0.9.3.tar.gz) = 316904503ab1a067fb14b0567d6e28bc2a6ad6c5
+Size (rapidsvn-0.9.3.tar.gz) = 998268 bytes