Skip to content

Commit

Permalink
Bump version 1.2.0.z.beta5
Browse files Browse the repository at this point in the history
Change-Id: I7061160d1c27f44d08c3ae81c855234341a9e770
Reviewed-on: http://review.couchbase.org/22901
Reviewed-by: Sergey Avseyev <sergey.avseyev@gmail.com>
Tested-by: Sergey Avseyev <sergey.avseyev@gmail.com>
  • Loading branch information
avsej committed Nov 29, 2012
1 parent f83be48 commit 313f0e3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.markdown
@@ -1,3 +1,12 @@
## 1.2.0.z.beta5 / 2012-11-29

* Reduce probability name conflict: use "cb_" prefix
* Fix function prefixes
* Make error message about dependency more verbose
* Allow to setup default initial value for INCR/DECR
* Fix memory leaks: in async mode context wasn't freed
* RCBC-95 Use response body to clarify Couchbase::Error::HTTP

## 1.2.0.z.beta4 / 2012-11-21

* Do not hide ValueFormat reason
Expand Down
2 changes: 1 addition & 1 deletion lib/couchbase/version.rb
Expand Up @@ -17,5 +17,5 @@

# Couchbase ruby client
module Couchbase
VERSION = "1.2.0.z.beta4"
VERSION = "1.2.0.z.beta5"
end
2 changes: 1 addition & 1 deletion tasks/compile.rake
Expand Up @@ -84,7 +84,7 @@ namespace :ports do
directory "ports"

task :libcouchbase => ["ports"] do
recipe = MiniPortile.new "libcouchbase", "2.0.0beta3"
recipe = MiniPortile.new "libcouchbase", "2.0.0"
recipe.files << "http://packages.couchbase.com/clients/c/libcouchbase-#{recipe.version}.tar.gz"
recipe.configure_options.push("--disable-debug",
"--disable-dependency-tracking",
Expand Down

0 comments on commit 313f0e3

Please sign in to comment.