# # # patch "NEWS" # from [1af8cdca431c5b57da62098010951a8f6871537e] # to [07589eb663945de2cea8a7baf04cc0b4423217a9] # # patch "README" # from [85c99f7f3c95a440306de99329d9b3b8eed4e266] # to [8bd8d9d97bb82de858e19acf1fb6e14edd142b86] # ============================================================ --- NEWS 1af8cdca431c5b57da62098010951a8f6871537e +++ NEWS 07589eb663945de2cea8a7baf04cc0b4423217a9 @@ -1,4 +1,4 @@ -????-??-?? (0.6) +2007-04-10 (0.6) - new: possibility to commit a revision via Workspace > Commit revision (note: the update of the existing workspace is not yet supported) - new: a changeset browser which makes it easy to track recent commits ============================================================ --- README 85c99f7f3c95a440306de99329d9b3b8eed4e266 +++ README 8bd8d9d97bb82de858e19acf1fb6e14edd142b86 @@ -13,7 +13,7 @@ requirements in Monotone.cpp before to make it actually work with older versions.) -To build under Linux / MacOS X just do +To build under Linux / Mac OS X just do $ cd /path/to/guitone $ ./build.sh @@ -22,7 +22,7 @@ installed to build guitone. Make sure it does reside outside /System/Library/Frameworks if you plan to build with the univsersal SDK (the default). -You can also build guitone with Xcode on OSX. For this to work you should +You can also build guitone with Xcode on Mac OS X. For this to work you should have a recent version of Xcode installed (>= 2.3 because of gcc bugs) which is usually found somewhere on the installation DVD. Then you can create a Xcode project file with @@ -65,7 +65,7 @@ Platform Notes ============== -* If you like to compile guitone on OSX, make sure you've +* If you like to compile guitone on Mac OS X, make sure you've updated your gcc to 4.0.1 or newer which comes with XCode 2.2 or later. Otherwise you'll get a "Bus error" on runtime due to a bug in gcc 4.0.0 @@ -74,6 +74,22 @@ closing dialogs please ensure you've a recent enought Qt version. Apparently in 4.2.2 the problem is no longer present. + +Known Bugs +========== + +* If you try to open a database or workspace in Mac OS X through Finder + and guitone is not yet running, you'll receive a deadlock. We're + currently investigating this issue. + +* After you committed a revision, your workspace is not updated, simply + because there is no monotone automation command available for this. In the + meantime you just have to reload your workspace after a commit. + +* The Update Workspace dialog is currently a stub for the same reason and + won't do anything. + + Authors =======