From 75f0380a58631bcec8ad2b50967cac22be53c794 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 9 Jan 2010 13:52:47 -0800 Subject: [PATCH] Release fmtools 2.0.1. --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7d20a6c..97bbfcd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +2.0.1: + +Sat Jan 9 13:28:53 PST 2010 / Ben Pfaff + +- Fix bugs that prevented fm and fmscan from working outside "test" + mode (used by the testsuite. + +- Better support radios that do not have volume control. + +- Make fm report when the radio is muted and tell the user how to unmute it. + +- Packaging improvements. + 2.0: Sat Dec 12 21:18:52 PST 2009 / Ben Pfaff diff --git a/configure.ac b/configure.ac index 42fdcfd..044d757 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fmtools], [2.0], [blp@cs.stanford.edu]) +AC_INIT([fmtools], [2.0.1], [blp@cs.stanford.edu]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) AC_PREREQ([2.59]) -- 2.11.4.GIT