[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3848] trunk



Revision: 3848
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3848&view=rev
Author:   einhverfr
Date:     2011-10-12 13:58:53 +0000 (Wed, 12 Oct 2011)
Log Message:
-----------
Versioning changes for trunk, merging changelog from branches/1.3

Modified Paths:
--------------
    trunk/Changelog
    trunk/LedgerSMB/Form.pm
    trunk/LedgerSMB.pm
    trunk/VERSION
    trunk/dists/source/build.sh
    trunk/sql/Pg-database.sql

Property Changed:
----------------
    trunk/
    trunk/LedgerSMB/Scripts/employee.pm


Property changes on: trunk
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3:3711-3845
   + /branches/1.3:3711-3847

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2011-10-12 13:25:16 UTC (rev 3847)
+++ trunk/Changelog	2011-10-12 13:58:53 UTC (rev 3848)
@@ -107,8 +107,19 @@
 * Redesigned database schema for reconciliation (Aurynn and Chris T)
 * Redesigned database schema for payments (David M)
 
-------------
+Changelog for 1.2 Series
+Released 2007-04-04
+Currently supported, through at least 2012-03-01
 
+Changelog for 1.2.25
+* Corrected sql injection issue (Chris T)
+
+Changelog for 1.2.24
+* Corrected (non-exploitable) SQL injection issue in custom field management
+stored procs.  Chris T
+* Corrected issues running LedgerSMB with SuExec.  (Matt S Trout)
+* Corrected filenamme bug in batch printing module (Chris T)
+
 Changelog for 1.2.23
 * Fix for sales tax incorrect on sales/purchase order screen
 * fix for unreadable characters in HTML templates in some charsets.
@@ -431,6 +442,11 @@
 * ledger-smb.conf is now an ini file (Seneca)
 * Experimental scripting wrapper in utils/cli (Chris T)
 
+Changelog for 1.1 Series
+Released 2006-09-20
+Unsupported due to major security oversights in inherited code corrected in
+1.2 series
+
 Changelog for LedgerSMB 1.1.1
 
 * Fixed problem with parts_short trigger not being created
@@ -471,6 +487,10 @@
 Changelog for LedgerSMB v 1.0.0p1
 * Fixed directory transversal/arbitrary code execution vulnerability.
 
+Changelog for LedgerSMB 1.0 series
+Released 2006-09-06
+Unsupported for reasons of age and security flaws in inherited code
+
 Changelog for LedgerSMB v 1.0.0
 
 (Changes relative to the pre-fork SQL-Ledger 2.6.17)

Modified: trunk/LedgerSMB/Form.pm
===================================================================
--- trunk/LedgerSMB/Form.pm	2011-10-12 13:25:16 UTC (rev 3847)
+++ trunk/LedgerSMB/Form.pm	2011-10-12 13:58:53 UTC (rev 3848)
@@ -150,8 +150,8 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if ( ( defined $self->{path} ) && ( $self->{path} =~ /lynx/i ) );
 
-    $self->{version}   = "1.3.0";
-    $self->{dbversion} = "1.3.0";
+    $self->{version}   = "1.3.999";
+    $self->{dbversion} = "1.3.999";
 
     bless $self, $type;
 


Property changes on: trunk/LedgerSMB/Scripts/employee.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/employee.pm:3843-3845
/branches/1.3/scripts/employee.pl:3842-3843
   + /branches/1.3/LedgerSMB/Scripts/employee.pm:3843-3847
/branches/1.3/scripts/employee.pl:3842-3843

Modified: trunk/LedgerSMB.pm
===================================================================
--- trunk/LedgerSMB.pm	2011-10-12 13:25:16 UTC (rev 3847)
+++ trunk/LedgerSMB.pm	2011-10-12 13:58:53 UTC (rev 3848)
@@ -220,7 +220,7 @@
 $CGI::Simple::POST_MAX = -1;
 
 package LedgerSMB;
-our $VERSION = '1.3.0';
+our $VERSION = '1.3.999';
 
 my $logger = Log::Log4perl->get_logger('LedgerSMB');
 

Modified: trunk/VERSION
===================================================================
--- trunk/VERSION	2011-10-12 13:25:16 UTC (rev 3847)
+++ trunk/VERSION	2011-10-12 13:58:53 UTC (rev 3848)
@@ -1 +1 @@
-1.3.0
+1.3.999

Modified: trunk/dists/source/build.sh
===================================================================
--- trunk/dists/source/build.sh	2011-10-12 13:25:16 UTC (rev 3847)
+++ trunk/dists/source/build.sh	2011-10-12 13:58:53 UTC (rev 3848)
@@ -2,7 +2,7 @@
 
 # Simple script to prepare for release
 
-version="1.3.0";
+version="1.4-snapshot20111012";
 build_d="../release";
 
 if test -d $build_d/ledgersmb; then

Modified: trunk/sql/Pg-database.sql
===================================================================
--- trunk/sql/Pg-database.sql	2011-10-12 13:25:16 UTC (rev 3847)
+++ trunk/sql/Pg-database.sql	2011-10-12 13:58:53 UTC (rev 3848)
@@ -1,4 +1,4 @@
-CREATE LANGUAGE PLPGSQL; -- separate transaction since may already exist
+999REATE LANGUAGE PLPGSQL; -- separate transaction since may already exist
 
 begin;
 
@@ -1121,7 +1121,7 @@
 sonumber|1
 yearend|1
 businessnumber|1
-version|1.3.0
+version|1.3.999
 closedto|\N
 revtrans|1
 ponumber|1

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.