summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--package.xml4
-rw-r--r--php_rpminfo.h2
3 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 23246db..a934b10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,12 +26,14 @@ config.cache
config.guess
config.h
config.h.in
+config.h.in~
config.log
config.nice
config.status
config.sub
configure
configure.in
+configure.ac
conftest
conftest.c
Makefile
diff --git a/package.xml b/package.xml
index 1fe19ba..5393aeb 100644
--- a/package.xml
+++ b/package.xml
@@ -17,7 +17,7 @@ Available functions:
</lead>
<date>2020-03-11</date>
<version>
- <release>0.2.3dev</release>
+ <release>0.2.3</release>
<api>0.2.0</api>
</version>
<stability>
@@ -26,7 +26,7 @@ Available functions:
</stability>
<license>PHP 3.01</license>
<notes>
--
+- fix gh#2 free allocated iterators to avoid "DB2053 Freeing read locks..." messages
</notes>
<contents>
<dir name="/">
diff --git a/php_rpminfo.h b/php_rpminfo.h
index c3502f2..2889d33 100644
--- a/php_rpminfo.h
+++ b/php_rpminfo.h
@@ -22,7 +22,7 @@
extern zend_module_entry rpminfo_module_entry;
#define phpext_rpminfo_ptr &rpminfo_module_entry
-#define PHP_RPMINFO_VERSION "0.2.3-dev"
+#define PHP_RPMINFO_VERSION "0.2.3"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)