[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [987] branches/1.2
- Subject: SF.net SVN: ledger-smb: [987] branches/1.2
- From: ..hidden..
- Date: Thu, 22 Mar 2007 15:24:23 -0700
Revision: 987
http://svn.sourceforge.net/ledger-smb/?rev=987&view=rev
Author: einhverfr
Date: 2007-03-22 15:24:23 -0700 (Thu, 22 Mar 2007)
Log Message:
-----------
Removing ledgersmb.conf and updating version strings for rc5 build
Modified Paths:
--------------
branches/1.2/LedgerSMB/Form.pm
branches/1.2/VERSION
branches/1.2/dists/rpm/ledgersmb.spec
branches/1.2/dists/source/build.sh
Removed Paths:
-------------
branches/1.2/ledgersmb.conf
Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm 2007-03-22 22:20:45 UTC (rev 986)
+++ branches/1.2/LedgerSMB/Form.pm 2007-03-22 22:24:23 UTC (rev 987)
@@ -79,7 +79,7 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
- $self->{version} = "1.2.0 Release Candidate 4";
+ $self->{version} = "1.2.0 Release Candidate 5";
$self->{dbversion} = "1.2.0";
Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION 2007-03-22 22:20:45 UTC (rev 986)
+++ branches/1.2/VERSION 2007-03-22 22:24:23 UTC (rev 987)
@@ -1 +1 @@
-1.2.0 Release Candidate 4
+1.2.0 Release Candidate 5
Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec 2007-03-22 22:20:45 UTC (rev 986)
+++ branches/1.2/dists/rpm/ledgersmb.spec 2007-03-22 22:24:23 UTC (rev 987)
@@ -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.0rc4
+Version: 1.2.0-rc5
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-22 22:20:45 UTC (rev 986)
+++ branches/1.2/dists/source/build.sh 2007-03-22 22:24:23 UTC (rev 987)
@@ -9,7 +9,7 @@
$pgdoc = "true";
fi
-version="1.2.0rc4";
+version="1.2.0-rc5";
build_d="../release";
if test -d blib; then
Deleted: branches/1.2/ledgersmb.conf
===================================================================
--- branches/1.2/ledgersmb.conf 2007-03-22 22:20:45 UTC (rev 986)
+++ branches/1.2/ledgersmb.conf 2007-03-22 22:24:23 UTC (rev 987)
@@ -1,21 +0,0 @@
-[environment]
-# if the server can't find gzip, latex, dvips or pdflatex, append the path
-PATH: /usr/local/bin
-PATH: /usr/local/pgsql/bin
-
-# on mac os X using Fink's Perl libs, add the path
-#PERL5LIB: /sw/lib/perl5
-
-#################################
-# Global database parameters
-#################################
-# These parameters *must* be set correctly for LedgerSMB >= 1.2 to work
-#
-[globaldb]
-##uncomment below and set to correct values
-DBConnect: dbi:Pg:dbname=metatron_ledger;host=localhost;port=5432
-DBname = metatron_ledger
-DBhost = localhost
-DBport = 5432
-DBUserName = ledgersmb
-DBPassword: test
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.