From 503a57cad23b116ae977ed41d0e41cb0f7483410 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sat, 25 Feb 2012 14:12:28 +0100 Subject: [PATCH] * NEWS: Summarize recent changes. --- ChangeLog | 4 ++++ NEWS | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e1a071deb..c37e3c6be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-25 Alexandre Duret-Lutz + + * NEWS: Summarize recent changes. + 2012-02-25 Alexandre Duret-Lutz Make all python code compatible with Python 2.x and Python 3.x. diff --git a/NEWS b/NEWS index c31b4f05b..a64832ec5 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ New in spot 0.8.2a: - Nothing yet. + * Support for both Python 2.x and Python 3.x. + (Previous versions would only work with Python 2.x.) + * Bug fixes: + - Fix a segfault in the compression code used by the -Z + option of dve2check. + - Fix a race condition in the CGI script. New in spot 0.8.2 (2012-01-19):