]> granicus.if.org Git - php/commitdiff
update changelog
authorAntony Dovgal <tony2001@php.net>
Mon, 3 Oct 2005 13:05:48 +0000 (13:05 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 3 Oct 2005 13:05:48 +0000 (13:05 +0000)
ext/oci8/package.xml

index 3fb783d40cc762201e5afabeed6be717eebbd825..20502587dbb8a557d43c5121d1af48cc3045056b 100644 (file)
  <license>PHP</license>
  <release>
   <state>beta</state>
-  <version>1.1.1</version>
-  <date>2005-09-22</date>
+  <version>1.2</version>
+  <date>2005-??-??</date>
   <notes>
-   Fixed segfault when binding empty values.
-   Fixed problem with oci_error() without arguments.
+   Fixed PECL bug #5571 (oci_new_connect() not closed by oci_close())
   </notes>
  </release>
  <filelist>
   <configureoption name="with-oci8" default="autodetect" prompt="Please provide the path to ORACLE_HOME dir. Use 'instantclient,/path/to/instant/client/lib' if you're compiling against Oracle Instant Client"/>
  </configureoptions>
  <changelog>
+  <release>
+   <state>beta</state>
+   <version>1.1.1</version>
+   <date>2005-09-22</date>
+   <notes>
+    Fixed segfault when binding empty values.
+    Fixed problem with oci_error() without arguments.
+   </notes>
+  </release>
   <release>
    <state>beta</state>
    <version>1.1</version>