Skip to content

Commit

Permalink
Bump version 1.2.0.z.beta4
Browse files Browse the repository at this point in the history
Change-Id: If468497017f8dafaad49362a7b55011330e63159
Reviewed-on: http://review.couchbase.org/22719
Tested-by: Sergey Avseyev <sergey.avseyev@gmail.com>
Reviewed-by: Matt Ingenthron <matt@couchbase.com>
  • Loading branch information
avsej committed Nov 21, 2012
1 parent 1c16c2d commit 40a2d09
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ before_install:
- wget -O- http://packages.couchbase.com/ubuntu/couchbase.key | sudo apt-key add -
- echo deb http://packages.couchbase.com/snapshot/ubuntu oneiric oneiric/main | sudo tee /etc/apt/sources.list.d/couchbase.list
- sudo apt-get update
- sudo apt-get -y install libevent-dev libvbucket-dev libcouchbase-dev
- sudo apt-get -y install libcouchbase2-dev

rvm:
- 1.8.7
Expand Down
21 changes: 21 additions & 0 deletions HISTORY.markdown
@@ -1,3 +1,24 @@
## 1.2.0.z.beta4 / 2012-11-21

* Do not hide ValueFormat reason
* Adjust version check for MultiJson monkeypatch
* Update error codes
* Remove mentions of LCB_LIBEVENT_ERROR in utils.c
* Add Makefile for easier build with repo layout
* Check HTTP error code when building exception object
* Remove debug output in tests
* Make rack session store adapter quiet
* RCBC-90 Update documentation about session store
* Protect against non string values in :plain mode
* RCBC-89 Fetch documents using binary protocol by default
* Deserialize Base64 value from view
* Remove all_docs mentions
* RCBC-92 Use more portable version of rb_sprintf()
* Do not expose docs embedded in HTTP response
* RCBC-94 Reset global exception after usage
* Fix number of arguments to Kernel#sprintf
* Increase default connection timeout

## 1.2.0.z.beta3 / 2012-10-12

* Update view API
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.beta3"
VERSION = "1.2.0.z.beta4"
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.0beta2_1_gf60b9fe"
recipe = MiniPortile.new "libcouchbase", "2.0.0beta3"
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 40a2d09

Please sign in to comment.