X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Fchangelog;h=914f1e3629e4b0b4ffa6bed5a9cdc3c402786d11;hb=413762489cd8944889dde0caf0d08bc8b6296c19;hp=2ba720fbce9c640aa59b4c3b322fd3cde0e1af27;hpb=6421bc0dfd178a686f65fdfb51b5ef2e83e52261;p=sven%2Ffuse-exfat.git diff --git a/debian/changelog b/debian/changelog index 2ba720f..914f1e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,107 @@ +fuse-exfat (1.2.8-1) UNRELEASED; urgency=medium + + * New upstream release. + * Increment dh compat level to 10. + * Remove --with autoreconf from dh invocation, it's default with + compat level 10. + * Update VCS-Git URL to a working https endpoint. + + -- Sven Hoexter Sun, 25 Jun 2017 12:29:04 +0200 + +fuse-exfat (1.2.7-1) unstable; urgency=medium + + * New upstream release. + + Fixed handling of two last clusters: operations with files that occupy + these clusters could fail. (Closes: #865487) + * Update Standards-Version to 4.0.0. + + -- Sven Hoexter Sun, 25 Jun 2017 10:03:32 +0200 + +fuse-exfat (1.2.6-1) unstable; urgency=medium + + * New upstream release. + + -- Sven Hoexter Mon, 15 May 2017 17:26:51 +0200 + +fuse-exfat (1.2.5-2) unstable; urgency=medium + + * Move from autotools-dev to dh-autoreconf to ease backporting. + Patch provided by Nicholas D Steeves. (Closes: #851920) + + -- Sven Hoexter Fri, 20 Jan 2017 11:05:59 +0100 + +fuse-exfat (1.2.5-1) unstable; urgency=medium + + * New upstream release. + + -- Sven Hoexter Wed, 07 Dec 2016 18:13:34 +0100 + +fuse-exfat (1.2.4-1) unstable; urgency=medium + + * New upstream release. Closes: #828057 + * Bump Standards-Version to 3.9.8 - no changes required. + + -- Sven Hoexter Sat, 25 Jun 2016 14:37:19 +0200 + +fuse-exfat (1.2.3-1) unstable; urgency=medium + + * New upstream release. + + Fixed clusters loss when file renaming replaces target. + + -- Sven Hoexter Tue, 22 Dec 2015 14:21:58 +0100 + +fuse-exfat (1.2.2-1) unstable; urgency=low + + * New upstream release. + + Drop patch kfreebsd-compat, applied upstream. + + -- Sven Hoexter Sun, 06 Dec 2015 14:28:59 +0100 + +fuse-exfat (1.2.1-2) unstable; urgency=low + + * Change source format to 3.0. + * Add d/patches/kfreebsd-compat to support GNU/kfreebsd. + + -- Sven Hoexter Wed, 07 Oct 2015 13:06:29 +0200 + +fuse-exfat (1.2.1-1) unstable; urgency=low + + * New upstream release + + Moves from scons to autotools. + + Includes a fix for CVE-2015-8026. + * Build-Depend on autotools-dev and pkg-config instead of scons. + * Set --sbindir=/sbin to stay consistent with the current install location. + * Remove d/install, no longer required. + * Enable autotools_dev addon for debhelper. + * Bump Standards-Version to 3.9.6 - no changes required. + * Update Homepage and copyright years. + * Readd a watch file pointing at the github release page. + + -- Sven Hoexter Wed, 07 Oct 2015 11:41:58 +0200 + +fuse-exfat (1.1.0-2) unstable; urgency=low + + * Remove debian/watch - recent changes at Google code required + different download links which do not contain readable hrefs. + * Extent debian/copyright up to 2014. + * Update debian/copyright license statement - with 1.1.0 upstream + relicensed from GPLv3 to GPLv2 or later. + * Update link in debian/copyright to the download location. + * Add "-D_GNU_SOURCE" unconditionally to the list of CCFLAGS, needed + to build on kfreebsd. + + -- Sven Hoexter Mon, 01 Sep 2014 09:38:38 +0200 + +fuse-exfat (1.1.0-1) unstable; urgency=low + + * New upstream release (Closes: #759155). + + Fixes invalid inode output in df (Closes: # 746735) + * Added "-Wall -std=c99" to the CFLAGS from the list of default + flags given in the upstream SConstruct file. + * Standards-Version: 3.9.5, no changes required. + + -- Sven Hoexter Mon, 25 Aug 2014 18:45:19 +0200 + fuse-exfat (1.0.1-1) unstable; urgency=low * New upstream release