Bump release version to 0.4.0

Signed-off-by: Peter Hatina <peter@hatina.eu>
This commit is contained in:
Peter Hatina 2020-07-22 21:13:34 +02:00
parent a6ba1dd445
commit 19e7bb9b60
4 changed files with 18 additions and 4 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
New in version 0.4.0:
- support partial object manipulation
- fixed temporary directories removal
- build system cleanup
New in version 0.3.0:
- fix FreeBSD ports upgrade path

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([simple-mtpfs],[0.3.0],[phatina@gmail.com])
AC_INIT([simple-mtpfs],[0.4.0],[peter@hatina.eu])
AC_CONFIG_MACRO_DIR([m4])
@ -11,7 +11,7 @@ AC_LANG([C++])
AC_PROG_CXX
AC_PROG_INSTALL
AX_CXX_COMPILE_STDCXX_11([noext])
AX_CXX_COMPILE_STDCXX_17([noext])
AX_CXXFLAGS_WARN_ALL
AC_CHECK_LIB([mtp], [LIBMTP_Init], [], [AC_MSG_ERROR([libmtp not found])])
AC_CHECK_LIB([mtp], [LIBMTP_Check_Capability],

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
simple-mtpfs (0.4.0-1) unstable; urgency=low
* Upgrade to 0.4.0
-- Peter Hatina <peter@hatina.eu> Wed, 22 Jul 2020 21:10:16 +0100
simple-mtpfs (0.3.0-1) unstable; urgency=low
* Upgrade to 0.3.0

View File

@ -1,10 +1,10 @@
Name: simple-mtpfs
Version: 0.3.0
Version: 0.4.0
Release: 1%{?dist}
Summary: Fuse-based MTP driver
License: GPLv2+
URL: https://github.com/phatina/simple-mtpfs
Source0: https://github.com/downloads/phatina/simple-mtpfs/%{name}-%{version}.tar.gz
Source0: https://github.com/phatina/simple-mtpfs/archive/v%{version}.tar.gz
BuildRequires: fuse-devel >= 2.7.3
BuildRequires: libmtp-devel
@ -34,6 +34,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_mandir}/man1/simple-mtpfs.1.gz
%changelog
* Wed Jul 22 2020 Peter Hatina <peter@hatina.eu> - 0.4.0-1
- upgrade to v0.4.0
* Sun Dec 25 2016 Peter Hatina <phatina@gmail.com> - 0.3.0-1
- upgrade to v0.3.0