*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2123 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-03-27 09:01:22 +00:00
parent 80668d6360
commit 09d1da1a6c
5 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
Version history: Version history:
------- ------- ------- -------
1.3.4 - 27 March 2000
o alpha code for check printing (requires gnome-print)
o more i18n of reports
o auto check numbering
o bug fixes and GUI improvements
1.3.3 - 20 March 2000 1.3.3 - 20 March 2000
o new QIF importer o new QIF importer
o new Swedish and Great Britain translations o new Swedish and Great Britain translations

2
configure vendored
View File

@@ -749,7 +749,7 @@ fi
PACKAGE=gnucash PACKAGE=gnucash
VERSION=1.3.3 VERSION=1.3.4
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }

View File

@@ -23,7 +23,7 @@
AC_INIT(src/guile/gnucash.h.in) AC_INIT(src/guile/gnucash.h.in)
AM_INIT_AUTOMAKE(gnucash,1.3.3) AM_INIT_AUTOMAKE(gnucash,1.3.4)
dnl Set of available languages. dnl Set of available languages.
ALL_LINGUAS="fr de en_GB sv" ALL_LINGUAS="fr de en_GB sv"

View File

@@ -1,6 +1,6 @@
Name: gnucash Name: gnucash
Summary: GnuCash is an application to keep track of your finances. Summary: GnuCash is an application to keep track of your finances.
Version: 1.3.3 Version: 1.3.4
Release: 1 Release: 1
Copyright: Free Software Foundation Copyright: Free Software Foundation
Group: Applications/Finance Group: Applications/Finance

View File

@@ -98,7 +98,7 @@
(list (car args) (cdr args))) (list (car args) (cdr args)))
(define (gnc:prefs-show-version) (define (gnc:prefs-show-version)
(display "GnuCash 1.3.3 development version") (newline)) (display "GnuCash 1.3.4 development version") (newline))
(define (gnc:prefs-show-usage) (define (gnc:prefs-show-usage)
(display "usage: gnucash [ option ... ] [ datafile ]") (newline)) (display "usage: gnucash [ option ... ] [ datafile ]") (newline))