[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3779] branches/1.3
- Subject: SF.net SVN: ledger-smb:[3779] branches/1.3
- From: ..hidden..
- Date: Fri, 30 Sep 2011 18:41:06 +0000
Revision: 3779
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3779&view=rev
Author: einhverfr
Date: 2011-09-30 18:41:06 +0000 (Fri, 30 Sep 2011)
Log Message:
-----------
RC4 changes
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
Added Paths:
-----------
branches/1.3/sql/upgrade/rc3-rc4.sql
branches/1.3/sql/upgrade/svn/3760-alter-asset_reports.sql
branches/1.3/sql/upgrade/svn/3764-control_code_index.sql
Removed Paths:
-------------
branches/1.3/sql/upgrade/3760-alter-asset_reports.sql
branches/1.3/sql/upgrade/3764-control_code_index.sql
Modified: branches/1.3/LedgerSMB/Form.pm
===================================================================
--- branches/1.3/LedgerSMB/Form.pm 2011-09-29 15:34:14 UTC (rev 3778)
+++ branches/1.3/LedgerSMB/Form.pm 2011-09-30 18:41:06 UTC (rev 3779)
@@ -150,7 +150,7 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if ( ( defined $self->{path} ) && ( $self->{path} =~ /lynx/i ) );
- $self->{version} = "1.3.0 rc3";
+ $self->{version} = "1.3.0 rc4";
$self->{dbversion} = "1.3.0";
bless $self, $type;
Modified: branches/1.3/LedgerSMB.pm
===================================================================
--- branches/1.3/LedgerSMB.pm 2011-09-29 15:34:14 UTC (rev 3778)
+++ branches/1.3/LedgerSMB.pm 2011-09-30 18:41:06 UTC (rev 3779)
@@ -220,7 +220,7 @@
$CGI::Simple::POST_MAX = -1;
package LedgerSMB;
-our $VERSION = '1.3.0 rc3';
+our $VERSION = '1.3.0 rc4';
my $logger = Log::Log4perl->get_logger('LedgerSMB');
Modified: branches/1.3/VERSION
===================================================================
--- branches/1.3/VERSION 2011-09-29 15:34:14 UTC (rev 3778)
+++ branches/1.3/VERSION 2011-09-30 18:41:06 UTC (rev 3779)
@@ -1 +1 @@
-1.3.0 rc3
+1.3.0 rc4
Modified: branches/1.3/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.3/dists/rpm/ledgersmb.spec 2011-09-29 15:34:14 UTC (rev 3778)
+++ branches/1.3/dists/rpm/ledgersmb.spec 2011-09-30 18:41:06 UTC (rev 3779)
@@ -1,13 +1,12 @@
# RPM spec written for and tested on CentOS 4 and CentOS 5
Summary: LedgerSMB - Open Source accounting software
Name: ledgersmb
-Version: 1.3.0_rc3
+Version: 1.3.0_rc4
Release: 1
License: GPL
URL: http://www.ledgersmb.org/
Group: Applications/Productivity
Source0: %{name}-%{version}.tar.gz
-Source1: Config-Std-0.007.tar.gz
Source2: Template-Plugin-Latex-3.02.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArch: noarch
@@ -19,7 +18,7 @@
Requires: perl-File-MimeInfo, perl-IO-stringy
Requires: perl-MIME-Lite, perl-Class-Std >= 0.0.8
Requires: perl-Locale-Maketext-Lexicon >= 0.62
-Requires: perl-IO-String
+Requires: perl-IO-String perl-Config-Std >= 0.007
Requires: perl-Math-BigInt-GMP
Requires: perl-Log-Log4perl perl-DateTime
BuildRequires: perl
Modified: branches/1.3/dists/source/build.sh
===================================================================
--- branches/1.3/dists/source/build.sh 2011-09-29 15:34:14 UTC (rev 3778)
+++ branches/1.3/dists/source/build.sh 2011-09-30 18:41:06 UTC (rev 3779)
@@ -2,7 +2,7 @@
# Simple script to prepare for release
-version="1.3.0_rc3";
+version="1.3.0_rc4";
build_d="../release";
if test -d $build_d/ledgersmb; then
Deleted: branches/1.3/sql/upgrade/3760-alter-asset_reports.sql
===================================================================
--- branches/1.3/sql/upgrade/3760-alter-asset_reports.sql 2011-09-29 15:34:14 UTC (rev 3778)
+++ branches/1.3/sql/upgrade/3760-alter-asset_reports.sql 2011-09-30 18:41:06 UTC (rev 3779)
@@ -1,4 +0,0 @@
-alter table asset_report alter column entered_by
-set default person__get_my_entity_id();
-
-DROP TYPE asset_nbv_line CASCADE;
Deleted: branches/1.3/sql/upgrade/3764-control_code_index.sql
===================================================================
--- branches/1.3/sql/upgrade/3764-control_code_index.sql 2011-09-29 15:34:14 UTC (rev 3778)
+++ branches/1.3/sql/upgrade/3764-control_code_index.sql 2011-09-30 18:41:06 UTC (rev 3779)
@@ -1 +0,0 @@
-ALTER TABLE entity ADD UNIQUE (control_code);
Added: branches/1.3/sql/upgrade/rc3-rc4.sql
===================================================================
--- branches/1.3/sql/upgrade/rc3-rc4.sql (rev 0)
+++ branches/1.3/sql/upgrade/rc3-rc4.sql 2011-09-30 18:41:06 UTC (rev 3779)
@@ -0,0 +1,5 @@
+alter table asset_report alter column entered_by
+set default person__get_my_entity_id();
+
+DROP TYPE asset_nbv_line CASCADE;
+ALTER TABLE entity ADD UNIQUE (control_code);
Copied: branches/1.3/sql/upgrade/svn/3760-alter-asset_reports.sql (from rev 3778, branches/1.3/sql/upgrade/3760-alter-asset_reports.sql)
===================================================================
--- branches/1.3/sql/upgrade/svn/3760-alter-asset_reports.sql (rev 0)
+++ branches/1.3/sql/upgrade/svn/3760-alter-asset_reports.sql 2011-09-30 18:41:06 UTC (rev 3779)
@@ -0,0 +1,4 @@
+alter table asset_report alter column entered_by
+set default person__get_my_entity_id();
+
+DROP TYPE asset_nbv_line CASCADE;
Copied: branches/1.3/sql/upgrade/svn/3764-control_code_index.sql (from rev 3778, branches/1.3/sql/upgrade/3764-control_code_index.sql)
===================================================================
--- branches/1.3/sql/upgrade/svn/3764-control_code_index.sql (rev 0)
+++ branches/1.3/sql/upgrade/svn/3764-control_code_index.sql 2011-09-30 18:41:06 UTC (rev 3779)
@@ -0,0 +1 @@
+ALTER TABLE entity ADD UNIQUE (control_code);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.