Commit a1a7d20 1 parent 79dc495 commit a1a7d20 Copy full SHA for a1a7d20
File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ snuffleupagus (0.8.2) UNRELEASED; urgency=low
2
+ [ jvoisin ]
3
+ * Fix compilation when ZTS is used
4
+ * Fix a possible infinite loop
5
+
6
+ -- jvoisin <
[email protected] > Sun, 20 Apr 2022 22:00:00 +0200
7
+
1
8
snuffleupagus (0.8.1) UNRELEASED; urgency=low
2
9
[ jvoisin ]
3
10
* Fix the version number
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.8.2 - `Surus <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.2 >`__ 2022/05/20
5
+ -------------------------------------------------------------------------------------------
6
+
7
+ Bug fixes
8
+ ^^^^^^^^^
9
+ * Fix compilation when ZTS is used
10
+ * Fix a possible infinite loop
11
+
12
+
4
13
0.8.1 - `Batyr <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.1 >`__ 2022/05/16
5
14
-------------------------------------------------------------------------------------------
6
15
Original file line number Diff line number Diff line change 1
1
#ifndef PHP_SNUFFLEUPAGUS_H
2
2
#define PHP_SNUFFLEUPAGUS_H
3
3
4
- #define PHP_SNUFFLEUPAGUS_VERSION "0.8.1 "
4
+ #define PHP_SNUFFLEUPAGUS_VERSION "0.8.2 "
5
5
#define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus"
6
6
#define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System & Julien (jvoisin) Voisin & SektionEins GmbH"
7
7
#define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus"
You can’t perform that action at this time.
0 commit comments