]> git.proxmox.com Git - proxmox-apt.git/blob - debian/changelog
eadd5c65f9afe837def1311ab20c733eda4e2f2d
[proxmox-apt.git] / debian / changelog
1 rust-proxmox-apt (0.8.1-1) stable; urgency=medium
2
3 * upgrade to 2021 edition
4
5 * check suites: add special check for Debian security repository
6
7 * file: add pre-parsed content variant
8
9 * add module for parsing Packages and Release (deb822 like) files
10
11 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Jul 2022 12:08:23 +0200
12
13 rust-proxmox-apt (0.8.0-1) stable; urgency=medium
14
15 * update to proxox-schema crate
16
17 -- Proxmox Support Team <support@proxmox.com> Fri, 08 Oct 2021 11:55:47 +0200
18
19 rust-proxmox-apt (0.7.0-1) stable; urgency=medium
20
21 * update to proxmox 0.13.0
22
23 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Aug 2021 15:38:52 +0200
24
25 rust-proxmox-apt (0.6.0-1) stable; urgency=medium
26
27 * standard repos: add suite parameter for stricter detection
28
29 * check repos: have caller specify the current suite
30
31 * add type DebianCodename
32
33 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Jul 2021 18:06:54 +0200
34
35 rust-proxmox-apt (0.5.1-1) stable; urgency=medium
36
37 * depend on proxmox 0.12.0
38
39 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Jul 2021 13:18:02 +0200
40
41 rust-proxmox-apt (0.5.0-1) stable; urgency=medium
42
43 * standard repo detection: handle alternative URI for PVE repos
44
45 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Jul 2021 16:19:06 +0200
46
47 rust-proxmox-apt (0.4.0-1) stable; urgency=medium
48
49 * support quote-word parsing for one-line format
50
51 * avoid backtick unicode symbol in string
52
53 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Jul 2021 18:33:12 +0200
54
55 rust-proxmox-apt (0.3.1-1) stable; urgency=medium
56
57 * standard repos: allow conversion from handle and improve information
58
59 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 20:42:52 +0200
60
61 rust-proxmox-apt (0.3.0-1) stable; urgency=medium
62
63 * add get_cached_origin method and an initial config module
64
65 * check: return 'origin' property instead of 'badge' for official host
66
67 * standard repos: drop product acronym from repo name
68
69 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 13:29:13 +0200
70
71 rust-proxmox-apt (0.2.0-1) stable; urgency=medium
72
73 * Add functions to check repositories.
74
75 * Add handling of standard Proxmox repositories.
76
77 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 14:57:52 +0200
78
79 rust-proxmox-apt (0.1.0-1) stable; urgency=medium
80
81 * Initial release.
82
83 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Feb 2021 10:20:44 +0100