[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[4203] branches/1.3
- Subject: SF.net SVN: ledger-smb:[4203] branches/1.3
- From: ..hidden..
- Date: Tue, 13 Dec 2011 00:00:45 +0000
Revision: 4203
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4203&view=rev
Author: einhverfr
Date: 2011-12-13 00:00:44 +0000 (Tue, 13 Dec 2011)
Log Message:
-----------
Committing changelog changes
Modified Paths:
--------------
branches/1.3/Changelog
branches/1.3/LedgerSMB/Form.pm
branches/1.3/LedgerSMB.pm
branches/1.3/VERSION
branches/1.3/dists/rpm/ledgersmb.spec
branches/1.3/dists/source/build.sh
branches/1.3/sql/Pg-database.sql
Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog 2011-12-12 14:00:27 UTC (rev 4202)
+++ branches/1.3/Changelog 2011-12-13 00:00:44 UTC (rev 4203)
@@ -14,7 +14,11 @@
* Reduced warnings in logs (Herman V and Chris T)
* Corrected "Not a CODE reference" in payment processing (Herman V)
* Corrected year/month not working on payment dropdowns (Herman V)
+* Can now be installed via RPM. (Chris T)
+Chris T is Chris Travers
+Herman V is Herman Vierendeels
+
Changelog for 1.3.8:
* Fixed duplicate key error saving taxes (Herman V)
* Fixed not null violation when inserting bank acct w/o bic (Chris T)
Modified: branches/1.3/LedgerSMB/Form.pm
===================================================================
--- branches/1.3/LedgerSMB/Form.pm 2011-12-12 14:00:27 UTC (rev 4202)
+++ branches/1.3/LedgerSMB/Form.pm 2011-12-13 00:00:44 UTC (rev 4203)
@@ -164,8 +164,8 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if ( ( defined $self->{path} ) && ( $self->{path} =~ /lynx/i ) );
- $self->{version} = "1.3.8";
- $self->{dbversion} = "1.3.8";
+ $self->{version} = "1.3.9";
+ $self->{dbversion} = "1.3.9";
bless $self, $type;
Modified: branches/1.3/LedgerSMB.pm
===================================================================
--- branches/1.3/LedgerSMB.pm 2011-12-12 14:00:27 UTC (rev 4202)
+++ branches/1.3/LedgerSMB.pm 2011-12-13 00:00:44 UTC (rev 4203)
@@ -221,7 +221,7 @@
$CGI::Simple::POST_MAX = -1;
package LedgerSMB;
-our $VERSION = '1.3.8';
+our $VERSION = '1.3.9';
my $logger = Log::Log4perl->get_logger('LedgerSMB');
@@ -241,7 +241,7 @@
$logger->debug("Begin called from \$filename=$filename \$line=$line \$type=$type \$argstr=$argstr ref argstr=".ref $argstr);
$self->{version} = $VERSION;
- $self->{dbversion} = "1.3.8";
+ $self->{dbversion} = "1.3.9";
bless $self, $type;
Modified: branches/1.3/VERSION
===================================================================
--- branches/1.3/VERSION 2011-12-12 14:00:27 UTC (rev 4202)
+++ branches/1.3/VERSION 2011-12-13 00:00:44 UTC (rev 4203)
@@ -1 +1 @@
-1.3.8
+1.3.9
Modified: branches/1.3/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.3/dists/rpm/ledgersmb.spec 2011-12-12 14:00:27 UTC (rev 4202)
+++ branches/1.3/dists/rpm/ledgersmb.spec 2011-12-13 00:00:44 UTC (rev 4203)
@@ -1,7 +1,7 @@
# RPM spec written for and tested on CentOS 4 and CentOS 5
Summary: LedgerSMB - Open Source accounting software
Name: ledgersmb
-Version: 1.3.4
+Version: 1.3.9
Release: 1
License: GPL
URL: http://www.ledgersmb.org/
@@ -144,8 +144,8 @@
%config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
-%doc doc/{COPYRIGHT,faq.html,LedgerSMB-manual.pdf,README,release_notes}
-%doc BUGS Changelog CONTRIBUTORS INSTALL LICENSE README.translations UPGRADE
+%doc doc/{COPYRIGHT,faq.html,LedgerSMB-manual.pdf,release_notes}
+%doc Changelog CONTRIBUTORS INSTALL LICENSE README.translations UPGRADE
%changelog
Modified: branches/1.3/dists/source/build.sh
===================================================================
--- branches/1.3/dists/source/build.sh 2011-12-12 14:00:27 UTC (rev 4202)
+++ branches/1.3/dists/source/build.sh 2011-12-13 00:00:44 UTC (rev 4203)
@@ -2,7 +2,7 @@
# Simple script to prepare for release
-version="1.3.8";
+version="1.3.9";
build_d="../release";
if test -d $build_d/ledgersmb; then
Modified: branches/1.3/sql/Pg-database.sql
===================================================================
--- branches/1.3/sql/Pg-database.sql 2011-12-12 14:00:27 UTC (rev 4202)
+++ branches/1.3/sql/Pg-database.sql 2011-12-13 00:00:44 UTC (rev 4203)
@@ -1018,7 +1018,7 @@
sonumber|1
yearend|1
businessnumber|1
-version|1.3.8
+version|1.3.9
closedto|\N
revtrans|1
ponumber|1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.