[grisbi-cvs] [SCM] grisbi branch, grisbi-0.8.x, updated. upstream_version_0_8_6-5-ga63a006
Pierre Biava
nobody at users.sourceforge.net
Sun Jun 5 22:29:02 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 a63a0065b29f1345a90dd8981f44a649cfccb016 (commit)
from 257ead886668c35e0387aae67ff47fffd7f1df88 (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 a63a0065b29f1345a90dd8981f44a649cfccb016
Author: pbiava <pierre.biava at nerim.net>
Date: Sun Jun 5 22:22:51 2011 +0200
new stable version 0.8.7
-----------------------------------------------------------------------
Changes:
diff --git a/NEWS b/NEWS
index d244e00..83de6c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+New in version 0.8.7
+- fixes a problem of gtk version under Windows.
+
New in version 0.8.6
- corrects a problem of calculating the balance after deletion of two archives
- Simplification of the function of dates parsing : gsb_parse_date_string () fixes a systematic crash on Windows
diff --git a/configure.in b/configure.in
index 8350ea1..3f487f4 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, 6)
+m4_define(grisbi_micro_version, 7)
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 6fe613e..d42c428 100644
--- a/grisbi.spec
+++ b/grisbi.spec
@@ -1,5 +1,5 @@
%define name grisbi
-%define version 0.8.6
+%define version 0.8.7
%define release %mkrel 1
%define _disable_ld_no_undefined 1
hooks/post-receive
--
grisbi
More information about the cvs
mailing list