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:
-rw-r--r--CHANGELOG5
-rw-r--r--Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b2bd6a4..3b70bde 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+0.5.3 (2017-01-06)
+ * Add support for 'deb [arch=amd64] ...' format (fixes #32, #65)
+ * Create directories including their parents
+ * Add support for quoted variables with spaces (fixes #43, #67)
+
0.5.2 (2016-11-08)
* Fix typo tranlation -> translation (fixes #35, Debian bug #756035,
Launchpad bug #1455522)
diff --git a/Makefile b/Makefile
index 7072179..1bdaabb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := 0.5.2
+VERSION := 0.5.3
DIST := apt-mirror CHANGELOG LICENSE Makefile mirror.list postmirror.sh README.md .perltidyrc
BASE_PATH := /var/spool/apt-mirror
PREFIX ?= /usr/local