From 934ffa55e512f3babbfa2fa27ee7e4048bb059f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Mar 2020 10:44:31 +0100 Subject: Release 0.2.3 --- .gitignore | 2 ++ package.xml | 4 ++-- php_rpminfo.h | 2 +- 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: 2020-03-11 - 0.2.3dev + 0.2.3 0.2.0 @@ -26,7 +26,7 @@ Available functions: PHP 3.01 -- +- fix gh#2 free allocated iterators to avoid "DB2053 Freeing read locks..." messages 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) -- cgit