From 69340372570445f44be2c7eaebda4330dbadc624 Mon Sep 17 00:00:00 2001 From: Peter Hatina Date: Sun, 27 Nov 2016 16:12:57 +0100 Subject: [PATCH] Bump release version to 0.2.1 --- NEWS | 4 ++++ configure.ac | 4 ++-- debian/changelog | 6 ++++++ simple-mtpfs.spec | 5 ++++- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5970315..02281f8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +New in version 0.2.1: +- mount by device file (eg. /dev/libmtp-*) +- various fixes, improvements and code cleanup + New in version 0.2: - introduced special device file as mount parameter - MTP device can be specified by special file placed in /dev diff --git a/configure.ac b/configure.ac index b23d666..c86cb9d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([simple-mtpfs], [0.2], [phatina@gmail.com]) +AC_INIT([simple-mtpfs], [0.2.1], [phatina@gmail.com]) AC_CONFIG_MACRO_DIR([m4]) @@ -87,7 +87,7 @@ AC_OUTPUT([ AC_MSG_NOTICE([ simple-mtpfs $VERSION - ================ + ================== prefix: ${prefix} tmpdir: ${tmpdir} diff --git a/debian/changelog b/debian/changelog index 8b56649..742f902 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +simple-mtpfs (0.2.1-1) unstable; urgency=low + + * Upgrade to v0.2.1 + + -- Peter Hatina Sun, 27 Nov 2016 16:05:41 +0100 + simple-mtpfs (0.2-1) unstable; urgency=low * Upgrade to v0.2 diff --git a/simple-mtpfs.spec b/simple-mtpfs.spec index 82d0198..7b8632c 100644 --- a/simple-mtpfs.spec +++ b/simple-mtpfs.spec @@ -1,5 +1,5 @@ Name: simple-mtpfs -Version: 0.2 +Version: 0.2.1 Release: 1%{?dist} Summary: Fuse-based MTP driver License: GPLv2+ @@ -34,6 +34,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/simple-mtpfs.1.gz %changelog +* Sun Nov 27 2016 Peter Hatina - 0.2.1.-1 +- upgrade to v0.2.1 + * Tue Dec 3 2013 Peter Hatina - 0.2-1 - upgrade to v0.2