r21047 - htdocs/branches/beta/news - More fixes for validation errors.

Cristian Marchi cmarchi at code.gnucash.org
Sun Jul 31 15:05:20 EDT 2011


Author: cmarchi
Date: 2011-07-31 15:05:19 -0400 (Sun, 31 Jul 2011)
New Revision: 21047
Trac: http://svn.gnucash.org/trac/changeset/21047

Modified:
   htdocs/branches/beta/news/000427-intuit.news
   htdocs/branches/beta/news/100820-2.3.15.news
   htdocs/branches/beta/news/101107-2.3.16.news
   htdocs/branches/beta/news/101121-2.3.17.news
   htdocs/branches/beta/news/101221-2.4.0.news
   htdocs/branches/beta/news/110207-2.4.2.news
   htdocs/branches/beta/news/110212-windows-sql.news
Log:
More fixes for validation errors.

Modified: htdocs/branches/beta/news/000427-intuit.news
===================================================================
--- htdocs/branches/beta/news/000427-intuit.news	2011-07-31 18:54:17 UTC (rev 21046)
+++ htdocs/branches/beta/news/000427-intuit.news	2011-07-31 19:05:19 UTC (rev 21047)
@@ -1,5 +1,5 @@
 <b>intuit</b>
 2000-04-27   07:16:45
-Here is an interesting tidbit about a certain company that should listen to a certain community.<br>
-<br>
-<a href="http://news.cnet.com/news/0-1007-200-1463213.html?pt.athome..ticker.ne">http://news.cnet.com/news/0-1007-200-1463213.html?pt.athome..ticker.ne</A>
+Here is an interesting tidbit about a certain company that should listen to a certain community.<br></br>
+<br></br>
+<a href="http://news.cnet.com/news/0-1007-200-1463213.html?pt.athome..ticker.ne">http://news.cnet.com/news/0-1007-200-1463213.html?pt.athome..ticker.ne</a>

Modified: htdocs/branches/beta/news/100820-2.3.15.news
===================================================================
--- htdocs/branches/beta/news/100820-2.3.15.news	2011-07-31 18:54:17 UTC (rev 21046)
+++ htdocs/branches/beta/news/100820-2.3.15.news	2011-07-31 19:05:19 UTC (rev 21047)
@@ -22,7 +22,7 @@
 
 <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;
+<p>Major changes in the 2.3.x release include:</p>
 <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>As a replacement for 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 --with-html-engine=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.</li>
@@ -34,7 +34,7 @@
 <p>Changes between 2.3.14 and 2.3.15 include:
 
 <ul>
-<li>Bugs fixed</li>
+<li>Bugs fixed
 <ul>
 <li>Bug #626459: Change Transaction Report default account selection to none
 
@@ -203,8 +203,12 @@
 
 The choice has fallen on ".gnucash". This extension will be added to all filenames that don't have it already when a user chooses "Save As...". Obviously this is only done for files, not for database storage. The backup files will from now on also end in ".gnucash" instead of the previous ".xac". The code that removes old backup files scans for both extensions to ensure that backup files still available with the ".xac" extension are rotated as well.</li>
 </ul>
+</li>
 
-<li>Updated translations or translation-related changes</li>
+
+
+
+<li>Updated translations or translation-related changes
 <ul>
 <li>Update po files with up-to-date pot template.</li>
 <li>Remove unused file from both SVN and POTFILES.in.</li>
@@ -252,8 +256,11 @@
 <li>Move language dependent files lv_LV to lv</li>
 <li>Updated Italian translation by Cristian Marchi.</li>
 </ul>
+</li>
 
-<li>Other user-visible changes</li>
+
+
+<li>Other user-visible changes
 <ul>
 <li>Allow negative tax percentages.
 This allows to model some tax rules for trade between European countries.</li>
@@ -279,8 +286,12 @@
 untranslated strings show up for the user.</li>
 <li>Explain proximo concept.</li>
 </ul>
