Next | Query returned 142 messages, browsing 121 to 130 | Previous

History of commit frequency

CVS Commit History:


   2005-10-30 00:16:08 by Eric Gillespie | Files touched by this commit (3)
Log message:
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
   2005-08-07 13:34:22 by Thomas Klausner | Files touched by this commit (5)
Log message:
Bump PKGREVISION for wxGTK dependency change.
   2005-05-24 01:43:38 by Eric Gillespie | Files touched by this commit (2) | Package updated
Log message:
Version 0.8.0 (released Apr 19 2005)
http://svn.collab.net/repos/rapidsvn/tags/0.8.0

User-visible changes:
* 243 	New: Native Support for Mac OS X (no X11)
* 252 	New: Fast diff to head revision
* 202 	New: New column on the filelist pane: file's extension
* 238 	New: Ability to access FSFS
* 250 	New: Show versioned files only
* 259 	Dont truncate entries in tree
* 211   	Fixed: Filenames with special chars (Umlauts) dont work
* 212 	Fixed: Commit messages with special chars (umlauts) dont work
* 221 	Fixed: Slow response to right click on files
* 230 	Fixed: Crash when trying to expand a node in the tree view
* 234 	Fixed: No update when adding a new directory
* 237 	Fixed: Folder Browser forgets location on refresh
* 242 	Fixed: No German User-Interface
* 255 	Fixed: Info report contains an invalid URL
* 257 	Fixed: Path for repositories in wrong format (only Windows)
* 263 	Fixed: No URL edit field visible with wxX11
* 244 	Fixed: Crash while setting program path in Preferences

Developer-visible changes:
* 270 	Added Full Unicode support
* 256 	Switched to Subversion 1.1 for Windows
* 222 	Fixed: Cannot compile rapidsvn on unicode-enabled wxGTK systems
* 235 	Fixed: Suse 9.1 complaints during build (wx with Unicode)
* 248 	Fixed: Compiler error for threaded_worker.cpp
* 267 	Fixed: configure and out-of-tree builds
   2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035)
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505)
Log message:
Add RMD160 digests.
   2004-12-29 00:18:22 by Jeremy C. Reed | Files touched by this commit (139) | Package updated
Log message:
Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
   2004-12-25 20:46:30 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove some BUILDLINK_DEPENDS.foo lines that have the same value as the default.
   2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908)
Log message:
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
   2004-09-26 19:15:18 by Eric Gillespie | Files touched by this commit (3)
Log message:
Update to Version 0.7.0 (released Sep 02 2004)
http://svn.collab.net/repos/rapidsvn/tags/0.7.0

User-visible changes:
179     Direct text editor access from RapidSVN
172     Options are now configurable in View/Diff tool preferences
192     Added STOP button
190     Added Documentation for Release Management
191     New merge button in log dialogue
220     Tweaked: Remember window status "Maximized"
195     Tweaked: Commits are now recursive as default (in dialog)
206     Tweaked: Changed menu entries for "Add Working Copy" and
         "Add Repository" menu items confusing
165     Fixed: Space in dir name became %20 on rename
194     Fixed: Copy didnt work with URL destination
196     Fixed: Win32 build files were missing from tar.gz source kits
167     Fixed: crash on expand bottom bookmark
214     Fixed: Incorrect info for repository directories
197     Fixed: Commit/Update used active file instead of folder in
                folder browser menu (when right-clicking in the folder
browser)
207     Fixed: TextViewer (called by LogDlg) removed (see #179)
189     Fixed: Sort order; group unversioned items with other modified
198     Fixed: folder double-clicking on Win32

Developer-visible changes:
201     Fixed: Client::log("") failed
204     Fixed: cat couldnt return binary data
218     Fixed: Default config dir created against user wishes
219     Fixed: Auth code ddidnt not use users config_dir
224     Fixed: make fails on Suse 9.1
208     Fixed: install svncpp headers (with make install)
199     Fixed: Correctly disable VC7 warning 4290
200     Fixed: VC7 wants some more Exception ctors

Next | Query returned 142 messages, browsing 121 to 130 | Previous