r18679 - htdocs/trunk - Announce release 2.3.10

Geert Janssens gjanssens at code.gnucash.org
Thu Feb 18 04:02:58 EST 2010


Author: gjanssens
Date: 2010-02-18 04:02:57 -0500 (Thu, 18 Feb 2010)
New Revision: 18679
Trac: http://svn.gnucash.org/trac/changeset/18679

Added:
   htdocs/trunk/news/100217-2.3.10.news
Modified:
   htdocs/trunk/externals/global_params.php
Log:
Announce release 2.3.10

Modified: htdocs/trunk/externals/global_params.php
===================================================================
--- htdocs/trunk/externals/global_params.php	2010-02-18 08:26:13 UTC (rev 18678)
+++ htdocs/trunk/externals/global_params.php	2010-02-18 09:02:57 UTC (rev 18679)
@@ -7,7 +7,7 @@
      $latest_stable_mac_ppc     = $latest_stable.".4";
      $latest_stable_mac_intel   = $latest_stable.".4";
 
-     $latest_unstable           = "2.3.9";
+     $latest_unstable           = "2.3.10";
      $latest_unstable_win       = $latest_unstable;
      $latest_unstable_mac_ppc   = "2.3.9";
      $latest_unstable_mac_intel = "2.3.9";

Copied: htdocs/trunk/news/100217-2.3.10.news (from rev 18662, htdocs/trunk/news/100215-2.3.9.news)
===================================================================
--- htdocs/trunk/news/100217-2.3.10.news	                        (rev 0)
+++ htdocs/trunk/news/100217-2.3.10.news	2010-02-18 09:02:57 UTC (rev 18679)
@@ -0,0 +1,64 @@
+<b>Announcement:</b> GnuCash 2.3.10 (Unstable) Release
+2010-02-15
+
+<h2>GnuCash 2.3.10 (Unstable) released</h2>
+
+<p>The GnuCash development team proudly announces GnuCash 2.3.10, the tenth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.</p>
+
+<div class="dialog warning">
+<p><b>WARNING:</b> This is an *UNSTABLE* version of Gnucash.</p>
+<p>This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
+<p>Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+</div>
+
+<div class="dialog note">
+<p><b>NOTE:</b> The latest stable version is 2.2.9.</p>
+</div>
+
+<p>PLEASE TEST TEST AND TEST SOME MORE any and all features important to you.
+Then post any bugs you find to bugzilla</p>
+<p>Major changes in the 2.3.x release include;
+<ul>
+<li>In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features.  In order to build with this, add --enable-dbi to the configure command.  In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.</li>
+<li>In addition to the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple.  In order to build with this, add --enable-webkit to the configure command.  You will need an appropriate webkit-dev package.  On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.  Note that there are serious bugs when using webkit on win32, so it is advised that win32 builds continue to use gtkhtml</li>
+<li>Updated to AqBanking 3 on Win32.</li>
+</ul>
+
+<p>Changes between 2.3.9 and 2.3.10 include:
+<ul>
+<li>Revert r18654.
+
+Current GtkHtml implementation crashes the windows build whenever a report is opened.</li>
+<li>Better fix for segfault at startup caused by bug 608329's patch and a renamed Accounts tab.
+
+Patch by Tom Van Braeckel</li>
+<li>Fix crash at startup on renamed Accounts tab, bug#608329.
+
+Patch by Tom Van Braeckel.</li>
+</ul>
+
+<h3>Caveats for Testers</h3>
+<p>Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep.  If you are using the SQL backend, this is not required as every change is saved immediately to the database.<p>
+<p>The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.</p>
+
+<h3>How can you help?</h3>
+<p>Testing: Test it and help us discover all bugs that might show up in there.  Please enter each and every bug into bugzilla.</p>
+<p>Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases.  Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.</p>
+<p></p>
+<p>We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
+
+<h3>Getting GnuCash</h3>
+<p>Source code for GnuCash 2.3.10 can be downloaded from multiple locations:
+<ul>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.10.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.10.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.10/">all files</a>.</li>
+<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
+</ul></p>
+
+<p>To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
+
+<h3>Win32 binary</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.10-setup.exe">Gnucash 2.3.10 Win32 setup executable</a> can be downloaded from Sourceforge as well.
+
+<h3>About the Program</h3>
+<p>GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows.  Programming on GnuCash began in 1997, and its first stable release was in 1998.</p>



More information about the gnucash-changes mailing list