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

github.com/apt-mirror/apt-mirror.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Drung <benjamin.drung@profitbricks.com>2016-11-08 20:51:12 +0300
committerBenjamin Drung <benjamin.drung@profitbricks.com>2016-11-08 20:51:12 +0300
commit815b856aac5e46d0927d394469de60d28236260d (patch)
tree5450c43261a54ec8dabf76dbdfc14b86b656c109
parentb47fd57c1a4d9d52b553cc0be13be9fcc64943fc (diff)
Release 0.5.20.5.2
-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