From 78360b7af4911d46593ce50874ed2fc5f2a6848b Mon Sep 17 00:00:00 2001 From: Chip Turner Date: Sun, 27 Mar 2016 20:56:00 -0700 Subject: [PATCH] make a new release --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f877e4ec..fd480c78 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +0.1.100 + + * minor bugfixes around symlink handling + * performance improvements + * support for offset mounting + * variety of other fixes since 0.1.99 + 0.1.99 - unreleased * Support for LZ4 compression. diff --git a/configure.ac b/configure.ac index 4ae7a7b4..36ffb51b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([squashfuse], [0.1.99], [dave@vasilevsky.ca]) +AC_INIT([squashfuse], [0.1.100], [dave@vasilevsky.ca]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])