OBS User unknown
2007-02-25 22:26:50 +00:00
committed by Git OBS Bridge
parent 74df6a3ea0
commit 42327f6a30
4 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c3515743f1e08e32cd0aae101feba39aea072a5c2e5a0cc8338f7df78b5ace2
size 7355992

3
gnucash-2.0.5.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7e2efcdc79ba864a1730af9e0197cdbf586c9008196eaffffce8f020f1fb479
size 7372056

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Feb 21 12:36:50 CET 2007 - sbrabec@suse.cz
- Updated to 2.0.5:
* Use guiles native sort and record.
* Adjust how payment dialog resizes.
* Don't abort when F::Q fails to return a quote.
* Fix security problem with tmp filesystem and symlink attack
(#246969, CVE-2007-0007).
* Do not crash on delete_event in new user dialog.
* Add sanity checks when accessing GncPluginPage.
* Make new windows the same size as the active one.
* Fixes for Turkish Lira and Russian Ruble.
* Translation and translatability updates.
-------------------------------------------------------------------
Fri Feb 16 16:02:54 CET 2007 - sbrabec@suse.cz

View File

@@ -1,5 +1,5 @@
#
# spec file for package gnucash (Version 2.0.4)
# spec file for package gnucash (Version 2.0.5)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,7 +11,7 @@
# norootforbuild
Name: gnucash
Version: 2.0.4
Version: 2.0.5
Release: 1
URL: http://www.gnucash.org/
Group: Productivity/Office/Finance
@@ -490,6 +490,18 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/gnucash
%changelog
* Wed Feb 21 2007 - sbrabec@suse.cz
- Updated to 2.0.5:
* Use guiles native sort and record.
* Adjust how payment dialog resizes.
* Don't abort when F::Q fails to return a quote.
* Fix security problem with tmp filesystem and symlink attack
(#246969, CVE-2007-0007).
* Do not crash on delete_event in new user dialog.
* Add sanity checks when accessing GncPluginPage.
* Make new windows the same size as the active one.
* Fixes for Turkish Lira and Russian Ruble.
* Translation and translatability updates.
* Fri Feb 16 2007 - sbrabec@suse.cz
- Updated to 2.0.4:
* Correct account compatibility check with top level account.