Release: 1.1.7
authorlace <>
Thu, 26 Jan 2006 21:18:10 +0000 (21:18 +0000)
committerlace <>
Thu, 26 Jan 2006 21:18:10 +0000 (21:18 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 50b2a43..764be36 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
 $Id$
 
 
+NEWS for captive-1.1.7 (2006-01-26)
+----------------------
+
+* Fixed sandbox restarting looking like disconnected mounts (FUSE client only).
+* Workarounded no FUSE/Linux-kernel charset support - fixes locale filenames.
+* Fixed multiple issues of captive-install-acquire(1) to run at all again.
+* Fixed general operations refusal on invalid errnos. (Frederic L. W. Meunier)
+* Fixed invalid file timestamps (FUSE client only). (Frederic L. W. Meunier)
+* Workarounded FUSE/Linux-kernel user mounts (FUSE only). (Steven N. Hirsch)
+* Workarounded FUSE/Linux-kernel modprobe(8)ing (FUSE only). (John Pratt)
+* (static .tar.gz build only) Debian now a bit more compatible. (John Pratt)
+
+
 NEWS for captive-1.1.6.1 (2005-12-29)
 ------------------------
 
index f5758f0..ea775ea 100644 (file)
@@ -21,7 +21,7 @@ dnl 2.53 for AM_GLIB_GNU_GETTEXT:
 AC_PREREQ(2.53)
 dnl Not yet present in: Red Hat autoconf-2.57-3
 dnl AC_CONFIG_MACRO_DIR(macros)
-AM_INIT_AUTOMAKE(captive,1.1.7cvs3)
+AM_INIT_AUTOMAKE(captive,1.1.7)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 dnl Call AC_PROG_CC before AC_ISC_POSIX.