Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Stifler6996/apt-mirror.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG12
-rw-r--r--Makefile2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 61e718a..b2bd6a4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+0.5.2 (2016-11-08)
+ * Fix typo tranlation -> translation (fixes #35, Debian bug #756035,
+ Launchpad bug #1455522)
+ * if fork() fails, it returns undef and not a negative number (merge #37)
+ * Replace obsolete dpkg option '--print-installation-architecture'
+ by '--print-architecture' (Debian bug #834106)
+ * Add support for https_proxy (fixes #60)
+ * Download DEP-11 files in component/dep11 directories (fixes #56,
+ Launchpad bug #1550852)
+ * Support non-existing .gz index files (fixes #30, Debian bug #819974)
+ * Just test that config file is readable (Debian bug #824493)
+
0.5.1 (2014-04-12)
* Fix find-translation-files bug.
* Fix skel (indexes) updates in a hardlinked mirror
diff --git a/Makefile b/Makefile
index a5a24e4..7072179 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := 0.5.1
+VERSION := 0.5.2
DIST := apt-mirror CHANGELOG LICENSE Makefile mirror.list postmirror.sh README.md .perltidyrc
BASE_PATH := /var/spool/apt-mirror
PREFIX ?= /usr/local