Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
|
|
Some BUILDLINK_RECOMMENDED bumps done also.
(If I missed any, please let me know -- and let me know a good
way to automate this.)
|
|
|
|
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.
|
|
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
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
http://svn.collab.net/repos/rapidsvn/tags/0.6.0
Pkgsrc changes: Require subversion 1.0.0 and wxGTK 2.4.2. Remove
patch-aa (issue #180 below).
User-visible changes:
* 180 Configure script failed on Solaris because of "find -maxdepth"
* 183 Save preferences "Flat view" and "Refresh with Update"
* 149 RapidSVN supported for AMD64
* 184 New icon for out-of-date files
* 186 Implemented Diff command for the Log dialog.
* 157 Fixed: diff could not open file on Linux
* 145 Fixed: sort-order for status in file-list
* 158 Fixed: crash when adding a bookmark
* 160 Fixed: double click on file in repos doesn't work
* 166 Fixed: trailing spaces on repository URL not trimmed
* 177 Fixed: status for 'out-of-date' files not being displayed
* 185 Fixed: Text/Property status display for 'out-of-date' files
* 148 Fixed: date display in log dlg
Developer-visible changes:
* 164 Fixed: ls return path wrong for current dir
* 169 Fixed: Context inits apr after using apr function
* 162 Conform with Subversion 1.0.0
* 168 add changed path support to log
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|
|
which is not supported by old find. It will make this package build
on NetBSD<=1.6.2.
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
that this release works with Subversion 0.36 and 0.37, so require at
least 0.36.
patch-aa no longer needed.
|
|
|
|
|
|
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
Bump PKGREVISION.
|
|
|
|
RapidSVN is a cross-platform GUI front-end for the Subversion
revision system written in C++ using the wxWindows framework.
|