[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5445] branches/1.3
- Subject: SF.net SVN: ledger-smb:[5445] branches/1.3
- From: ..hidden..
- Date: Mon, 31 Dec 2012 07:16:34 +0000
Revision: 5445
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5445&view=rev
Author: einhverfr
Date: 2012-12-31 07:16:33 +0000 (Mon, 31 Dec 2012)
Log Message:
-----------
Version number changes for 1.3.27
Modified Paths:
--------------
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/LedgerSMB/Form.pm
===================================================================
--- branches/1.3/LedgerSMB/Form.pm 2012-12-31 07:03:40 UTC (rev 5444)
+++ branches/1.3/LedgerSMB/Form.pm 2012-12-31 07:16:33 UTC (rev 5445)
@@ -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.26";
- $self->{dbversion} = "1.3.26";
+ $self->{version} = "1.3.27";
+ $self->{dbversion} = "1.3.27";
bless $self, $type;
Modified: branches/1.3/LedgerSMB.pm
===================================================================
--- branches/1.3/LedgerSMB.pm 2012-12-31 07:03:40 UTC (rev 5444)
+++ branches/1.3/LedgerSMB.pm 2012-12-31 07:16:33 UTC (rev 5445)
@@ -222,7 +222,7 @@
$CGI::Simple::POST_MAX = -1;
package LedgerSMB;
-our $VERSION = '1.3.26';
+our $VERSION = '1.3.27';
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.26";
+ $self->{dbversion} = "1.3.27";
bless $self, $type;
Modified: branches/1.3/VERSION
===================================================================
--- branches/1.3/VERSION 2012-12-31 07:03:40 UTC (rev 5444)
+++ branches/1.3/VERSION 2012-12-31 07:16:33 UTC (rev 5445)
@@ -1 +1 @@
-1.3.26
+1.3.27
Modified: branches/1.3/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.3/dists/rpm/ledgersmb.spec 2012-12-31 07:03:40 UTC (rev 5444)
+++ branches/1.3/dists/rpm/ledgersmb.spec 2012-12-31 07:16:33 UTC (rev 5445)
@@ -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.26
+Version: 1.3.27
Release: 1
License: GPL
URL: http://www.ledgersmb.org/
Modified: branches/1.3/dists/source/build.sh
===================================================================
--- branches/1.3/dists/source/build.sh 2012-12-31 07:03:40 UTC (rev 5444)
+++ branches/1.3/dists/source/build.sh 2012-12-31 07:16:33 UTC (rev 5445)
@@ -2,7 +2,7 @@
# Simple script to prepare for release
-version="1.3.26";
+version="1.3.27";
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-31 07:03:40 UTC (rev 5444)
+++ branches/1.3/doc/release_notes 2012-12-31 07:16:33 UTC (rev 5445)
@@ -1,7 +1,7 @@
RELEASE NOTES
LedgerSMB 1.3
-Latest Revision: 1.3.26, Dec. 24 2012
+Latest Revision: 1.3.27, Jan 2, 2013
1: Welcome to LedgerSMB
@@ -59,9 +59,9 @@
database. In 1.3, all user permissions are orchestrated via ROLES in the
underlying database, and permissions are rigorously enforced in this way.
-Role-based security provides a far better approach to security than the previous methods
-and since the permissions are now rigorously enforced, the overall security of the
-application is much better.
+Role-based security provides a far better approach to security than the previous
+methods and since the permissions are now rigorously enforced, the overall
+security of the application is much better.
2.3: New Features
@@ -93,14 +93,14 @@
2.5: Multicompany operations
-LedgerSMB 1.3 continues to use multiple physical databases for separate companies as
-did 1.2. The major difference is that now users are database users, and since database
-users are global to the database cluster, they can now be shared (or not) between
-companies.
+LedgerSMB 1.3 continues to use multiple physical databases for separate
+companies as did 1.2. The major difference is that now users are database
+users, and since database users are global to the database cluster, they can now
+be shared (or not) between companies.
Global users can be imported into new companies (though first and last name,
-and employee number need not be shared between the accounts). Permissions can be
-assigned separately on different databases.
+and employee number need not be shared between the accounts). Permissions can
+be assigned separately on different databases.
2.6: Fixed Asset Handling
Modified: branches/1.3/sql/Pg-database.sql
===================================================================
--- branches/1.3/sql/Pg-database.sql 2012-12-31 07:03:40 UTC (rev 5444)
+++ branches/1.3/sql/Pg-database.sql 2012-12-31 07:16:33 UTC (rev 5445)
@@ -1020,7 +1020,7 @@
sonumber|1
yearend|1
businessnumber|1
-version|1.3.26
+version|1.3.27
closedto|\N
revtrans|1
ponumber|1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.