[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1061] branches/1.2
- Subject: SF.net SVN: ledger-smb: [1061] branches/1.2
- From: ..hidden..
- Date: Tue, 10 Apr 2007 14:52:31 -0700
Revision: 1061
http://svn.sourceforge.net/ledger-smb/?rev=1061&view=rev
Author: einhverfr
Date: 2007-04-10 14:52:31 -0700 (Tue, 10 Apr 2007)
Log Message:
-----------
Updating version strings and changelog to prevent packaging problems later
Modified Paths:
--------------
branches/1.2/Changelog
branches/1.2/LedgerSMB/Form.pm
branches/1.2/VERSION
branches/1.2/dists/rpm/ledgersmb.spec
branches/1.2/dists/source/build.sh
Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog 2007-04-10 20:54:18 UTC (rev 1060)
+++ branches/1.2/Changelog 2007-04-10 21:52:31 UTC (rev 1061)
@@ -1,7 +1,11 @@
+Changelog for 1.2.3
+* Corrected per-user locale selection (Seneca)
+
Changelog for 1.2.2
-* Corrected sales tax display bug in order entry screen
+* Corrected sales tax display bug in order entry screen (Chris T)
+* Corrected database update unable to connect (Seneca)
+* Corrected login problems on 1.2.1
-
Changelog for LedgerSMB 1.2.1
* Modifed AM.pm to correctly use globals from ledgersmb.conf (Joshua Drake)
* Simplified backup functions in AM.pm (Joshua Drake)
Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm 2007-04-10 20:54:18 UTC (rev 1060)
+++ branches/1.2/LedgerSMB/Form.pm 2007-04-10 21:52:31 UTC (rev 1061)
@@ -80,7 +80,7 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
- $self->{version} = "1.2.2";
+ $self->{version} = "1.2.3";
$self->{dbversion} = "1.2.0";
Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION 2007-04-10 20:54:18 UTC (rev 1060)
+++ branches/1.2/VERSION 2007-04-10 21:52:31 UTC (rev 1061)
@@ -1 +1 @@
-1.2.2
+1.2.3
Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec 2007-04-10 20:54:18 UTC (rev 1060)
+++ branches/1.2/dists/rpm/ledgersmb.spec 2007-04-10 21:52:31 UTC (rev 1061)
@@ -1,7 +1,7 @@
# RPM spec written for and tested on Fedora Core 6
Summary: LedgerSMB - Open Source accounting software
Name: ledgersmb
-Version: 1.2.2
+Version: 1.2.3
Release: 1
License: GPL
URL: http://www.ledgersmb.org/
Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh 2007-04-10 20:54:18 UTC (rev 1060)
+++ branches/1.2/dists/source/build.sh 2007-04-10 21:52:31 UTC (rev 1061)
@@ -9,8 +9,8 @@
pgdoc="true";
fi
-version="1.2.2";
-rpmversion="1.2.2";
+version="1.2.3";
+rpmversion="1.2.3";
build_d="../release";
if test -d blib; then
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.