mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 10:20:18 -06:00
update to release 1.9.3
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13673 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e1cb46a18d
commit
0e9df48e47
@ -1,3 +1,8 @@
|
||||
2006-03-19 Chris Lyttle <chris@wilddev.net>
|
||||
|
||||
* NEWS: Added some text about the release.
|
||||
* configure.in: Change to version 1.9.3
|
||||
|
||||
2006-03-19 Andreas Köhler <andi5.py@gmx.net>
|
||||
|
||||
* src/gnome-utils/dialog-options.c: Treat the date option widget
|
||||
|
33
NEWS
33
NEWS
@ -1,6 +1,39 @@
|
||||
Version history:
|
||||
------- -------
|
||||
|
||||
1.9.3 - 19 Mar 2006
|
||||
o Welcome to GnuCash 1.9.3 aka "Mo money, mo problems" the fourth 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 third 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 for OFX importer.
|
||||
o Add printing support for the graphs.
|
||||
o Add multi-commodity SX support.
|
||||
o Fixes for windows/mingw32 porting.
|
||||
o Fixes for currency settings.
|
||||
o Add support for XSL.
|
||||
o Recode all po files into UTF-8 character encoding.
|
||||
o Lots of Qof fixes.
|
||||
o Fix the build-order (and install order) of the engine libs.
|
||||
o Fix a problem where account cell contents disappear when focusing
|
||||
in/out of an account cell.
|
||||
o Report fixes
|
||||
o More Qof fixes
|
||||
o More fixes for UTF-8 support
|
||||
o Fixes to Scheduled Transactions
|
||||
|
||||
1.9.2 - 05 Mar 2006
|
||||
o Welcome to GnuCash 1.9.2 aka "With extra flavor enhancements" the
|
||||
third of several unstable releases of the GnuCash Open Source
|
||||
|
@ -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.2], [gnucash-devel@gnucash.org])
|
||||
AC_INIT([gnucash], [1.9.3], [gnucash-devel@gnucash.org])
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_SRCDIR(src/engine/Transaction.h)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user