summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--doc/source/changelog.rst9
-rw-r--r--src/php_snuffleupagus.h2
3 files changed, 17 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3282469..034a34d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1snuffleupagus (0.8.2) UNRELEASED; urgency=low
2 [ jvoisin ]
3 * Fix compilation when ZTS is used
4 * Fix a possible infinite loop
5
6 -- jvoisin <julien.voisin+snuffleupagus@dustri.org> Sun, 20 Apr 2022 22:00:00 +0200
7
1snuffleupagus (0.8.1) UNRELEASED; urgency=low 8snuffleupagus (0.8.1) UNRELEASED; urgency=low
2 [ jvoisin ] 9 [ jvoisin ]
3 * Fix the version number 10 * Fix the version number
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst
index 4bb0583..a406953 100644
--- a/doc/source/changelog.rst
+++ b/doc/source/changelog.rst
@@ -1,6 +1,15 @@
1Changelog 1Changelog
2========= 2=========
3 3
40.8.2 - `Surus <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.2>`__ 2022/05/20
5-------------------------------------------------------------------------------------------
6
7Bug fixes
8^^^^^^^^^
9* Fix compilation when ZTS is used
10* Fix a possible infinite loop
11
12
40.8.1 - `Batyr <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.1>`__ 2022/05/16 130.8.1 - `Batyr <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.1>`__ 2022/05/16
5------------------------------------------------------------------------------------------- 14-------------------------------------------------------------------------------------------
6 15
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h
index 8faaf3a..97fa0e4 100644
--- a/src/php_snuffleupagus.h
+++ b/src/php_snuffleupagus.h
@@ -1,7 +1,7 @@
1#ifndef PHP_SNUFFLEUPAGUS_H 1#ifndef PHP_SNUFFLEUPAGUS_H
2#define PHP_SNUFFLEUPAGUS_H 2#define PHP_SNUFFLEUPAGUS_H
3 3
4#define PHP_SNUFFLEUPAGUS_VERSION "0.8.1" 4#define PHP_SNUFFLEUPAGUS_VERSION "0.8.2"
5#define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus" 5#define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus"
6#define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System & Julien (jvoisin) Voisin & SektionEins GmbH" 6#define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System & Julien (jvoisin) Voisin & SektionEins GmbH"
7#define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus" 7#define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus"