From 125964de68efbf70841f1ba2c5bfacd36fdf72b3 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 18 Jan 2018 12:05:46 +0100 Subject: [PATCH] Bump the changelog --- doc/source/changelog.rst | 32 ++++++++++++++++++++++++++++++++ src/php_snuffleupagus.h | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 80d97511..b2de1c59 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -1,6 +1,38 @@ Changelog ========= +0.2.0 - `Elephant Rally `__ - 2018/01/18 +--------------------------------------------------------------------------------------------------------- + +New features +^^^^^^^^^^^^ + +- `Glob `__ support in ``sp.configuration_file`` +- Whitelist/blacklist functions in ``eval`` +- ``phpinfo`` shows is the configuration is valid or not + +Bug fixes +^^^^^^^^^ + +- Off-by-one in configuration parsing fixed +- Minor cookie-encryption related memory leaks fixes +- Various crashes spotted by `fr33tux `__ fixes +- Configuration files with windows EOL are correctly handled + +Improvements +^^^^^^^^^^^^ + +- General code clean-up +- Documentation overhaul +- Compilation on FreeBSD and CentOS +- Select which cookies to encrypt via regular expressions +- Match on return values from user-defined functions + +External contributions +^^^^^^^^^^^^^^^^^^^^^^ + +- Simplification and clean up of our linked-list implementation by `smagnin `__ + 0.1.0 - `Mighty Mammoth `__ - 2017/12/21 --------------------------------------------------------------------------------------------------------- diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 93ef472b..eea1c9ea 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h @@ -2,7 +2,7 @@ #define PHP_SNUFFLEUPAGUS_H #define PHP_SNUFFLEUPAGUS_COMMIT "" -#define PHP_SNUFFLEUPAGUS_VERSION "0.1 " PHP_SNUFFLEUPAGUS_COMMIT +#define PHP_SNUFFLEUPAGUS_VERSION "0.2 " PHP_SNUFFLEUPAGUS_COMMIT #define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus" #define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System" #define PHP_SNUFFLEUPAGUS_URL "https://github.com/nbs-system/snuffleupagus"