From a089075dd3fe0752465e6b7205f4f54ac6f897ab Mon Sep 17 00:00:00 2001 From: lace <> Date: Thu, 26 Jan 2006 21:18:10 +0000 Subject: [PATCH] Release: 1.1.7 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 50b2a43..764be36 100644 --- 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) ------------------------ diff --git a/configure.ac b/configure.ac index f5758f0..ea775ea 100644 --- a/configure.ac +++ b/configure.ac @@ -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. -- 1.8.3.1