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

SF.net SVN: ledger-smb: [842] branches/1.2



Revision: 842
          http://svn.sourceforge.net/ledger-smb/?rev=842&view=rev
Author:   einhverfr
Date:     2007-03-02 15:59:07 -0800 (Fri, 02 Mar 2007)

Log Message:
-----------
Updating version strings for RC2

Modified Paths:
--------------
    branches/1.2/INSTALL
    branches/1.2/LedgerSMB/Form.pm
    branches/1.2/VERSION
    branches/1.2/dists/rpm/ledgersmb.spec
    branches/1.2/dists/source/build.sh

Modified: branches/1.2/INSTALL
===================================================================
--- branches/1.2/INSTALL	2007-03-02 20:10:18 UTC (rev 841)
+++ branches/1.2/INSTALL	2007-03-02 23:59:07 UTC (rev 842)
@@ -45,6 +45,9 @@
   b) run "psql" with appropriate options to connect to your database.
   c) Run the SQL script Pg-central.sql.
 
+  Note that the psql connection should use the same username that you intend to
+  use for the user authentication connection.
+
 5)  Set the admin password:
   a)  From psql, determine what admin password you wish to use.  Then type:
       "update users_conf set password = md5('my_password');"

Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm	2007-03-02 20:10:18 UTC (rev 841)
+++ branches/1.2/LedgerSMB/Form.pm	2007-03-02 23:59:07 UTC (rev 842)
@@ -71,7 +71,7 @@
 	#menubar will be deprecated, replaced with below
 	$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-	$self->{version} = "1.2.0 Release Candidate 1";
+	$self->{version} = "1.2.0 Release Candidate 2";
 	$self->{dbversion} = "1.2.0";
 
 	bless $self, $type;

Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION	2007-03-02 20:10:18 UTC (rev 841)
+++ branches/1.2/VERSION	2007-03-02 23:59:07 UTC (rev 842)
@@ -1 +1 @@
-1.2.0 Release Candidate 1
+1.2.0 Release Candidate 2

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2007-03-02 20:10:18 UTC (rev 841)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2007-03-02 23:59:07 UTC (rev 842)
@@ -1,7 +1,7 @@
 # RPM spec written for and tested on Fedora Core 6
 Summary: LedgerSMB - Open Source accounting software
 Name: ledger-smb
-Version: 1.2.0rc1
+Version: 1.2.0rc2
 Release: 1
 License: GPL
 URL: http://www.ledgersmb.org/

Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh	2007-03-02 20:10:18 UTC (rev 841)
+++ branches/1.2/dists/source/build.sh	2007-03-02 23:59:07 UTC (rev 842)
@@ -2,7 +2,7 @@
 
 # Simple script to prepare for release
 
-version="1.2.0rc1";
+version="1.2.0rc2";
 build_d="../release";
 
 if test -d blib; then


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