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:
authorBenjamin Drung <benjamin.drung@profitbricks.com>2017-01-06 19:37:06 +0300
committerBenjamin Drung <benjamin.drung@profitbricks.com>2017-01-06 19:37:06 +0300
commit2e63e6fcc5e3c0a0960a4f5e616e65a4e72572bf (patch)
tree89240cb8b5aef2779e426b25a658792d55ae0227
parent15ad1b7cc2bce683de74dfcfff35b1aa64d66d05 (diff)
Release 0.5.30.5.3
-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