Next | Query returned 136 messages, browsing 101 to 110 | Previous

History of commit frequency

CVS Commit History:


   2007-02-17 21:59:50 by Thomas Klausner | Files touched by this commit (44)
Log message:
Add "scm" to CATEGORIES to make it easy to find source control management
related packages.
   2007-01-24 20:46:45 by Eric Gillespie | Files touched by this commit (24)
Log message:
devel/apr:
    Update to 1.2.8 (formerly in devel/apr1), no longer build from the
    httpd distfile.

devel/rapidsvn:
devel/subversion-base:
parallel/ganglia-monitor-core:
security/hydra:
www/apache2:
    Use devel/apr0.

www/apache22:
    Use devel/apr and devel/apr-util.
   2007-01-19 16:04:07 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Add checksum for patch-ac.
   2007-01-06 16:37:02 by Roland Illig | Files touched by this commit (4) | Package updated
Log message:
Updated rapidsvn to 0.9.4.

Version 0.9.4 (released December 8th 2006)
http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.4

User-visible changes

    * 446 New Feature: Support for Subversion 1.4.2
    * 368 New Feature: Show affected files/dirs in Log dialog
    * 425 New Feature: Show dialog for errors
    * 447 New Feature: Add Annotate functionality
    * 439 New Feature: Translation for Simplified Chinese
    * 441 New Feature: Translation for Brazilian Portuguese
    * 453 New Feature: Translation for Italian and Portuguese (while updating \ 
translations)
    * 213 Enhancement: Different icon for a repository bookmark
    * 292 Enhancement: Enable recursive update for get action
    * 295 Enhancement: Import dialog uses URL of the current selection
    * 245 Enhancement: Checkout Dialog remembers previous working copies
    * 417 Enhancement: Mac: Change 48x48 Icon
    * 420 Enhancement: Dont expand folders while navigating with the keyboard
    * 433 Enhancement: Make "Diff to another rev/date" the default \ 
option for diff dialog
    * 434 Enhancement: Allow compare with ONE other revision in log dialog
    * 442 Enhancement: Update the indicator if a repository folder has no children
    * 468 Enhancement: Resizeable log dialog
    * 444 Enhancement: Log history window resizing
    * 454 Enhancement: Allow editing for unversioned files
    * 175 Fixed: File modified status didnt refresh automatically
    * 322 Fixed: Unable to expand directory in tree view
    * 354 Fixed: RapidSVN didnt show an error if no diff tool is configured
    * 373 Fixed: Update didnt pull svn:externals
    * 374 Fixed: Edit action failed after folder change
    * 407 Fixed: View (in log dialog) failed after folder change
    * 431 Fixed: Diff (in log dialog) failed after folder change
    * 409 Fixed: Sash location setting not correct under wxGTK
    * 423 Fixed: wxGTK: Selecting Diff options worked only with Mouse
    * 426 Fixed: Win32: Working copies on network share not accessible
    * 429 Fixed: Refresh caused folder browser to lose the selected folder
    * 436 Fixed: UI dead when a repository refused anonymous
    * 437 Fixed: Diff tool arguments hidden in Program Preferences
    * 438 Fixed: RapidSvn Authentication failure after change of system password
    * 443 Fixed: Diff dialog fields didnt resize
    * 448 Fixed: HistoryValidator didnt set text control value
    * 459 Fixed: Double-click on child in list view does not work
    * 464 Fixed: RapidSVN crashed on SSL certificate dialog
    * 465 Fixed: Move directory into subdirectory failed
    * 469 Fixed: Switch URL crashed from Folder Browser
    * 470 Fixed: Double-click on child URL in list view didnt work
    * 471 Fixed: Https crashed on Windows
    * 472 Fixed: Win2K: Icons in folder browser and filelist have black border

Developer-visible changes

    * 346 Fixed: Could not compile rapidsvn-0.9.0 with GCC 4.1.0-beta20051230
    * 408 Fixed: Solaris Compilation with Sun compiler and linker broken

Work in progress (not completed)

    * 7 Create user documentation
    * 41 Icons for all cmds
    * 451 Use wxWidgets date picker control for date fields on Diff dialog
    * 331 Display svn:externals properly
    * 377 Mac: OpenSSL not supported
    * 419 Win32: OpenSSL was not static in Installer

Version 0.9.3-1 (released June 29 2006)
http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.3-1

User-visible changes
    * 427 Win32: Incompatible update to Bdb 4.4 while SVN is using 4.3
   2006-12-06 19:58:45 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix portability (==).
   2006-09-24 18:04:00 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Undef isset() in path.hpp, since it gets defined as macro on DragonFly
and is pulled in via APR. Yeah, portability frameworks are nice.
   2006-08-08 14:28:47 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
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
   2006-07-22 06:46:20 by Roland Illig | Files touched by this commit (107)
Log message:
Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
   2006-05-21 11:04:38 by Thomas Klausner | Files touched by this commit (1)
Log message:
USE_LANGUAGES=c++
   2006-04-17 15:47:02 by Thomas Klausner | Files touched by this commit (1055) | Package updated
Log message:
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Next | Query returned 136 messages, browsing 101 to 110 | Previous