From 0bd892accf3b63c2ecd951603d2e259b1a7a9a12 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sat, 16 Feb 2008 23:04:31 +0000 Subject: Updating version numbers and release notes git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@2072 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/Form.pm | 2 +- VERSION | 2 +- dists/rpm/ledgersmb.spec | 2 +- dists/source/build.sh | 2 +- doc/release_notes | 9 +++++++-- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index ec4ad7ff..abc280e2 100755 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -83,7 +83,7 @@ sub new { #menubar will be deprecated, replaced with below $self->{lynx} = 1 if $self->{path} =~ /lynx/i; - $self->{version} = "1.2.10"; + $self->{version} = "1.2.13"; $self->{dbversion} = "1.2.0"; bless $self, $type; diff --git a/VERSION b/VERSION index 1d005103..a6ef42dc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.12 +1.2.13 diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec index 88fc9d6d..3469fc3b 100644 --- a/dists/rpm/ledgersmb.spec +++ b/dists/rpm/ledgersmb.spec @@ -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.12 +Version: 1.2.13 Release: 1 License: GPLv2+ URL: http://www.ledgersmb.org/ diff --git a/dists/source/build.sh b/dists/source/build.sh index a42e644d..09f47333 100644 --- a/dists/source/build.sh +++ b/dists/source/build.sh @@ -9,7 +9,7 @@ else pgdoc="true"; fi -version="1.2.12"; +version="1.2.13"; #rpmversion="1.2.6"; build_d="../release"; diff --git a/doc/release_notes b/doc/release_notes index dd74738d..50f417d8 100644 --- a/doc/release_notes +++ b/doc/release_notes @@ -1,5 +1,5 @@ RELEASE NOTES -LedgerSMB 1.2.11 +LedgerSMB 1.2.13 @@ -16,7 +16,8 @@ which it was derived, but the feature set is starting to diverge rapidly. * Perl 5.8. * Apache, IIS, or other web server that supports CGI. * PostgreSQL 8.0 or higher. 7.3 and 7.4 could be supported with some effort but -will not work out of the box. +will not work out of the box. 8.3 is expected to raise issues but they will be +corrected as we become aware of the problems. * Any operating system that supports the above environment. * The following CPAN modules: * Data::Dumper @@ -190,6 +191,10 @@ triggers the directory transversal checks. To work around this problem, ensure that you do not need to use absolute paths for the printer program (use lpr or put netdirect.pl in /usr/local/bin and reference without the full path). +Also the POS system requires some additional configuration both in the chart of +accounts and in the system itself. Please edit the pos.conf.pl and create +appropriate till accounts. + Bugs Fixed in 1.2.6: ================================ 1) Customer_id field not found error when posting AP transaction. This error -- cgit v1.2.3