Skip to content

Commit

Permalink
Update metadata for release 2.0.1
Browse files Browse the repository at this point in the history
The library version will be 2.0.1 as well as package version

Change-Id: If8ee8edc53699d3c50811bf826ad807f3bce23a4
Reviewed-on: http://review.couchbase.org/23181
Tested-by: Sergey Avseyev <sergey.avseyev@gmail.com>
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
Reviewed-by: Matt Ingenthron <matt@couchbase.com>
  • Loading branch information
avsej committed Dec 11, 2012
1 parent 7ecb11e commit c06e29d
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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)
Expand Down
35 changes: 35 additions & 0 deletions 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 <sergey@couchbase.com> Tue, 11 Dec 2012 01:56:15 +0300

libcouchbase (2.0.0) stable; urgency=low

[Sergey Avseyev]
Expand Down
32 changes: 32 additions & 0 deletions packaging/rpm/libcouchbase.spec.in
Expand Up @@ -110,6 +110,38 @@ Development files for the Couchbase Client & Protocol Library

%changelog

* Tue Dec 11 2012 Sergey Avseyev <sergey@couchbase.com> - 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 <sergey@couchbase.com> - 2.0.0
[Sergey Avseyev]
- libcouchbase-all package comes without version
Expand Down
6 changes: 3 additions & 3 deletions win32/libcouchbase/configuration.h
Expand Up @@ -30,11 +30,11 @@

#include <stddef.h>

#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 <winsock2.h>
#include <BaseTsd.h>

Expand Down

0 comments on commit c06e29d

Please sign in to comment.