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-05-29 14:54:06 +0300
committerBenjamin Drung <benjamin.drung@profitbricks.com>2017-05-29 14:54:06 +0300
commite664486a5d8947c2579e16dd793d762ea3de4202 (patch)
tree5800abdb0803522f4b3c2fb0ac2a7bcc68df09e4
parenta17949ca2592678aa18e263241108e431fed6c4e (diff)
Release apt-mirror 0.5.40.5.4
-rw-r--r--CHANGELOG8
-rw-r--r--Makefile2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3b70bde..6e2ce75 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+0.5.4 (2017-05-29)
+ * Add limit_rate to example mirror.list (fixes #72)
+ * Fix use of uninitialized value $config{"options"} warning (fixes #68,
+ Debian bug #851979, #859601)
+ * Fix warning on repository without md5sum (fixes #66)
+ * Write SHA1 and SHA256 in addition to MD5
+ * Also download xz-compressed Components-$arch.yml.xz (fixes #69)
+
0.5.3 (2017-01-06)
* Add support for 'deb [arch=amd64] ...' format (fixes #32, #65)
* Create directories including their parents
diff --git a/Makefile b/Makefile
index 1bdaabb..2e71bfe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := 0.5.3
+VERSION := 0.5.4
DIST := apt-mirror CHANGELOG LICENSE Makefile mirror.list postmirror.sh README.md .perltidyrc
BASE_PATH := /var/spool/apt-mirror
PREFIX ?= /usr/local