diff --git a/configure.ac b/configure.ac index 7422296ba..75dd47d91 100644 --- a/configure.ac +++ b/configure.ac @@ -75,7 +75,7 @@ AC_SUBST(CHANGESET) # http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning # API_CURRENT=2 -API_REVISION=0 +API_REVISION=1 API_AGE=0 AC_SUBST(API_CURRENT) AC_SUBST(API_REVISION) diff --git a/packaging/deb/changelog b/packaging/deb/changelog index 6d94badc5..20bcd5575 100644 --- a/packaging/deb/changelog +++ b/packaging/deb/changelog @@ -1,3 +1,38 @@ +libcouchbase (2.0.1) stable; urgency=low + + [Mark Nunberg] + * CCBC-131: Compensate for cluster nodes lacking couchApiBase + * Don't check for EINVAL when missing POST/PUT body + * Skip mock tests on real cluster + * CCBC-130: Fix memory leak on http headers + * CCBC-132, CCBC-133: Let HTTP function in stormy weather + * Make lcb_logger work again + + [Sergey Avseyev] + * SystemTap and DTrace integration + * Add probes into the distribution tarball + * Fix possible SEGFAULT + * src/probes.h is generated file, so it should be in dist + * Make it C89 friendly again + * Do not use req->server in macros + * Cleanup HTTP traces: probe http_end only once + * Do not call finish twice on connect error + * CCBC-136: do not abort when purging SASL commands + * Delay all timers while loop isn't active + * Reset IO event on delete + * Put readable RELEASE_NOTES into the repo + + [Sokolov Yura aka funny_falcon] + * Other way to fix timers in libev + + [Trond Norbye] + * Add manpages for all of cbc-* commands + * Clarify the ttp/ttr fields for observe + * Fixup compiler invocation for minimal.c + * Use defined coding style for examples + + -- Sergey Avseyev Tue, 11 Dec 2012 01:56:15 +0300 + libcouchbase (2.0.0) stable; urgency=low [Sergey Avseyev] diff --git a/packaging/rpm/libcouchbase.spec.in b/packaging/rpm/libcouchbase.spec.in index 6dfda76ee..bc6592c30 100644 --- a/packaging/rpm/libcouchbase.spec.in +++ b/packaging/rpm/libcouchbase.spec.in @@ -110,6 +110,38 @@ Development files for the Couchbase Client & Protocol Library %changelog +* Tue Dec 11 2012 Sergey Avseyev - 2.0.1 +[Mark Nunberg] +- CCBC-131: Compensate for cluster nodes lacking couchApiBase +- Don't check for EINVAL when missing POST/PUT body +- Skip mock tests on real cluster +- CCBC-130: Fix memory leak on http headers +- CCBC-132, CCBC-133: Let HTTP function in stormy weather +- Make lcb_logger work again + +[Sergey Avseyev] +- SystemTap and DTrace integration +- Add probes into the distribution tarball +- Fix possible SEGFAULT +- src/probes.h is generated file, so it should be in dist +- Make it C89 friendly again +- Do not use req->server in macros +- Cleanup HTTP traces: probe http_end only once +- Do not call finish twice on connect error +- CCBC-136: do not abort when purging SASL commands +- Delay all timers while loop isn't active +- Reset IO event on delete +- Put readable RELEASE_NOTES into the repo + +[Sokolov Yura aka funny_falcon] +- Other way to fix timers in libev + +[Trond Norbye] +- Add manpages for all of cbc-* commands +- Clarify the ttp/ttr fields for observe +- Fixup compiler invocation for minimal.c +- Use defined coding style for examples + * Tue Nov 27 2012 Sergey Avseyev - 2.0.0 [Sergey Avseyev] - libcouchbase-all package comes without version diff --git a/win32/libcouchbase/configuration.h b/win32/libcouchbase/configuration.h index 81e4300cd..e7fa39cba 100644 --- a/win32/libcouchbase/configuration.h +++ b/win32/libcouchbase/configuration.h @@ -30,11 +30,11 @@ #include -#define LCB_VERSION_STRING "2.0.0" -#define LCB_VERSION 0x020000 +#define LCB_VERSION_STRING "2.0.1" +#define LCB_VERSION 0x020001 #define LCB_VERSION_CHANGESET unknown -#define PACKAGE_STRING "libcouchbase 2.0.0" +#define PACKAGE_STRING "libcouchbase 2.0.1" #include #include