mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-11 10:21:24 +00:00
Actual 0.9.4.3 release.
This commit is contained in:
parent
abe2150e63
commit
bacd9fd15d
@ -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>
|
||||
|
||||
@ -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
2
debian/changelog
vendored
@ -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
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user