|
From: <ho...@us...> - 2004-02-04 03:13:33
|
Update of /cvsroot/ganc/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3870 Modified Files: download.php index.php local_variables.php Log Message: Added bug fix release 0.8.2 Index: download.php =================================================================== RCS file: /cvsroot/ganc/web/download.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** download.php 4 Feb 2004 02:39:08 -0000 1.3 --- download.php 4 Feb 2004 03:11:13 -0000 1.4 *************** *** 29,32 **** --- 29,35 ---- </p> <ul> + <li>Stable version <strong>0.8.2</strong>: + <a href="http://prdownloads.sourceforge.net/ganc/ganc-0.8.2.tar.gz?download">ganc-0.8.2.tar.gz</a></li> + <li>Stable version <strong>0.8</strong>: <a href="http://prdownloads.sourceforge.net/ganc/ganc-0.8.tar.gz?download">ganc-0.8.tar.gz</a></li> Index: index.php =================================================================== RCS file: /cvsroot/ganc/web/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.php 4 Feb 2004 02:39:08 -0000 1.3 --- index.php 4 Feb 2004 03:11:13 -0000 1.4 *************** *** 20,27 **** <ul class="news"> <li>3rd Feb 2004 <br /> <em>ganc-0.8 released</em></li> ! Brand new ganc release. <br /> ! With this version ganc becomes pure gtk2. <br /> ! It doesn't use readline and libzvt2 anymore so it should be a lot easier to install for a lot of people. And it looks way nicer thanks to the wonderful gtk2 widget GtkTextView. <li>13th Dec 2003 <br /> --- 20,32 ---- <ul class="news"> <li>3rd Feb 2004 <br /> + <em>ganc-0.8.2 released</em></li> + Just a quick bug fix from 0.8<br /> + See ChangeLog for details + + <li>3rd Feb 2004 <br /> <em>ganc-0.8 released</em></li> ! Brand new ganc release. <br /> ! With this version ganc becomes pure gtk2. <br /> ! It doesn't use readline and libzvt2 anymore so it should be a lot easier to install for a lot of people. And it looks way nicer thanks to the wonderful gtk2 widget GtkTextView. <li>13th Dec 2003 <br /> Index: local_variables.php =================================================================== RCS file: /cvsroot/ganc/web/local_variables.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** local_variables.php 4 Feb 2004 02:39:08 -0000 1.2 --- local_variables.php 4 Feb 2004 03:11:13 -0000 1.3 *************** *** 1,5 **** <!-- define local variables --> <?php ! $current_version="0.8"; $home_class=""; --- 1,5 ---- <!-- define local variables --> <?php ! $current_version="0.8.2"; $home_class=""; |