[grisbi-cvs] grisbi README, 1.16, 1.17 configure.in, 1.84, 1.85 grisbi.spec, 1.1, 1.2
Pierre Biava
pbiava at users.sourceforge.net
Sat Feb 20 09:53:53 CET 2010
- Previous message: [grisbi-cvs] grisbi/po cs.po,1.89,1.90
- Next message: [grisbi-cvs] grisbi/src balance_estimate_config.c, 1.7, 1.8 balance_estimate_config.h, 1.1, 1.2 balance_estimate_data.c, 1.4, 1.5 balance_estimate_data.h, 1.3, 1.4 balance_estimate_hist.c, 1.1, 1.2 balance_estimate_hist.h, 1.1, 1.2 balance_estimate_tab.c, 1.41, 1.42 balance_estimate_tab.h, 1.8, 1.9 fenetre_principale.c, 1.123, 1.124 fenetre_principale.h, 1.28, 1.29 gsb_reconcile.c, 1.45, 1.46 gsb_transactions_list.c, 1.195, 1.196 main.c, 1.164, 1.165 metatree.c, 1.146, 1.147 navigation.c, 1.134, 1.135 parametres.c, 1.210, 1.211 structures.h, 1.239, 1.240 traitement_variables.c, 1.187, 1.188
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3142
Modified Files:
README configure.in grisbi.spec
Log Message:
finally fixes the bug 600 and additions to the budget module
Index: grisbi.spec
===================================================================
RCS file: /cvsroot/grisbi/grisbi/grisbi.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- grisbi.spec 30 Jan 2010 17:17:17 -0000 1.1
+++ grisbi.spec 20 Feb 2010 08:53:51 -0000 1.2
@@ -1,5 +1,5 @@
%define name grisbi
-%define version 0.6.0rc2
+%define version 0.6.0
%define release %mkrel 1
%define _disable_ld_no_undefined 1
@@ -26,7 +26,7 @@
%setup -q
%build
-%configure
+%configure --with-balance-estimate
%make
%install
Index: README
===================================================================
RCS file: /cvsroot/grisbi/grisbi/README,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- README 10 Jan 2010 20:11:27 -0000 1.16
+++ README 20 Feb 2010 08:53:50 -0000 1.17
@@ -1,28 +1,28 @@
GRISBI 0.6.0
-Grisbi is a personnal accounting application for Linux, written with
-Gtk and released under the GPL licence.
+Grisbi is a personal accounting application for Linux, written with
+Gtk and released under the GPL license.
Our aim is to provide you with the most simple and intuitive software
for basic use, although it can be very powerful if you spend a little
time on the setup.
-Grisbi is an application written by French developpers, so it
+Grisbi is an application written by French developers, so it
perfectly respects French accounting rules. Grisbi can manage multiple
accounts, currencies and users. It manages third party, expenditure
and receipt categories, and also budgetary lines, financial years, and
other information that make Grisbi adapted for associations (except
those that require double entry accounting).
-The complete manuel is avaliable on line. The version that comes with
+The complete manual is available on line. The version that comes with
the software is not illustrated, but you can replace it by the
-illustrated version at any time, which is availiable for download on
-this site. The manuel will be soon completed with a Guide concerning
+illustrated version at any time, which is available for download on
+this site. The manual will be soon completed with a Guide concerning
accounting for associations.
If you want to keep updated with Grisbi releases, you may subscribe to
the mailing list infos at grisbi.org (see Contacts) and if you like to
-live dangerously you even can download the unstables sources from CVS
+live dangerously you even can download the unstable sources from CVS
and compile them.
Grisbi is free software, any contribution is welcome.
@@ -37,7 +37,7 @@
=== Release history ===
- Version 0.6.0 : xx/xx/2009
+ Version 0.6.0 : xx/xx/2010
Version 0.5.9 : 10/07/2006
Version 0.5.8 : 19/12/2005
Version 0.5.7 : 02/06/2005
@@ -63,7 +63,7 @@
-=== Licence ===
+=== License ===
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Index: configure.in
===================================================================
RCS file: /cvsroot/grisbi/grisbi/configure.in,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- configure.in 13 Feb 2010 21:23:09 -0000 1.84
+++ configure.in 20 Feb 2010 08:53:51 -0000 1.85
@@ -1,13 +1,13 @@
AC_INIT(src/main.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(grisbi,0.6.0rc2)
+AM_INIT_AUTOMAKE(grisbi,0.6.0)
AM_ACLOCAL_INCLUDE(macros)
AM_MAINTAINER_MODE
AC_GNU_SOURCE
PACKAGE=grisbi
-VERSION=0.6.0rc2
+VERSION=0.6.0
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
- Previous message: [grisbi-cvs] grisbi/po cs.po,1.89,1.90
- Next message: [grisbi-cvs] grisbi/src balance_estimate_config.c, 1.7, 1.8 balance_estimate_config.h, 1.1, 1.2 balance_estimate_data.c, 1.4, 1.5 balance_estimate_data.h, 1.3, 1.4 balance_estimate_hist.c, 1.1, 1.2 balance_estimate_hist.h, 1.1, 1.2 balance_estimate_tab.c, 1.41, 1.42 balance_estimate_tab.h, 1.8, 1.9 fenetre_principale.c, 1.123, 1.124 fenetre_principale.h, 1.28, 1.29 gsb_reconcile.c, 1.45, 1.46 gsb_transactions_list.c, 1.195, 1.196 main.c, 1.164, 1.165 metatree.c, 1.146, 1.147 navigation.c, 1.134, 1.135 parametres.c, 1.210, 1.211 structures.h, 1.239, 1.240 traitement_variables.c, 1.187, 1.188
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list