Actual 0.9.4.3 release.

This commit is contained in:
Andrew McMillan 2008-04-13 01:52:18 +12:00
parent abe2150e63
commit bacd9fd15d
4 changed files with 8 additions and 5 deletions

View File

@ -252,6 +252,9 @@
<item url="dba/patches/1.2.1.sql" uploadstatus="1" />
<item url="dba/patches/1.2.2.sql" uploadstatus="1" />
<item url="dba/appuser_permissions.txt" uploadstatus="1" />
<item url="dba/patches/1.2.1a.sql" />
<item url="dba/patches/1.2.1a.sql" uploadstatus="1" />
<item url="dba/patches/1.2.3a.sql" uploadstatus="1" />
<item url="dba/patches/1.2.3.sql" uploadstatus="1" />
<item url="dba/patches/1.2.1b.sql" uploadstatus="1" />
</project>
</webproject>

View File

@ -46,8 +46,8 @@ create_db_user() {
if ! db_users | grep "^${1}$" >/dev/null ; then
psql -qAt template1 -c "CREATE USER ${1} NOCREATEDB NOCREATEROLE;"
cat <<EONOTE | install_note
* You will need to edit the PostgreSQL pg_hba.conf to allow the '${1}'
database user access to the 'davical' database.
* You will need to edit the PostgreSQL pg_hba.conf to allow the
'${1}' database user access to the 'davical' database.
EONOTE
fi

2
debian/changelog vendored
View File

@ -2,7 +2,7 @@ rscds (0.9.4.3) unstable; urgency=low
* Work on making the installation process more foolproof.
-- Andrew McMillan <debian@mcmillan.net.nz> Sun, 13 Apr 2008 00:55:16 +1200
-- Andrew McMillan <debian@mcmillan.net.nz> Sun, 13 Apr 2008 01:02:05 +1200
rscds (0.9.4.2) unstable; urgency=low

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-02-28 21:17+1300\n"
"POT-Creation-Date: 2008-04-13 01:50+1200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"