Skip to content

Commit

Permalink
Updated date in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Aug 3, 2009
1 parent b50ba0c commit 1574133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.10-alpha (????-??-??)
* Added: Plugin to automatically map GET requests to non-files to
0.10-alpha (2009-08-03)
* Added: Plugin to automatically map GET requests to non-files to
PROPFIND (Sabre_DAV_Browser_MapGetToPropFind). This should allow
easier debugging of complicated WebDAV setups.
* Added: Sabre_DAV_Property_Href class. For future use.
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<target name="build">
<exec command="bin/pearpackage.php make" passthru="true" />
<exec command="pear package" passthru="true" />
<exec command="pear package" />
</target>

<target name="dist" depends="build, clean">
Expand Down

0 comments on commit 1574133

Please sign in to comment.