From 06468a41573fdfb2f8c6f63de84a039d5750af2b Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 27 Mar 2007 23:29:10 +0000 Subject: [PATCH] [1.5.1] Add segfault fix to news log. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@912 48356398-32a2-884e-a903-53898d9a118a --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 9bd45a99..ea7738b7 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,10 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier . Internal change ========================== +1.5.1, unknown release date +- Fix segfault in unit test. The problem is not very reproduceable and + I don't know what causes it, but a six line patch fixed it. + 1.5.0, released 2007-03-23 ! Added a rudimentary I18N and L10N system modeled off MediaWiki. It doesn't actually do anything yet, but keep your eyes peeled.