From 5849a119bd363b152b41ed7a39c787f009412572 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 2 Apr 2012 16:48:15 -0400 Subject: [PATCH] Bump version numbers for 2.1.0-RC1 release Also update the ChangeLog with relevant entries. Signed-off-by: Dan Scott --- ChangeLog | 21 +++++++++++++++++++++ src/perl/lib/OpenSRF.pm | 2 +- version.m4 | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f4f8300..2a9fd41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ Changelog for 2.1.0 =================== + +commit 0ed34101e67dc04292f906945dd5752c73985412 +Author: Dan Scott +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 + +commit cf4d4798c5949abaf6bc9a4c3a62bf9a6533977b +Author: Bill Erickson +Date: Wed Mar 14 11:38:18 2012 -0400 + + Prevent undef warnings on perl socket read nbytes test + + Signed-off-by: Bill Erickson + Signed-off-by: Dan Scott + commit f470b55b86fd59f31dd142d8cb55fe812265892e Author: Bill Erickson diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm index be36226..d4bae88 100644 --- a/src/perl/lib/OpenSRF.pm +++ b/src/perl/lib/OpenSRF.pm @@ -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 diff --git a/version.m4 b/version.m4 index e99404b..e5e8736 100644 --- a/version.m4 +++ b/version.m4 @@ -1 +1 @@ -m4_define([VERSION_NUMBER],[2.1.0-alpha1]) +m4_define([VERSION_NUMBER],[2.1.0-RC1]) -- 2.43.2