Bump release version to 0.2.1
This commit is contained in:
parent
ad83f1e39f
commit
6934037257
4
NEWS
4
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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
simple-mtpfs (0.2.1-1) unstable; urgency=low
|
||||
|
||||
* Upgrade to v0.2.1
|
||||
|
||||
-- Peter Hatina <phatina@gmail.com> Sun, 27 Nov 2016 16:05:41 +0100
|
||||
|
||||
simple-mtpfs (0.2-1) unstable; urgency=low
|
||||
|
||||
* Upgrade to v0.2
|
||||
|
|
|
@ -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 <phatina@gmail.com> - 0.2.1.-1
|
||||
- upgrade to v0.2.1
|
||||
|
||||
* Tue Dec 3 2013 Peter Hatina <phatina@redhat.com> - 0.2-1
|
||||
- upgrade to v0.2
|
||||
|
||||
|
|
Loading…
Reference in New Issue