mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-25 15:10:13 +00:00
Preparing to release 0.9.7.1
This commit is contained in:
parent
2be385fed7
commit
1f7b048026
19
ChangeLog
19
ChangeLog
@ -1,9 +1,22 @@
|
||||
2009-08-24 Andrew McMillan <andrew@morphoss.com>
|
||||
|
||||
* Fix broken SQL when selecting user list for group.
|
||||
* Ensure incoming URLs are decoded before we process them.
|
||||
* Add ability to log caldav actions
|
||||
* Updated French translation.
|
||||
|
||||
2008-06-30 Andrew McMillan <andrew@morphoss.com>
|
||||
|
||||
* Remove the out of date update-rscds-database script.
|
||||
* Rename RSCDS*(.php) to DAViCal*(.php)
|
||||
* Rename RSCDSUser (.php) to DAViCalUser (.php)
|
||||
|
||||
2009-06-27 Andrew McMillan <andrew@morphoss.com>
|
||||
* Make e-mail lookup be case-insensitive if possible
|
||||
|
||||
2009-06-22 Andrew McMillan <andrew@morphoss.com>
|
||||
|
||||
* Release 0.9.7
|
||||
|
||||
2009-06-22 Andrew McMillan <andrew@morphoss.com>
|
||||
|
||||
* Add debug logging of response/request and related headers.
|
||||
|
||||
2009-06-20 Andrew McMillan <andrew@morphoss.com>
|
||||
|
||||
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
davical (0.9.7.1-0) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Updated french translation from Christian Perrier (closes: #537715)
|
||||
* Allow postgresql-client-8.4 as a possible dependency.
|
||||
|
||||
-- Andrew McMillan <debian@mcmillan.net.nz> Mon, 24 Aug 2009 12:32:51 +1200
|
||||
|
||||
davical (0.9.7-0) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@ -10,7 +10,7 @@ Homepage: http://davical.org/
|
||||
|
||||
Package: davical
|
||||
Architecture: all
|
||||
Depends: debconf (>= 1.0.32), php5, php5-pgsql, postgresql-client-8.3 | postgresql-client-8.2 | postgresql-client-8.1, libawl-php (=0.37), libclass-dbi-pg-perl, libyaml-perl
|
||||
Depends: debconf (>= 1.0.32), php5, php5-pgsql, postgresql-client-8.4 | postgresql-client-8.3 | postgresql-client-8.2 | postgresql-client-8.1, libawl-php (=0.37), libclass-dbi-pg-perl, libyaml-perl
|
||||
Conflicts: rscds
|
||||
Description: The DAViCal CalDAV Server
|
||||
The DAViCal CalDAV Server is designed to trivially store
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user