From 0ae23f90ce01cad60c31298fb5ffb19f3c31e33f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 31 Jan 2011 23:12:51 +0100 Subject: [PATCH] Bump PV, update NEWS. --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b5850ea..fb8205c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ uam NEWS +uam-0.1.1: + - cleaned up the udev rule file, + - fixed trying to mount whole partitioned, UDF-formatted disk, + - added support for device filtering through uam.conf. + +uam-0.1: + - (finally) fixed the issue of running before rootfs was mounted r/w, + - updated trace logs to contain all information needed for debugging, + - fixed compat with mawk-1.3.3 (for Debians). uam-0.0.7.1: * switch the buildsystem to autotools. diff --git a/configure.ac b/configure.ac index 320fe80..920d495 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([uam], [0.1]) +AC_INIT([uam], [0.1.1]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2 no-dependencies])