mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Preparing to release 0.9.5.1
This commit is contained in:
parent
7fc2a915e4
commit
d1753db451
@ -1,13 +1,11 @@
|
||||
<!DOCTYPE webproject>
|
||||
<webproject>
|
||||
<project type="Local" name="rscds" encoding="utf8" >
|
||||
<project type="Local" name="davical" encoding="utf8" enableEvents="true" >
|
||||
<upload/>
|
||||
<author>Andrew McMillan</author>
|
||||
<email>andrew@catalyst.net.nz</email>
|
||||
<defaultDTD>-//W3C//DTD XHTML 1.0 Transitional//EN</defaultDTD>
|
||||
<defaultDTD>-//w3c//dtd html 4.01 frameset//en</defaultDTD>
|
||||
<item url="" uploadstatus="1" />
|
||||
<templates>templates/</templates>
|
||||
<toolbars>toolbars/</toolbars>
|
||||
<templates>../../../../</templates>
|
||||
<toolbars>../../../../</toolbars>
|
||||
<item url="htdocs/" uploadstatus="1" />
|
||||
<annotations/>
|
||||
<item url="inc/caldav-OPTIONS.php" uploadstatus="1" />
|
||||
@ -28,7 +26,6 @@
|
||||
<item url="inc/RSCDSSession.php" uploadstatus="1" />
|
||||
<item url="inc/page-header.php" uploadstatus="1" />
|
||||
<item url="inc/page-footer.php" uploadstatus="1" />
|
||||
<item url="htdocs/rscds.css" uploadstatus="1" />
|
||||
<item url="inc/interactive-page.php" uploadstatus="1" />
|
||||
<item url="htdocs/users.php" uploadstatus="1" />
|
||||
<item url="htdocs/help.php" uploadstatus="1" />
|
||||
@ -256,5 +253,18 @@
|
||||
<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" />
|
||||
<item url="htdocs/public.php" uploadstatus="1" />
|
||||
<author>Andrew McMillan</author>
|
||||
<email>andrew@mcmillan.net.nz</email>
|
||||
<debuggerclient persistentWatches="0" persistentBreakpoints="0" >No Debugger</debuggerclient>
|
||||
<exclude cvsignore="false" />
|
||||
<teamdata>
|
||||
<taskleaders/>
|
||||
<subprojectleaders/>
|
||||
<mailinglist address="" />
|
||||
</teamdata>
|
||||
<events/>
|
||||
<item url="htdocs/davical.css" uploadstatus="1" />
|
||||
<item url="dba/update-davical-database" />
|
||||
</project>
|
||||
</webproject>
|
||||
|
||||
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
||||
davical (0.9.5.1) unstable; urgency=low
|
||||
|
||||
* The name is changing from rscds to davical.
|
||||
* Fix typo in ldap driver.
|
||||
* Remove common problem-causing things from sample config.
|
||||
* Improve query for events in a time period.
|
||||
* Allow for authentication to be external.
|
||||
* Finally upload to Debian (closes: #490444)
|
||||
|
||||
-- Andrew McMillan <debian@mcmillan.net.nz> Mon, 14 Jul 2008 21:30:06 +1200
|
||||
|
||||
rscds (0.9.5) unstable; urgency=low
|
||||
|
||||
* Allow users to delete their own relationships, not just admin.
|
||||
|
||||
@ -96,7 +96,7 @@ awl_set_locale($c->default_locale);
|
||||
*
|
||||
*/
|
||||
$c->code_version = 0;
|
||||
$c->version_string = '0.9.5'; // The actual version # is replaced into that during the build /release process
|
||||
$c->version_string = '0.9.5.1'; // The actual version # is replaced into that during the build /release process
|
||||
if ( isset($c->version_string) && preg_match( '/(\d+)\.(\d+)\.(\d+)(.*)/', $c->version_string, $matches) ) {
|
||||
$c->code_major = $matches[1];
|
||||
$c->code_minor = $matches[2];
|
||||
|
||||
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-06-19 00:46+1200\n"
|
||||
"POT-Creation-Date: 2008-07-14 21:33+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