[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2900] branches/1.2
- Subject: SF.net SVN: ledger-smb:[2900] branches/1.2
- From: ..hidden..
- Date: Thu, 18 Feb 2010 19:12:16 +0000
Revision: 2900
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2900&view=rev
Author: einhverfr
Date: 2010-02-18 19:12:13 +0000 (Thu, 18 Feb 2010)
Log Message:
-----------
Changes for 1.2.20
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
branches/1.2/doc/README
branches/1.2/doc/release_notes
Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog 2010-02-18 16:59:04 UTC (rev 2899)
+++ branches/1.2/Changelog 2010-02-18 19:12:13 UTC (rev 2900)
@@ -1,3 +1,10 @@
+Changelog for 1.2.20
+* Commented out credits in ledgersmb-blue.css
+* Corrected encoding in Latvian chart of accounts (Janeks)
+* Minor fixes to release notes (SF User akaihola)
+* Exchange rate fix (SF User Anarcat)
+* Fixed whitespace handling in admin.pl when saving permissions (Chris T)
+
Changelog for 1.2.19
* Fixed short sales with never-closed books (Chris T)
* Fixed erroneous tax rounding in POS screen (Chris T)
Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm 2010-02-18 16:59:04 UTC (rev 2899)
+++ branches/1.2/LedgerSMB/Form.pm 2010-02-18 19:12:13 UTC (rev 2900)
@@ -90,7 +90,7 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
- $self->{version} = "1.2.19";
+ $self->{version} = "1.2.20";
$self->{dbversion} = "1.2.0";
bless $self, $type;
Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION 2010-02-18 16:59:04 UTC (rev 2899)
+++ branches/1.2/VERSION 2010-02-18 19:12:13 UTC (rev 2900)
@@ -1 +1 @@
-1.2.19
+1.2.20
Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec 2010-02-18 16:59:04 UTC (rev 2899)
+++ branches/1.2/dists/rpm/ledgersmb.spec 2010-02-18 19:12:13 UTC (rev 2900)
@@ -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.19
+Version: 1.2.20
Release: 1
License: GPLv2+
URL: http://www.ledgersmb.org/
Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh 2010-02-18 16:59:04 UTC (rev 2899)
+++ branches/1.2/dists/source/build.sh 2010-02-18 19:12:13 UTC (rev 2900)
@@ -9,7 +9,7 @@
pgdoc="true";
fi
-version="1.2.19";
+version="1.2.20";
#rpmversion="1.2.6";
build_d="../release";
Modified: branches/1.2/doc/README
===================================================================
--- branches/1.2/doc/README 2010-02-18 16:59:04 UTC (rev 2899)
+++ branches/1.2/doc/README 2010-02-18 19:12:13 UTC (rev 2900)
@@ -1,5 +1,5 @@
LedgerSMB Small Medium Business Accounting
- Version 1.2.19
+ Version 1.2.20
DESCRIPTION:
@@ -123,4 +123,3 @@
For commercial support see http://www.ledgersmb.org/
=====================================================================
-September 21, 2007
Modified: branches/1.2/doc/release_notes
===================================================================
--- branches/1.2/doc/release_notes 2010-02-18 16:59:04 UTC (rev 2899)
+++ branches/1.2/doc/release_notes 2010-02-18 19:12:13 UTC (rev 2900)
@@ -1,5 +1,5 @@
RELEASE NOTES
-LedgerSMB 1.2.19
+LedgerSMB 1.2.20
@@ -198,12 +198,13 @@
accounts and in the system itself. Please edit the pos.conf.pl and create
appropriate till accounts.
-Major Bugs Fixed in 1.2.18:
+Major Bugs Fixed in 1.2.20:
================================
-1) COGS handling for product returns has been corrected. Previously under
-certain circumstances the COGS posting was incorrect.
+1) Whitespace handling in admin.pl was fixed that prevented some users from
+granting certain permissions
-Also, note that LedgerSMB 1.2.15 had a bunch of the pricematrix logic rewritten.
-If you are upgrading from an earlier version, please test before putting it into
-production.
+2) Latvian CoA was converted to UTF-8 in order to provide proper consistency
+with default db encodings.
+3) Credits and misc information not part of the stylesheet was commented out in ledgersmb-blue.css
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.