+</li>
 
-<li>Other code/build changes</li>
+
+
+
+<li>Other code/build changes
 <ul>
 <li>Get library from correct directory - fixes "make check" </li>
 <li>Dummy commit to test mailing list hooks.</li>
@@ -414,9 +425,13 @@
 <li>Fix dbi drivers not found when --with-dbi-dbd-dir is set at configure time.</li>
 <li>Default key accelerator map for OSX, using Command instead of Control</li>
 </ul>
+</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>
@@ -428,12 +443,12 @@
 <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.15 can be downloaded from multiple locations:
+<p>Source code for GnuCash 2.3.15 can be downloaded from multiple locations:</p>
 <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.15.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.15.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.15/">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>
+</ul>
 
 <p>To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
 

Modified: htdocs/branches/beta/news/101107-2.3.16.news
===================================================================
--- htdocs/branches/beta/news/101107-2.3.16.news	2011-07-31 18:54:17 UTC (rev 21046)
+++ htdocs/branches/beta/news/101107-2.3.16.news	2011-07-31 19:05:19 UTC (rev 21047)
@@ -22,7 +22,7 @@
 
 <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;
+<p>Major changes in the 2.3.x release include:</p>
 <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>As a replacement for 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 --with-html-engine=webkit to the configure command.  You will need an appropriate webkit-dev package.  On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.</li>
@@ -31,10 +31,10 @@
 
 <p>Strings are frozen.  This means no new changes will be introduced which change any text displayed by Gnucash.  Therefore, final translations for 2.4.0 release may begin.</p>
 
-<p>Changes between 2.3.15 and 2.3.16 include:
+<p>Changes between 2.3.15 and 2.3.16 include:</p>
 
 <ul>
-<li>Bugs fixed</li>
+<li>Bugs fixed
 <ul>
 <li>Bug 632346: Fixed test failures in dbi</li>
 <li>Bugs 632346 & 632166: Fixup transaction currency scrubbing.
@@ -187,13 +187,13 @@
  entity -> Entität
  small typos</li>
 </ul>
+</li>
 
 
 
 
 
-
-<li>Updated translations or translation-related changes</li>
+<li>Updated translations or translation-related changes<
 <ul>
 <li>Updated Latvian translation by Valdis Vītoliņš.</li>
 <li>Updated British English translation by Mike Evans.</li>
@@ -287,13 +287,13 @@
 
 " must be quoted in strings.</li>
 </ul>
+/li>
 
 
 
 
 
-
-<li>Other user-visible changes</li>
+<li>Other user-visible changes
 <ul>
 <li>Fix error in dense-cal widget where the last occurrence of a SX wasn't displayed.</li>
 <li>Really fix error in sx_get_num_occur for SX which are limited by num_occur.
@@ -328,12 +328,12 @@
 This was already the case in the standard file selector. This change makes the 
 two selection methods more consistent.</li>
 </ul>
+</li>
 
 
 
 
-
-<li>Other code/build changes</li>
+<li>Other code/build changes
 <ul>
 <li>Add 'test-dbi-business' to svn:ignore </li>
 <li>Add test-dbi-business-stuff.h to EXTRA_DIST so "make distcheck" passes </li>
@@ -613,15 +613,15 @@
 
 Patch by Bill Nottingham, confirmed by Martin Preuss, adapted to aqbanking5 by myself.</li>
 </ul>
+</li>
 
-</ul>
 
 
 
 
+</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>
@@ -633,17 +633,17 @@
 <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.16 can be downloaded from multiple locations:
+<p>Source code for GnuCash 2.3.16 can be downloaded from multiple locations:</p>
 <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.16.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.16.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.16/">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>
+</ul>
 
 <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.16-setup.exe">Gnucash 2.3.16 Win32 setup executable</a> can be downloaded from Sourceforge as well.
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.16-setup.exe">Gnucash 2.3.16 Win32 setup executable</a> can be downloaded from Sourceforge as well.</p>
 
 <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>

