]> git.proxmox.com Git - proxmox-offline-mirror.git/commitdiff
bump version to 0.4.0-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Sep 2022 12:26:02 +0000 (14:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Sep 2022 12:26:22 +0000 (14:26 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog
debian/control

index 71837679d43f732630fb2a95ae24ef97c7e76582..76791c8bb1fc02b60dba3c95eb1197489c976893 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-offline-mirror"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2021"
 license = "AGPL-3"
index 9338953f34a57184a0192b45c859a7968d34a3a5..19cabbb1ed121d05d42d90c6be04e59e367afbb4 100644 (file)
@@ -1,3 +1,29 @@
+rust-proxmox-offline-mirror (0.4.0-1) stable; urgency=medium
+
+  * docs: add minimal sample nginx config
+
+  * docs: offline keys: add info about minimum product version that got
+    activation support
+
+  * docs: expand/structure "using medium" section
+
+  * mirror: use xz multi decoder to be compatible with Ubuntu and similar
+    usage of xz
+
+  * mirror: skip failed, non Packages references for better compat with
+    non-Debian/Proxmox repos
+
+  * mirror: handle indices which are only available compressed and support
+    acquiring them by hash
+
+  * mirror: add --dry-run parameter
+
+  * cli: add `mirror snapshot create-all` command, which creates a new
+    snapshot for each configured mirror. This should be suitable for usage in
+    a cron job or systemd timer-triggered unit
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 16 Sep 2022 14:25:59 +0200
+
 rust-proxmox-offline-mirror (0.3.0-1) stable; urgency=medium
 
   * pool: allow pool re-use (breaking change!)
index e40cf80fda9a18938f9632a31b3e3ec94b3d71cc..da6326b6f04d79929c35b714ef7d4bb9b2ea44a2 100644 (file)
@@ -84,10 +84,10 @@ Provides:
  librust-proxmox-offline-mirror+default-dev (= ${binary:Version}),
  librust-proxmox-offline-mirror-0-dev (= ${binary:Version}),
  librust-proxmox-offline-mirror-0+default-dev (= ${binary:Version}),
- librust-proxmox-offline-mirror-0.3-dev (= ${binary:Version}),
- librust-proxmox-offline-mirror-0.3+default-dev (= ${binary:Version}),
- librust-proxmox-offline-mirror-0.3.0-dev (= ${binary:Version}),
- librust-proxmox-offline-mirror-0.3.0+default-dev (= ${binary:Version})
+ librust-proxmox-offline-mirror-0.4-dev (= ${binary:Version}),
+ librust-proxmox-offline-mirror-0.4+default-dev (= ${binary:Version}),
+ librust-proxmox-offline-mirror-0.4.0-dev (= ${binary:Version}),
+ librust-proxmox-offline-mirror-0.4.0+default-dev (= ${binary:Version})
 Description: Proxmox offline repository mirror and subscription key manager - Rust source code
  This package contains the source for the Rust proxmox-offline-mirror crate,
  packaged by debcargo for use with cargo and dh-cargo.