Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.16. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index 61654e9..0edbbed 100644
--- a/Changes
+++ b/Changes
@@ -3,8 +3,13 @@ UNRELEASED
   * write more tests
   * need to improve startkey/endkey/key JSON encoding.

+1.16 2010-03-22
+  - added auth support to bin/couchdb-push (by franckcuny)
+  - if we have a path in the url, append the db name to this path (by franckcuny)
+    "It's usefull when your couchdb is behind a proxy and mounted on a different URL than '/'."
+
 1.15 2010-03-03
-  - add HEAD method; use custom http headers; add POD about the http headers (by franck)
+  - add HEAD method; use custom http headers; add POD about the http headers (by franckcuny)

 1.14 2010-02-25
   - fixed a minor bug in the couchdb() function (by Michael Zedeler)
  • Loading branch information
beppu committed Mar 22, 2010
1 parent ae661f2 commit fc13a6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Changes
Expand Up @@ -3,8 +3,13 @@ UNRELEASED
* write more tests
* need to improve startkey/endkey/key JSON encoding.

1.16 2010-03-22
- added auth support to bin/couchdb-push (by franckcuny)
- if we have a path in the url, append the db name to this path (by franckcuny)
"It's usefull when your couchdb is behind a proxy and mounted on a different URL than '/'."

1.15 2010-03-03
- add HEAD method; use custom http headers; add POD about the http headers (by franck)
- add HEAD method; use custom http headers; add POD about the http headers (by franckcuny)

1.14 2010-02-25
- fixed a minor bug in the couchdb() function (by Michael Zedeler)
Expand Down
2 changes: 1 addition & 1 deletion lib/AnyEvent/CouchDB.pm
Expand Up @@ -2,7 +2,7 @@ package AnyEvent::CouchDB;

use strict;
use warnings;
our $VERSION = '1.15';
our $VERSION = '1.16';

use JSON::XS;
use AnyEvent::HTTP;
Expand Down

0 comments on commit fc13a6a

Please sign in to comment.