]> git.proxmox.com Git - proxmox-backup.git/blob - debian/changelog
bump version to 0.8.9-1
[proxmox-backup.git] / debian / changelog
1 rust-proxmox-backup (0.8.9-1) unstable; urgency=medium
2
3 * improve termprocy (console) behavior on updating proxmox-backup-server and
4 other daemon restarts
5
6 * client: improve upload log output and speed calculation
7
8 * fix #2885: client upload: bail on duplicate backup targets
9
10 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 11:24:07 +0200
11
12 rust-proxmox-backup (0.8.8-1) unstable; urgency=medium
13
14 * pxar: .pxarexclude: match behavior from absolute paths to the one described
15 in the documentation and use byte based paths
16
17 * catalog shell: add exit command
18
19 * manifest: revert signature canonicalization to old behaviour. Fallout from
20 encrypted older backups is expected and was ignored due to the beta status
21 of Proxmox Backup.
22
23 * documentation: various improvements and additions
24
25 * cached user info: print privilege path in error message
26
27 * docs: fix #2851 Add note about GC grace period
28
29 * api2/status: fix datastore full estimation bug if there where (almost) no
30 change for several days
31
32 * schedules, calendar event: support the 'weekly' special expression
33
34 * ui: sync job: group remote fields and use "Source" in labels
35
36 * ui: add calendar event selector
37
38 * ui: sync job: change default to false for "remove-vanished" for new jobs
39
40 * fix #2860: skip in-progress snapshots when syncing
41
42 * fix #2865: detect and skip vanished snapshots
43
44 * fix #2871: close FDs when scanning backup group, avoid leaking
45
46 * backup: list images: handle walkdir error, catch "lost+found" special
47 directory
48
49 * implement AsyncSeek for AsyncIndexReader
50
51 * client: rework logging upload info like size or bandwidth
52
53 * client writer: do not output chunklist for now on verbose=true
54
55 * add initial API for listing available updates and updating the APT
56 database
57
58 * ui: add xterm.js console implementation
59
60 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Jul 2020 12:16:05 +0200
61
62 rust-proxmox-backup (0.8.7-2) unstable; urgency=medium
63
64 * support restoring file attributes from pxar archives
65
66 * docs: additions and fixes
67
68 * ui: running tasks: update limit to 100
69
70 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jul 2020 12:05:25 +0200
71
72 rust-proxmox-backup (0.8.6-1) unstable; urgency=medium
73
74 * ui: add button for easily showing the server fingerprint dashboard
75
76 * proxmox-backup-client benchmark: add --verbose flag and improve output
77 format
78
79 * docs: reference PDF variant in HTML output
80
81 * proxmox-backup-client: add simple version command
82
83 * improve keyfile and signature handling in catalog and manifest
84
85 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Jul 2020 11:34:14 +0200
86
87 rust-proxmox-backup (0.8.5-1) unstable; urgency=medium
88
89 * fix cross process task listing
90
91 * docs: expand datastore documentation
92
93 * docs: add remotes and sync-jobs and schedules
94
95 * bump pathpatterns to 0.1.2
96
97 * ui: align version and user-menu spacing with pve/pmg
98
99 * ui: make username a menu-button
100
101 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 15:32:39 +0200
102
103 rust-proxmox-backup (0.8.4-1) unstable; urgency=medium
104
105 * add TaskButton in header
106
107 * simpler lost+found pattern
108
109 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 14:28:24 +0200
110
111 rust-proxmox-backup (0.8.3-1) unstable; urgency=medium
112
113 * get_disks: don't fail on zfs_devices
114
115 * allow some more characters for zpool list
116
117 * ui: adapt for new sign-only crypt mode
118
119 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 13:55:06 +0200
120
121 rust-proxmox-backup (0.8.2-1) unstable; urgency=medium
122
123 * buildsys: also upload debug packages
124
125 * src/backup/manifest.rs: rename into_string -> to_string
126
127 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 11:58:51 +0200
128
129 rust-proxmox-backup (0.8.1-1) unstable; urgency=medium
130
131 * remove authhenticated data blobs (not needed)
132
133 * add signature to manifest
134
135 * improve docs
136
137 * client: introduce --keyfd parameter
138
139 * ui improvements
140
141 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 10:01:25 +0200
142
143 rust-proxmox-backup (0.8.0-1) unstable; urgency=medium
144
145 * implement get_runtime_with_builder
146
147 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 10:15:26 +0200
148
149 rust-proxmox-backup (0.7.0-1) unstable; urgency=medium
150
151 * implement clone for RemoteChunkReader
152
153 * improve docs
154
155 * client: add --encryption boolen parameter
156
157 * client: use default encryption key if it is available
158
159 * d/rules: do not compress .pdf files
160
161 * ui: various fixes
162
163 * add beta text with link to bugtracker
164
165 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 07:40:05 +0200
166
167 rust-proxmox-backup (0.6.0-1) unstable; urgency=medium
168
169 * make ReadChunk not require mutable self.
170
171 * ui: increase timeout for snapshot listing
172
173 * ui: consistently spell Datastore without space between words
174
175 * ui: disk create: sync and improve 'add-datastore' checkbox label
176
177 * proxmox-backup-client: add benchmark command
178
179 * pxar: fixup 'vanished-file' logic a bit
180
181 * ui: add verify button
182
183 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2020 09:45:52 +0200
184
185 rust-proxmox-backup (0.5.0-1) unstable; urgency=medium
186
187 * partially revert commit 1f82f9b7b5d231da22a541432d5617cb303c0000
188
189 * ui: allow to Forget (delete) backup snapshots
190
191 * pxar: deal with files changing size during archiving
192
193 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2020 13:00:54 +0200
194
195 rust-proxmox-backup (0.4.0-1) unstable; urgency=medium
196
197 * change api for incremental backups mode
198
199 * zfs disk management gui
200
201 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jun 2020 10:43:27 +0200
202
203 rust-proxmox-backup (0.3.0-1) unstable; urgency=medium
204
205 * support incremental backups mode
206
207 * new disk management
208
209 * single file restore for container backups
210
211 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2020 10:12:57 +0200
212
213 rust-proxmox-backup (0.2.3-1) unstable; urgency=medium
214
215 * tools/systemd/time: fix compute_next_event for weekdays
216
217 * improve display of 'next run' for sync jobs
218
219 * fix csum calculation for images which do not have a 'chunk_size' aligned
220 size
221
222 * add parser for zpool list output
223
224 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 10:39:06 +0200
225
226 rust-proxmox-backup (0.2.2-1) unstable; urgency=medium
227
228 * proxmox-backup-client.rs: implement quiet flag
229
230 * client restore: don't add server file ending if already specified
231
232 * src/client/pull.rs: also download client.log.blob
233
234 * src/client/pull.rs: more verbose logging
235
236 * gui improvements
237
238 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 10:37:12 +0200
239
240 rust-proxmox-backup (0.2.1-1) unstable; urgency=medium
241
242 * ui: move server RRD statistics to 'Server Status' panel
243
244 * ui/api: add more server statistics
245
246 * ui/api: add per-datastore usage and performance statistics over time
247
248 * ui: add initial remote config management panel
249
250 * remotes: save passwords as base64
251
252 * gather zpool io stats
253
254 * various fixes/improvements
255
256 -- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 17:39:33 +0200
257
258 rust-proxmox-backup (0.2.0-1) unstable; urgency=medium
259
260 * see git changelog (too many changes)
261
262 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 19:17:03 +0200
263
264 rust-proxmox-backup (0.1.3-1) unstable; urgency=medium
265
266 * use SectionConfig from proxmox 0.1.18-1
267
268 * docs/administration-guide.rst: add small section to explain output-format
269
270 * depend on proxmox 0.1.18
271
272 * improve cli output format
273
274 * catalog shell improvements
275
276 * Add zsh completion scripts
277
278 * call OPENSSL_thread_stop to avoid race with openssl cleanup handlers
279
280 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Mar 2020 07:25:23 +0100
281
282 rust-proxmox-backup (0.1.2-1) unstable; urgency=medium
283
284 * switch to debcargo to generate build-dependencies
285
286 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Jan 2020 13:04:46 +0100
287
288 proxmox-backup (0.1.2) unstable; urgency=medium
289
290 * proxmox-backup-api: create cert here
291
292 * start_h2_connection: correctly return error during upgrade
293
294 * proxy/api: await running workers before shutdown
295
296 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Dec 2019 11:00:52 +0100
297
298 proxmox-backup (0.1.1) unstable; urgency=medium
299
300 * proxmox-backup-proxy: create self signed cert at startup
301
302 * proxmox-backup-manager.rs: impl. cert update/info
303
304 * minor GUI updates
305
306 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Dec 2019 11:28:25 +0100
307
308 proxmox-backup (0.1.0) unstable; urgency=medium
309
310 * proper packaging of build-dependencies
311
312 * cleanup packaging
313
314 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Dec 2019 09:30:06 +0100
315
316 proxmox-backup (0.1-1) unstable; urgency=medium
317
318 [ Proxmox Support Team ]
319 * first try
320
321 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2018 13:03:28 +0100
322