From c9a691fc52fafaa55d26ac629856153c0514015a Mon Sep 17 00:00:00 2001 From: Peter Hatina Date: Sun, 25 Dec 2016 13:24:04 +0100 Subject: [PATCH] Bump release version to 0.3.0 --- NEWS | 3 +++ configure.ac | 2 +- debian/changelog | 6 ++++++ simple-mtpfs.spec | 7 +++++-- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 02281f8..9ab5fee 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +New in version 0.3.0: +- fix FreeBSD ports upgrade path + New in version 0.2.1: - mount by device file (eg. /dev/libmtp-*) - various fixes, improvements and code cleanup diff --git a/configure.ac b/configure.ac index c86cb9d..c143af2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([simple-mtpfs], [0.2.1], [phatina@gmail.com]) +AC_INIT([simple-mtpfs], [0.3.0], [phatina@gmail.com]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 742f902..59790a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +simple-mtpfs (0.3.0-1) unstable; urgency=low + + * Upgrade to 0.3.0 + + -- Peter Hatina Sun, 25 Dec 2016 11:39:22 +0100 + simple-mtpfs (0.2.1-1) unstable; urgency=low * Upgrade to v0.2.1 diff --git a/simple-mtpfs.spec b/simple-mtpfs.spec index 7b8632c..3bc6e69 100644 --- a/simple-mtpfs.spec +++ b/simple-mtpfs.spec @@ -1,5 +1,5 @@ Name: simple-mtpfs -Version: 0.2.1 +Version: 0.3.0 Release: 1%{?dist} Summary: Fuse-based MTP driver License: GPLv2+ @@ -34,7 +34,10 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/simple-mtpfs.1.gz %changelog -* Sun Nov 27 2016 Peter Hatina - 0.2.1.-1 +* Sun Dec 25 2016 Peter Hatina - 0.3.0-1 +- upgrade to v0.3.0 + +* Sun Nov 27 2016 Peter Hatina - 0.2.1-1 - upgrade to v0.2.1 * Tue Dec 3 2013 Peter Hatina - 0.2-1