Skip to content

Commit

Permalink
Update ChangeLog and README.md for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred Klomp committed Oct 17, 2013
1 parent 71ec1a2 commit 2e18c4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Thu Oct 17 2013 Alfred Klomp <[email protected]> v0.2
- Incorporate LDAP-based home directories;
- Add logo image to file listing;
- Add logo images;
- Move LDAP auth logic into separate class;
- Place Propflags, Directory and File classes in proper \SambaDAV\ namespace;
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ directory, we'll assume `/tmp` for convenience:

```sh
cd /tmp
tar xvf /path/to/sambadav-0.1.tar.gz
tar xvf /path/to/sambadav-0.2.tar.gz
```

If you look inside the unpacked tarball, you will see three toplevel directories:
Expand All @@ -162,7 +162,7 @@ If you look inside the unpacked tarball, you will see three toplevel directories
Copy everything in `src/` to the webserver folder:

```sh
cp -ar /tmp/sambadav-0.1/src /var/www/htdocs/webfolders
cp -ar /tmp/sambadav-0.2/src /var/www/htdocs/webfolders
```

Since SambaDAV is a frontend to [SabreDAV](http://code.google.com/p/sabredav/),
Expand All @@ -180,9 +180,9 @@ Apply the patches from the unpacked SambaDAV tarball:

```sh
cd /var/www/htdocs/webfolders/lib/SabreDAV
patch -p0 < /tmp/sambadav-0.1/patch/01-sabredav-1.8.6-better-html-listing.patch
patch -p0 < /tmp/sambadav-0.1/patch/02-sabredav-1.8.6-sort-filenames.patch
patch -p0 < /tmp/sambadav-0.1/patch/03-sabredav-1.8.6-actions-table.patch
patch -p0 < /tmp/sambadav-0.2/patch/01-sabredav-1.8.6-better-html-listing.patch
patch -p0 < /tmp/sambadav-0.2/patch/02-sabredav-1.8.6-sort-filenames.patch
patch -p0 < /tmp/sambadav-0.2/patch/03-sabredav-1.8.6-actions-table.patch
```

The following directions should be made writable by the user the webserver runs
Expand Down

0 comments on commit 2e18c4d

Please sign in to comment.