# # # patch "NEWS" # from [84351c9c0f7b56f5f52d2a9159beada787cbfe2c] # to [b291d4b6863c9382975628d1d8d201af6a5ffa61] # # patch "README" # from [0f12d254a4714783608dc81b5e4c6084136dc2c8] # to [044f85f9381f73563d56196785e9c07fc3819b22] # ============================================================ --- NEWS 84351c9c0f7b56f5f52d2a9159beada787cbfe2c +++ NEWS b291d4b6863c9382975628d1d8d201af6a5ffa61 @@ -1,12 +1,13 @@ -????-??-?? (0.7.1) - - starting from this version (0.7.1) guitone is distributed under the terms - of the GNU General Public License Version 3 +????-??-?? (0.8) + - starting from this version (0.7) guitone is distributed under the terms + of the GNU General Public License Version 3 and - improved: startup dialog slightly changed - now contains the possibility - to open recent databases and workspaces. Removed this functionality from - the initialization phase of the application which was rather unpredictable + to edit the preferences, open recent databases and workspaces. Removed this + functionality from the initialization phase of the application which was + rather unpredictable. - bugfix: if guitone is closed too fast (f.e. before the internal mtn thread could be started), the application wasn't closed properly, but only removed - all open windows. + all open windows. 2008-01-16 (0.7) - new: possibility to display the history of a single file in chronological ============================================================ --- README 0f12d254a4714783608dc81b5e4c6084136dc2c8 +++ README 044f85f9381f73563d56196785e9c07fc3819b22 @@ -1,15 +1,15 @@ guitone - a Qt-Frontend for monotone ==================================== Guitone is a frontend to the monotone revision control system. It aims towards a full implementation of the monotone automation interface and is especially -targeted at beginners. Guitone is copylefted under the terms of the GNU General +targeted at beginners. Guitone is copylefted under the terms of the GNU General Public License Version 3, or, at your option, any later version of this license. -You need Qt >= 4.3 to build and monotone >= 0.37 (or a monotone with -an interface version of 6.0 or greater) to run guitone. Earlier -versions do not have all the infrastructure for certain functionalities +You need Qt >= 4.3.4 to - legally (*) - build and monotone >= 0.39 +(or a monotone with an interface version of 7.0 or greater) to run guitone. +Earlier versions do not have all the infrastructure for certain functionalities available, but might still work in some areas. (You have to lower the requirements in the project file and rebuild monotone before you can actually make it work with older versions - but this is not recommended.) @@ -25,8 +25,8 @@ 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 Mac OS X. You should have a recent -version of Xcode installed (>= 2.2 because of gcc bugs) which is usually +You can also build guitone with Xcode on Mac OS X. You should have a recent +version of Xcode installed (>= 2.2 because of gcc bugs) which is usually found somewhere on the installation DVD. Then you can create a Xcode project file with @@ -123,3 +123,8 @@ Ingo "Slinky" Maindorfer Jean-Louis "Ganwell" Fuchs + +(*) Trolltech re-licensed Qt 4.3.4 and Qt 4.4 under the terms of the GNU +General Public License Version 3, so while earlier versions of the 4.3 series +technically just work the same, they should not be linked and / or +distributed with those older binaries.