Modified: htdocs/branches/beta/news/101121-2.3.17.news
===================================================================
--- htdocs/branches/beta/news/101121-2.3.17.news	2011-07-31 18:54:17 UTC (rev 21046)
+++ htdocs/branches/beta/news/101121-2.3.17.news	2011-07-31 19:05:19 UTC (rev 21047)
@@ -22,7 +22,7 @@
 
 <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;
+<p>Major changes in the 2.3.x release include:</p>
 <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>As a replacement for 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 --with-html-engine=webkit to the configure command.  You will need an appropriate webkit-dev package.  On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.</li>
@@ -31,10 +31,10 @@
 
 <p>Strings are frozen.  This means no new changes will be introduced which change any text displayed by Gnucash.  Therefore, final translations for 2.4.0 release may begin.</p>
 
-<p>Changes between 2.3.16 and 2.3.17 include:
+<p>Changes between 2.3.16 and 2.3.17 include:</p>
 
 <ul>
-<li>Bugs fixed</li>
+<li>Bugs fixed
 <ul>
 <li>Bug #589954: No blank split after creating a new account "on the fly" while editing a transaction.
 
@@ -139,9 +139,10 @@
 
 Patch by Herbert Thoma.</li>
 </ul>
+</li>
 
 
-<li>Updated translations or translation-related changes</li>
+<li>Updated translations or translation-related changes
 <ul>
 <li>Updated Italian Translation.</li>
 <li>Updated dutch translation, copied from Translation Project</li>
@@ -149,15 +150,15 @@
 
 In the "bills due" dialog we use Bill -> Rechnung, not Lieferantenrechnung.</li>
 </ul>
+</li>
 
-
-<li>Other user-visible changes</li>
+<li>Other user-visible changes
 <ul>
 <li>Fix crash when using the function "Import DTAUS and send". The actual function is still implemented, though.</li>
 </ul>
+</li>
 
-
-<li>Other code/build changes</li>
+<li>Other code/build changes
 <ul>
 <li>Correct patch submission instructions to direct patches to bugzilla rather than the mailing list.</li>
 <li>Splash screen: minor code cleanup</li>
