[grisbi-cvs] [SCM] grisbi branch, grisbi-0.8.x, updated. upstream_version_0_8_4-11-g49b08e4
Pierre Biava
nobody at users.sourceforge.net
Wed Apr 13 21:21:43 CEST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".
The branch, grisbi-0.8.x has been updated
via 49b08e410a658de32b8a5018ee05f2dd2dcc5219 (commit)
via 07ee0892c5810f59a4b2436f2f7b91887e263c17 (commit)
from 11a382fd9283786d036fb31e5c99bc687a748672 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 49b08e410a658de32b8a5018ee05f2dd2dcc5219
Author: pbiava <pierre.biava at nerim.net>
Date: Wed Apr 13 21:09:21 2011 +0200
New version 0.8.5
commit 07ee0892c5810f59a4b2436f2f7b91887e263c17
Author: pbiava <pierre.biava at nerim.net>
Date: Wed Apr 13 20:57:04 2011 +0200
New in version 0.8.5
-----------------------------------------------------------------------
Changes:
diff --git a/NEWS b/NEWS
index 28e5c89..8d82902 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+New in version 0.8.5
+- Added cloning of scheduled operations
+- Fixed a bug of calculating balances with different currencies in the table estimates
+- fixed a bug in creation of payees and creation of a sub-budgetary line
+- Don't update the tree view when it's not here while making an archive
+- Typo in function name. Don't repeat twice the same by Mokona
+- Fixes bug 1313 : Grisbi crashes when Importing a QIF file with a list of categories
+- Adding of Data_Path variable to debug
+
New in version 0.8.4
- Fixes a bug that corrupts the file of accounts when saving in certain circumstances.
- Minor corrections in the management of the logo of Grisbi
diff --git a/configure.in b/configure.in
index aa258f5..d35c4f5 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
m4_define(grisbi_major_version, 0)
m4_define(grisbi_minor_version, 8)
-m4_define(grisbi_micro_version, 4)
+m4_define(grisbi_micro_version, 5)
m4_define(grisbi_version, grisbi_major_version.grisbi_minor_version.grisbi_micro_version)
AC_INIT([grisbi],[grisbi_version],[http://grisbi.tuxfamily.org/mantis/login_select_proj_page.php?ref=bug_report_page.php],[grisbi],[http://www.grisbi.org/index.fr.html])
diff --git a/grisbi.spec b/grisbi.spec
index 5edcc29..3f883fa 100644
--- a/grisbi.spec
+++ b/grisbi.spec
@@ -1,5 +1,5 @@
%define name grisbi
-%define version 0.8.4
+%define version 0.8.5
%define release %mkrel 1
%define _disable_ld_no_undefined 1
@@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
%_iconsdir/hicolor/48x48/apps/%name.png
%changelog
+* Wed Apr 13 2011 Pierre Biava <grisbi at pierre.biava.name> 0.8.5-1mdv2010.1
+- new version 0.8.5
+
* Mon Feb 22 2011 Pierre Biava <grisbi at pierre.biava.name> 0.8.2-1mdv2010.1
- new version 0.8.2
hooks/post-receive
--
grisbi
More information about the cvs
mailing list