Bump version numbers for 2.1.0-RC1 release
authorDan Scott <dscott@laurentian.ca>
Mon, 2 Apr 2012 20:48:15 +0000 (16:48 -0400)
committerDan Scott <dscott@laurentian.ca>
Mon, 2 Apr 2012 20:48:15 +0000 (16:48 -0400)
Also update the ChangeLog with relevant entries.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
ChangeLog
src/perl/lib/OpenSRF.pm
version.m4

index f4f8300..2a9fd41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,26 @@
 Changelog for 2.1.0
 ===================
+
+commit 0ed34101e67dc04292f906945dd5752c73985412
+Author: Dan Scott <dscott@laurentian.ca>
+Date:   Fri Mar 23 13:05:31 2012 -0400
+
+    Add trailing period, "localhost" to ejabberd.cfg example
+    
+    Thanks to Yamil Suarez for noticing a discrepancy between the older wiki
+    instructions and the README.
+    
+    Signed-off-by: Dan Scott <dscott@laurentian.ca>
+
+commit cf4d4798c5949abaf6bc9a4c3a62bf9a6533977b
+Author: Bill Erickson <berick@esilibrary.com>
+Date:   Wed Mar 14 11:38:18 2012 -0400
+
+    Prevent undef warnings on perl socket read nbytes test
+    
+    Signed-off-by: Bill Erickson <berick@esilibrary.com>
+    Signed-off-by: Dan Scott <dan@coffeecode.net>
+
  
 commit f470b55b86fd59f31dd142d8cb55fe812265892e
 Author: Bill Erickson <berick@esilibrary.com>
index be36226..d4bae88 100644 (file)
@@ -14,7 +14,7 @@ OpenSRF - Top level class for OpenSRF perl modules.
 
 =head1 VERSION
 
-Version 2.1.0-alpha1
+Version 2.1.0-RC1
 
 =cut
 
index e99404b..e5e8736 100644 (file)
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[2.1.0-alpha1]) 
+m4_define([VERSION_NUMBER],[2.1.0-RC1])