[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] com =?UTF-8?Q?pecl/search=5Fengine/solr=3A=20Version=20bump=20=32=2E=32?= =?UTF-8?Q?=2E=3
From:       Omar Shaban <omars () php ! net>
Date:       2015-09-27 6:28:33
Message-ID: php-mail-2c0cab5fb9fef4409bdf6d9bf710874e1884369011 () git ! php ! net
[Download RAW message or body]

Commit:    e39f814ee7f7e20a93776495e16f64ab6463d0dd
Author:    Omar Shaban <omars@php.net>         Sun, 27 Sep 2015 08:28:33 +0200
Parents:   a37408cf7c2e8a9be6aaa9345d742f25c98540f1
Branches:  master

Link:       http://git.php.net/?p=pecl/search_engine/solr.git;a=commitdiff;h=e39f814ee7f7e20a93776495e16f64ab6463d0dd


Log:
Version bump 2.2.1

Changed paths:
  M  package.xml
  M  php_solr_version.h


Diff:
diff --git a/package.xml b/package.xml
index 74ad683..c6d5c14 100644
--- a/package.xml
+++ b/package.xml
@@ -24,10 +24,10 @@ PECL Solr 2+ is only compatible with Apache Solr Server 4.0+
 		<email>omars@php.net</email>
 		<active>yes</active>
 	</lead>
-	<date>2015-09-26</date>
+	<date>2015-09-27</date>
 	<version>
-		<release>2.2.0</release>
-		<api>2.2.0</api>
+		<release>2.2.1</release>
+		<api>2.2.1</api>
 	</version>
 	<stability>
 		<release>stable</release>
@@ -38,16 +38,7 @@ PECL Solr 2+ is only compatible with Apache Solr Server 4.0+
 	<!-- Notes for the latest release -->
 	<notes>
 		<![CDATA[
-- Support Real Time Get (Request #68647)
-- Support Result Grouping (Request #68793)
-- Support Field Collapsing (Request #70175)
-- Support Expand Component (Request #70176)
-- SolrMissingMandatoryParameterException (Request #70301)
-- Fix SegFault on Solr Server 500 Response with no msg [xml RW] (Bug #69156)
-- Fix SegFault on non-phpserialized 500 responses from Solr Server with PHPS RW (Bug \
                #69156)
-- Fix Failed to parse 500 error response when it lacks msg JSON/PHPS RW (Bug #70495, \
                #70496)
-- Fix compatibility tests with Solr Server 5 (Bug #70333)
-- Fix Error unserializing raw response on statistics response having NaN as value \
(Bug #67394) +- Fix windows build
 ]]>
 	</notes>
 	
@@ -255,6 +246,29 @@ PECL Solr 2+ is only compatible with Apache Solr Server 4.0+
                 <active>yes</active>
             </lead>
             <version>
+                <release>2.2.1</release>
+                <api>2.2.1</api>
+            </version>
+            <stability>
+                <release>stable</release>
+                <api>stable</api>
+            </stability>
+            <date>2015-09-27</date>
+            <license uri="http://www.php.net/license">PHP License</license>
+            <notes>
+                <![CDATA[
+- Fix windows build
+]]>
+            </notes>
+       </release>
+       <release>
+            <lead>
+                <name>Omar Shaban</name>
+                <user>omars</user>
+                <email>omars@php.net</email>
+                <active>yes</active>
+            </lead>
+            <version>
                 <release>2.2.0</release>
                 <api>2.2.0</api>
             </version>
diff --git a/php_solr_version.h b/php_solr_version.h
index 7cd5634..182e5f7 100644
--- a/php_solr_version.h
+++ b/php_solr_version.h
@@ -27,11 +27,11 @@
 
 #define PHP_SOLR_MAJOR_VERSION 2
 #define PHP_SOLR_MINOR_VERSION 2
-#define PHP_SOLR_PATCH_VERSION 0
+#define PHP_SOLR_PATCH_VERSION 1
 
 #define PHP_SOLR_RELEASE_VERSION PHP_SOLR_PATCH_VERSION
 
-#define PHP_SOLR_VERSION "2.2.0"
+#define PHP_SOLR_VERSION "2.2.1"
 #define PHP_SOLR_DOTTED_VERSION PHP_SOLR_VERSION
 
 
@@ -54,9 +54,9 @@
  * comparisons with greater than and less than work.
  */
 
-#define PHP_SOLR_VERSION_ID 0x020200
+#define PHP_SOLR_VERSION_ID 0x020201
 
-#define SOLR_CLIENT_USER_AGENT "PHP Solr Client 2.2.0"
+#define SOLR_CLIENT_USER_AGENT "PHP Solr Client 2.2.1"
 
 #endif /* PHP_SOLR_VERSION_H */


--
PECL CVS Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic