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 Nov 7, 2013
1 parent 56dcff7 commit 1ae6d76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Thu Nov 07 2013 Alfred Klomp <alfred@bokxing-it.nl> v0.2.1
- Print a simple login form when basic authentication fails; this login form
uses JavaScript to load the credentials into the browser's authentication
cache, thereby hopefully keeping the user logged in.
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.2.tar.gz
tar xvf /path/to/sambadav-0.2.1.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.2/src /var/www/htdocs/webfolders
cp -ar /tmp/sambadav-0.2.1/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.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
patch -p0 < /tmp/sambadav-0.2.1/patch/01-sabredav-1.8.6-better-html-listing.patch
patch -p0 < /tmp/sambadav-0.2.1/patch/02-sabredav-1.8.6-sort-filenames.patch
patch -p0 < /tmp/sambadav-0.2.1/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 1ae6d76

Please sign in to comment.