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

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



Revision: 3419
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3419&view=rev
Author:   einhverfr
Date:     2011-07-03 10:44:33 +0000 (Sun, 03 Jul 2011)

Log Message:
-----------
Changes for 1.3.0 beta 4

Modified Paths:
--------------
    trunk/Changelog
    trunk/dists/rpm/ledgersmb.spec
    trunk/dists/source/build.sh

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2011-07-03 10:03:18 UTC (rev 3418)
+++ trunk/Changelog	2011-07-03 10:44:33 UTC (rev 3419)
@@ -15,6 +15,8 @@
 * Cannot close books where unapproved transactions are before yearend(Chris T)
 * Yearend/closed books now creates balance checkpoints for better performance
 (Chris T and Aurynn)
+* The prohibition against entering transactions into closed period enforced
+on a database level.
 
 General Ledger/Journal:
 * GL reports filter by account (Chris T)
@@ -50,9 +52,11 @@
 * New UI and template system using TT (Seneca)
 * Form.pm deprecated.  New Object Oriented and data-driven model (Chris T)
 * Added ledgersmb-smallgray.css (Jeff K)
-* Stored procedure-based ORM for data model encapsulation in db (ChrisT)
+* Stored procedure-based ORM for data model encapsulation in db (Chris T)
 * Many small forms moved to templates (Seneca)
+* Greatly expanded test cases (Chris T and Seneca)
 
+
 Misc:
 * Timecard lists project descriptions as well as numbers (Chris T)
 * Invoices can now be put on hold (Aurynn)

Modified: trunk/dists/rpm/ledgersmb.spec
===================================================================
--- trunk/dists/rpm/ledgersmb.spec	2011-07-03 10:03:18 UTC (rev 3418)
+++ trunk/dists/rpm/ledgersmb.spec	2011-07-03 10:44:33 UTC (rev 3419)
@@ -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.2.11
+Version: 1.3.0-beta4
 Release: 1
 License: GPL
 URL: http://www.ledgersmb.org/

Modified: trunk/dists/source/build.sh
===================================================================
--- trunk/dists/source/build.sh	2011-07-03 10:03:18 UTC (rev 3418)
+++ trunk/dists/source/build.sh	2011-07-03 10:44:33 UTC (rev 3419)
@@ -2,7 +2,7 @@
 
 # Simple script to prepare for release
 
-version="1.3.0_snapshot20110701";
+version="1.3.0_beta-4";
 build_d="../release";
 
 if test -d $build_d/ledgersmb; then


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