From ef283979cf2fe9aca3854da0aae2cf7db4d86418 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 2 Jul 2009 17:46:23 +0200 Subject: [PATCH] NEWS has info on 1.9.N to 1.9.N+1 in addition to 1.8 to 2.0 * NEWS: Update to have an incremental section in addition to a comprehensive 1.8->2.0 section. --- NEWS | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 36d36cbd5..4b3d3df53 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,17 @@ See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. -Changes in 1.9.0 (changes since the 1.8.x series): +(During the 1.9 series, we will keep an incremental NEWS for the latest +prerelease, and a full NEWS corresponding to 1.8 -> 2.0.) + +Changes in 1.9.1 (since the 1.9.0 prerelease): + +** `scm_set_port_seek' and `scm_set_port_truncate' use the `scm_t_off' type + +Previously they would use the `off_t' type, which is fragile since its +definition depends on the application's value for `_FILE_OFFSET_BITS'. + +Changes in 1.9.x (since the 1.8.x series): * New modules (see the manual for details)