@@ -179,6 +180,7 @@
 <li>Add force_new parameter to GnuCashCoreClass.__init__, reflecting change to qof_session_begin() in r19798</li>
 <li>Increase gnutls version to 2.8.6 (might fix bug#632158)</li>
 </ul>
+</li>
 
 </ul>
 
@@ -194,17 +196,17 @@
 <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.17 can be downloaded from multiple locations:
+<p>Source code for GnuCash 2.3.17 can be downloaded from multiple locations:</p>
 <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.17.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.17.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.17/">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>
+</ul>
 
 <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.17-setup.exe">Gnucash 2.3.17 Win32 setup executable</a> can be downloaded from Sourceforge as well.
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.17-setup.exe">Gnucash 2.3.17 Win32 setup executable</a> can be downloaded from Sourceforge as well.</p>
 
 <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>

Modified: htdocs/branches/beta/news/101221-2.4.0.news
===================================================================
--- htdocs/branches/beta/news/101221-2.4.0.news	2011-07-31 18:54:17 UTC (rev 21046)
+++ htdocs/branches/beta/news/101221-2.4.0.news	2011-07-31 19:05:19 UTC (rev 21047)
@@ -5,7 +5,7 @@
 
 <p>The GnuCash development team proudly announces GnuCash 2.4.0, the latest stable release of the GnuCash Free Accounting Software. 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>
 
-<p>Major changes in the 2.4.0 release include;
+<p>Major changes in the 2.4.0 release include</p>
 <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>As a replacement for 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 --with-html-engine=webkit to the configure command.  You will need an appropriate webkit-dev package.  On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.</li>
@@ -13,29 +13,29 @@
 </ul>
 
 <h3>Getting GnuCash for Windows (Win32 binary)</h3>
-<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.0-setup.exe">Gnucash 2.4.0 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.0-setup.exe">Gnucash 2.4.0 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>
 
 <h3>Mac OSX binary</h3>
 <p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.4.0.dmg">Gnucash 2.4.0 MacOSX package</a> can be downloaded from Sourceforge as well.
 
 <h3>Getting GnuCash as source code</h3>
-<p>If you want to compile GnuCash 2.4.0 for yourself, the source code can be downloaded from:
+<p>If you want to compile GnuCash 2.4.0 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.0.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.0.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.0/">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/tags/2.4.0 gnucash</span></li>
-</ul></p>
+</ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
 
 
-<p>Changes between 2.3.17 and 2.4.0 include:
+<p>Changes between 2.3.17 and 2.4.0 include:</p>
 
 <ul>
 
 
 
 
-<li>User-visible changes</li>
+<li>User-visible changes
 <ul>
 <li>Update copyright notice dates to include 2010 </li>
 <li>Use proper decimal separator for monetary amounts</li>
@@ -61,11 +61,11 @@
 <li>Implement auto-completion in the invoice/bill entry ledger.</li>
 <li>Take a first shot at adding auto-completion in the business ledger, but currently it doesn't do anything yet.</li>
 </ul>
+</li>
 
 
 
-
-<li>Updated translations or translation-related changes</li>
+<li>Updated translations or translation-related changes
 <ul>
 <li>Updated POTFILES.in </li>
 <li>Mark erroneous translation as fuzzy because it doesn't have the correct c-format.</li>
@@ -87,11 +87,11 @@
 <li>Remove superfluous whitespace at end of string. Incidentally, this way the string already exists and no broken translation results.</li>
 <li>When extracting the translation strings from the scheme files, sort the scheme files to obtain a stable ordering of the output.</li>
 </ul>
+</li>
 
 
 
-
-<li>Bugs fixed</li>
+<li>Bugs fixed
 <ul>
 <li>Bug #637346: Adding python-bindings to doxygen documentation
 
@@ -238,11 +238,11 @@
     This patch also changes gnc_invoice_set_owner to no longer reset the
     invoice selection to NULL. Instead, this is now handled by</li>
 </ul>
+</li>
 
 
 
-
-<li>Other code/build changes</li>
+<li>Other code/build changes
 <ul>
 <li>Update configure.ac to 2.4.0
 Update gnucash-bin.c to indicate stable version is 2.4.0, next stable version 2.6
@@ -334,12 +334,12 @@
 <li>Make prototype for gnc_entry_ledger_get_entry public. Add documentation.</li>
 <li>Fix GtkSpinButton with page-size deprecated warning in gnucash.trace</li>
 </ul>
+</li>
 
-
 </ul>
 
 <h3>How can you help?</h3>
-<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. </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.</p>
 <p></p>
 
 <h3>About the Program</h3>

Modified: htdocs/branches/beta/news/110207-2.4.2.news
===================================================================
--- htdocs/branches/beta/news/110207-2.4.2.news	2011-07-31 18:54:17 UTC (rev 21046)
+++ htdocs/branches/beta/news/110207-2.4.2.news	2011-07-31 19:05:19 UTC (rev 21047)
@@ -7,7 +7,7 @@
 
 <p>Note: 2.4.1 was partially released but was pulled at the last minute when critical problems were found.  2.4.1 should NOT be used.</p>
 
-<p>Major changes in the 2.4.0 release include;
+<p>Major changes in the 2.4.0 release include:</p>
 <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>As a replacement for 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 --with-html-engine=webkit to the configure command.  You will need an appropriate webkit-dev package.  On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.</li>
@@ -15,29 +15,29 @@
 </ul>
 
 <h3>Getting GnuCash for Windows (Win32 binary)</h3>
-<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.2-setup.exe">Gnucash 2.4.2 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.2-setup.exe">Gnucash 2.4.2 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>
 
 <h3>Mac OSX binary</h3>
-<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.4.2.dmg">Gnucash 2.4.2 MacOSX package</a> can be downloaded from Sourceforge as well.
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.4.2.dmg">Gnucash 2.4.2 MacOSX package</a> can be downloaded from Sourceforge as well.</p>
 
 <h3>Getting GnuCash as source code</h3>
-<p>If you want to compile GnuCash 2.4.2 for yourself, the source code can be downloaded from:
+<p>If you want to compile GnuCash 2.4.2 for yourself, the source code can be downloaded from:</p>
 <ul>
 <li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.2.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.2.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.2/">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/tags/2.4.2 gnucash</span></li>
-</ul></p>
+</ul>
 
 <p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
 
 
-<p>Changes between 2.4.0 and 2.4.2 include:
+<p>Changes between 2.4.0 and 2.4.2 include:</p>
 
 <ul>
 
 
 
 
-<li>User-visible changes</li>
+<li>User-visible changes
 <ul>
 <li>Partly revert r20207, "Modify Tax Info on Account Page..."
 
@@ -110,11 +110,11 @@
 <li>Add a new report: Future Scheduled Transaction Summary.</li>
 <li>Improve GncEntry quickfill to create separate quickfills for invoices and bills</li>
 </ul>
+</li>
 
 
 
-
-<li>Updated translations or translation-related changes</li>
+<li>Updated translations or translation-related changes
 <ul>
 <li>Updated German translation, now 100% completed.</li>
 <li>I18n improvements: Fix weird strings.</li>
@@ -141,11 +141,11 @@
 gives a clue for the account type.
 Add enable basic doxygen output.</li>
 </ul>
+</li>
 
 
 
-
-<li>Bugs fixed</li>
+<li>Bugs fixed
 <ul>
 <li>Bug #639172: Remove "Warning!! This is a DEVELOPMENT version .." tip of the day
 
@@ -465,11 +465,11 @@
 Patch by Christoph Holtermann.</li>
 <li>Adds percentages to piecharts.  See bug #343449 for details.  Patch is derived from a patch submitted by Alexander Weiss</li>
 </ul>
+</li>
 
 
 
-
-<li>Other code/build changes</li>
+<li>Other code/build changes
 <ul>
 <li>Tag 2.4.2 </li>
 <li>Update revision to 2.4.2 </li>
@@ -657,6 +657,7 @@
 visible in the version number...</li>
 <li>Remove the word "days" because it is also located after the near field.</li>
 </ul>
+</li>
 
 
 
@@ -667,11 +668,10 @@
 
 
 
-
 </ul>
 
 <h3>How can you help?</h3>
-<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. </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.</p>
 <p></p>
 
 <h3>About the Program</h3>

Modified: htdocs/branches/beta/news/110212-windows-sql.news
===================================================================
--- htdocs/branches/beta/news/110212-windows-sql.news	2011-07-31 18:54:17 UTC (rev 21046)
+++ htdocs/branches/beta/news/110212-windows-sql.news	2011-07-31 19:05:19 UTC (rev 21047)
@@ -5,11 +5,11 @@
 
 <div class="dialog warning">
 <p><b>WARNING:</b> The SQL support in GnuCash 2.4.2 is broken on Windows</p>
-<p>If you are using GnuCash 2.4.2 on Windows you will likely experience a crash when you attempt to
+<p>If you are using GnuCash 2.4.2 on Windows you will likely experience a crash when you attempt to</p>
 <ul>
 <li>load your data from an Sqlite3 file or from a MySQL/PostgreSQL database</li>
 <li>save your data to any of those formats</li>
-</ul></p>
+</ul>
 <p>If you have already stored your data using any of the SQL formats using a previous version 
 of GnuCash, your best way forward is to uninstall GnuCash 2.4.2 and reinstall GnuCash 2.4.0
 (<a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.0-setup.exe">Download link</a>) to 



More information about the gnucash-changes mailing list