mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
update to release 1.9.2
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13499 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2006-03-05 Chris Lyttle <chris@wilddev.net>
|
||||||
|
|
||||||
|
* NEWS: Added some text about the release.
|
||||||
|
* configure.in: Change to version 1.9.2
|
||||||
|
|
||||||
2006-03-05 David Hampton <hampton@employees.org>
|
2006-03-05 David Hampton <hampton@employees.org>
|
||||||
|
|
||||||
* src/engine/Transaction.c:
|
* src/engine/Transaction.c:
|
||||||
|
|||||||
37
NEWS
37
NEWS
@@ -1,6 +1,43 @@
|
|||||||
Version history:
|
Version history:
|
||||||
------- -------
|
------- -------
|
||||||
|
|
||||||
|
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
|
||||||
|
Accounting Software which will eventually lead to the stable version
|
||||||
|
2.0.0. This release contains many bugfixes since the second 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 HIGify the scheduled transaction dialogs.
|
||||||
|
o Fix the qof configure test for OSX.
|
||||||
|
o Compile cleanly with when _FORTIFY_SOURCE is defined. This
|
||||||
|
definition is forced when building RPMs on FC4.
|
||||||
|
o Catch and defer the quit command if a file save is in progress.
|
||||||
|
o Disable quote related functionality when F::Q isn't installed.
|
||||||
|
o Lots of Qof fixes.
|
||||||
|
o Add ebuild for gnucash 1.9/2.0 series.
|
||||||
|
o Fix x-axis labeling and other barchart improvements.
|
||||||
|
o Get MT940 importer to compile again (experimental; requires
|
||||||
|
aqbanking-1.9.7). It is not yet tested with actual files.
|
||||||
|
o Menu and toolbar fixes.
|
||||||
|
o Remember the order in which the notebook tabs are referenced.
|
||||||
|
o Updates to business invoicing functionality.
|
||||||
|
o Fix Chart of Accounts export so it works again.
|
||||||
|
o Add support for using multi-byte unicode thousands separator and
|
||||||
|
decimal point characters when printing numbers.
|
||||||
|
o Lots of fixes to splits and transaction editing.
|
||||||
|
o Added new icons.
|
||||||
|
|
||||||
1.9.1 - 19 Feb 2006
|
1.9.1 - 19 Feb 2006
|
||||||
o Welcome to GnuCash 1.9.1 aka "So we meet again" the second of
|
o Welcome to GnuCash 1.9.1 aka "So we meet again" the second of
|
||||||
several unstable releases of the GnuCash Open Source Accounting
|
several unstable releases of the GnuCash Open Source Accounting
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
|
|
||||||
# Autoconf initialization
|
# Autoconf initialization
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([gnucash], [1.9.1], [gnucash-devel@gnucash.org])
|
AC_INIT([gnucash], [1.9.2], [gnucash-devel@gnucash.org])
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AC_CONFIG_SRCDIR(src/engine/Transaction.h)
|
AC_CONFIG_SRCDIR(src/engine/Transaction.h)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user