update to release 1.9.5

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13794 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Lyttle 2006-04-16 23:32:30 +00:00
parent 4921f27c79
commit b58efd00d1
3 changed files with 35 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-04-16 Chris Lyttle <chris@wilddev.net>
* NEWS: Added some text about the release.
* configure.in: Change to version 1.9.5
2006-04-16 Derek Atkins <derek@ihtfp.com>
* src/business/business-gnome/glade/choose-owner.glade:

29
NEWS
View File

@ -1,6 +1,35 @@
Version history:
------- -------
1.9.5 - 16 Apr 2006
o Welcome to GnuCash 1.9.5 aka "The final countdown begins" the sixth
of several unstable releases of the GnuCash Open Source Accounting
Software which will eventually lead to the stable version 2.0.0. This
release contains many bugfixes since the fifth release but is still
only intended for developers and adventurous testers who want to help
tracking down bugs.
o WARNING WARNING WARNING - Make sure you make backups of any files
used in testing versions of GnuCash in the 1.9.x series. Although the
developers go to great lengths to ensure that no data will be lost we
cannot guarentee that your data will not be affected if for some
reason GnuCash crashes in testing these releases.
o PLEASE TEST TEST AND TEST SOME MORE any and all features important
to you. Then post any bugs you find to bugzilla
http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
o Major bugfixes include -
o More Register fixes.
o Fixes to Scheduled Transactions.
o Report fixes.
o Make the entire UI insensitive when the progress bar is showing.
o Fixes for currencies and currency quote retrievals.
o Lots of Qof fixes.
o Profiling fixes to improve speed and response.
o Memory leak fixes.
o Fixes for 64-bit compiles.
o Add a per-account "hidden" flag.
o Fixes to compile with gcc4.
o Fixes to xml file format.
1.9.4 - 05 Apr 2006
o Welcome to GnuCash 1.9.4 aka "Better late than never" the fifth of
several unstable releases of the GnuCash Open Source Accounting

View File

@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script.
# Autoconf initialization
AC_PREREQ(2.59)
AC_INIT([gnucash], [1.9.4], [gnucash-devel@gnucash.org])
AC_INIT([gnucash], [1.9.5], [gnucash-devel@gnucash.org])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(src/engine/Transaction.h)