summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2016-03-25 16:58:12 +0000
committerStefan Bühler <stbuehler@web.de>2016-03-25 16:58:12 +0000
commit92c3da847b819f0766f4cddfe0498653c5bac6c0 (patch)
treee8abe5d778be2a54163f6990560fabc163e1c158 /NEWS
parent7b983ae05467c06e6cf06d7ba6dad76490a13206 (diff)
downloadlighttpd-git-92c3da847b819f0766f4cddfe0498653c5bac6c0.tar.gz
[unittests] add test_buffer and test_base64 unit tests
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3118 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6dab9723..f0b521e5 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,7 @@ NEWS
* [core] add generic vector implementation
* [core] replace array weakref with vector
* [base64] fix crash due to broken force_assert
+ * [unittests] add test_buffer and test_base64 unit tests
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)