[gq-commit] gq README,1.8,1.9
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-10 07:03:00
|
Update of /cvsroot/gqclient/gq In directory sc8-pr-cvs1:/tmp/cvs-serv9557 Modified Files: README Log Message: * Added notes regarding the update of the configuration file. Index: README =================================================================== RCS file: /cvsroot/gqclient/gq/README,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** README 29 Sep 2002 19:01:09 -0000 1.8 --- README 10 Oct 2003 07:02:56 -0000 1.9 *************** *** 16,24 **** http://biot.com/gq/ ! IMPORTANT NOTE: The configuration file syntax has changed between 0.6.0 and 0.7.0 in a backwardly incompatible way. You should backup your old configuration, in case you want/need to go back to a version earlier than 0.7.0!! Compiling: --- 16,39 ---- http://biot.com/gq/ ! IMPORTANT NOTES: + 1.0: + * Configuration file syntax + The configuration file syntax has changed between 0.7.0 and 1.0 in + a backwardly incompatible way. You should backup your old configuration, in + case you want/need to go back to a version earlier than 1.0!! + + * Upgrading to GTK2 & configuration + The configuration file up to 0.7.0 was saved in a locale specific + encoding. When using GTK2 the UTF-8 encoding gets used. Switching + back to an older version may cause configuration data corruption! + + 0.7: The configuration file syntax has changed between 0.6.0 and 0.7.0 in a backwardly incompatible way. You should backup your old configuration, in case you want/need to go back to a version earlier than 0.7.0!! + + + Compiling: |