From c2c21e57a46799b79cb795560b9e17e6c5795ec5 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Wed, 5 May 2010 19:58:38 +0200 Subject: [PATCH] update history and patch number for version 0.1.1 --- History.txt | 6 ++++++ Rakefile | 1 + 2 files changed, 7 insertions(+) diff --git a/History.txt b/History.txt index 0f856d5..86f1605 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,10 @@ +== 0.1.1 (2010-05-05) + +* Update trinidad_dbpool_extension common gem +* Remove adding jndi context and resource to the global tomcat context + == 0.1.0 (2010-04-04) + * First release * General connection pool extension * Mysql connection pool extension diff --git a/Rakefile b/Rakefile index b5b5f54..866511b 100644 --- a/Rakefile +++ b/Rakefile @@ -19,6 +19,7 @@ begin 'trinidad-libs/tomcat-dbcp.jar', 'LICENSE', 'README.rdoc', 'VERSION'] gem.has_rdoc = false + gem.version = '0.1.1' end Jeweler::GemcutterTasks.new rescue LoadError