summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL3
-rwxr-xr-xLedgerSMB/Form.pm2
-rw-r--r--VERSION2
-rw-r--r--dists/rpm/ledgersmb.spec2
-rw-r--r--dists/source/build.sh2
5 files changed, 7 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 7ac771bf..b36183a0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -45,6 +45,9 @@ recommend as follows:
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');"
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index 3164a7fb..4fa3cb43 100755
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -71,7 +71,7 @@ sub new {
#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;
diff --git a/VERSION b/VERSION
index b9c8fc18..93850036 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.0 Release Candidate 1
+1.2.0 Release Candidate 2
diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec
index 43c296d1..21f5cae3 100644
--- a/dists/rpm/ledgersmb.spec
+++ b/dists/rpm/ledgersmb.spec
@@ -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/
diff --git a/dists/source/build.sh b/dists/source/build.sh
index e0ea3334..ee9a49fc 100644
--- a/dists/source/build.sh
+++ b/dists/source/build.sh
@@ -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