[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5387] branches/1.3
- Subject: SF.net SVN: ledger-smb:[5387] branches/1.3
- From: ..hidden..
- Date: Fri, 21 Dec 2012 07:23:02 +0000
Revision: 5387
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5387&view=rev
Author: einhverfr
Date: 2012-12-21 07:23:02 +0000 (Fri, 21 Dec 2012)
Log Message:
-----------
minor change to Changelog for 1.3.26
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/doc/release_notes
branches/1.3/sql/Pg-database.sql
Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog 2012-12-19 11:37:35 UTC (rev 5386)
+++ branches/1.3/Changelog 2012-12-21 07:23:02 UTC (rev 5387)
@@ -17,8 +17,10 @@
* Fixed file attachments not retrieving for all invoice parts (Chris T)
* fixed file attachements for invoices not handling _ properly (Chris T)
+Brian W is Brian Wolf
Chris T is Chris Travers
Havard S is Havard Sorli
+Nigel T is Nigel Titley
Changelog for 1.3.25
* Fixed internal server errors on LedgerSMB->error() during new() (Chris T)
Modified: branches/1.3/LedgerSMB/Form.pm
===================================================================
--- branches/1.3/LedgerSMB/Form.pm 2012-12-19 11:37:35 UTC (rev 5386)
+++ branches/1.3/LedgerSMB/Form.pm 2012-12-21 07:23:02 UTC (rev 5387)
@@ -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.25";
- $self->{dbversion} = "1.3.25";
+ $self->{version} = "1.3.26";
+ $self->{dbversion} = "1.3.26";
bless $self, $type;
Modified: branches/1.3/LedgerSMB.pm
===================================================================
--- branches/1.3/LedgerSMB.pm 2012-12-19 11:37:35 UTC (rev 5386)
+++ branches/1.3/LedgerSMB.pm 2012-12-21 07:23:02 UTC (rev 5387)
@@ -222,7 +222,7 @@
$CGI::Simple::POST_MAX = -1;
package LedgerSMB;
-our $VERSION = '1.3.25';
+our $VERSION = '1.3.26';
my $logger = Log::Log4perl->get_logger('LedgerSMB');
@@ -242,7 +242,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.25";
+ $self->{dbversion} = "1.3.26";
bless $self, $type;
Modified: branches/1.3/VERSION
===================================================================
--- branches/1.3/VERSION 2012-12-19 11:37:35 UTC (rev 5386)
+++ branches/1.3/VERSION 2012-12-21 07:23:02 UTC (rev 5387)
@@ -1 +1 @@
-1.3.25
+1.3.26
Modified: branches/1.3/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.3/dists/rpm/ledgersmb.spec 2012-12-19 11:37:35 UTC (rev 5386)
+++ branches/1.3/dists/rpm/ledgersmb.spec 2012-12-21 07:23:02 UTC (rev 5387)
@@ -1,8 +1,8 @@
# RPM spec written for and tested on CentOS 4 and CentOS 5
Summary: LedgerSMB - Open Source accounting software
Name: ledgersmb
-Version: 1.3.25
-Release: 2
+Version: 1.3.26
+Release: 1
License: GPL
URL: http://www.ledgersmb.org/
Group: Applications/Productivity
Modified: branches/1.3/dists/source/build.sh
===================================================================
--- branches/1.3/dists/source/build.sh 2012-12-19 11:37:35 UTC (rev 5386)
+++ branches/1.3/dists/source/build.sh 2012-12-21 07:23:02 UTC (rev 5387)
@@ -2,7 +2,7 @@
# Simple script to prepare for release
-version="1.3.25";
+version="1.3.26";
build_d="../release";
if test -d $build_d/ledgersmb; then
Modified: branches/1.3/doc/release_notes
===================================================================
--- branches/1.3/doc/release_notes 2012-12-19 11:37:35 UTC (rev 5386)
+++ branches/1.3/doc/release_notes 2012-12-21 07:23:02 UTC (rev 5387)
@@ -1,7 +1,7 @@
RELEASE NOTES
LedgerSMB 1.3
-Latest Revision: 1.3.26, June 17, 2012.
+Latest Revision: 1.3.26, Dec. 24 2012
1: Welcome to LedgerSMB
Modified: branches/1.3/sql/Pg-database.sql
===================================================================
--- branches/1.3/sql/Pg-database.sql 2012-12-19 11:37:35 UTC (rev 5386)
+++ branches/1.3/sql/Pg-database.sql 2012-12-21 07:23:02 UTC (rev 5387)
@@ -1020,7 +1020,7 @@
sonumber|1
yearend|1
businessnumber|1
-version|1.3.25
+version|1.3.26
closedto|\N
revtrans|1
ponumber|1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.