]> git.proxmox.com Git - proxmox-backup.git/blob - debian/changelog
bump version to 0.8.12-1
[proxmox-backup.git] / debian / changelog
1 rust-proxmox-backup (0.8.12-1) unstable; urgency=medium
2
3 * verify: speedup - only verify chunks once
4
5 * verify: sort backup groups
6
7 * bump pxar dep to 0.4.0
8
9 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2020 08:55:52 +0200
10
11 rust-proxmox-backup (0.8.11-1) unstable; urgency=medium
12
13 * improve sync jobs, allow to stop them and better logging
14
15 * fix #2926: make network interfaces parser more flexible
16
17 * fix #2904: zpool status: parse also those vdevs without READ/αΊ€RITE/...
18 statistics
19
20 * api2/node/services: turn service api calls into workers
21
22 * docs: add sections describing ACL related commands and describing
23 benchmarking
24
25 * docs: general grammar, wording and typo improvements
26
27 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2020 19:20:03 +0200
28
29 rust-proxmox-backup (0.8.10-1) unstable; urgency=medium
30
31 * ui: acl: add improved permission selector
32
33 * services: make reload safer and default to it in gui
34
35 * ui: rework DataStore content Panel
36
37 * ui: add search box to DataStore content
38
39 * ui: DataStoreContent: keep selection and expansion on reload
40
41 * upload_chunk: allow upload of empty blobs
42
43 * fix #2856: also check whole device for device mapper
44
45 * ui: fix error when reloading DataStoreContent
46
47 * ui: fix in-progress snapshots always showing as "Encrypted"
48
49 * update to pxar 0.3 to support negative timestamps
50
51 * fix #2873: if --pattern is used, default to not extracting
52
53 * finish_backup: test/verify manifest at server side
54
55 * finish_backup: add chunk_upload_stats to manifest
56
57 * src/api2/admin/datastore.rs: add API to get/set Notes for backus
58
59 * list_snapshots: Returns new "comment" property (first line from notes)
60
61 * pxar: create: attempt to use O_NOATIME
62
63 * systemd/time: fix weekday wrapping on month
64
65 * pxar: better error handling on extract
66
67 * pxar/extract: fixup path stack for errors
68
69 * datastore: allow browsing signed pxar files
70
71 * GC: use time pre phase1 to calculate min_atime in phase2
72
73 * gui: user: fix #2898 add dialog to set password
74
75 * fix #2909: handle missing chunks gracefully in garbage collection
76
77 * finish_backup: mark backup as finished only after checks have passed
78
79 * fix: master-key: upload RSA encoded key with backup
80
81 * admin-guide: add section explaining master keys
82
83 * backup: only allow finished backups as base snapshot
84
85 * datastore api: only decode unencrypted indices
86
87 * datastore api: verify blob/index csum from manifest
88
89 * sync, blobs and chunk readers: add more checks and verification
90
91 * verify: add more checks, don't fail on first error
92
93 * mark signed manifests as such
94
95 * backup/prune/forget: improve locking
96
97 * backup: ensure base snapshots are still available after backup
98
99 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Aug 2020 15:37:29 +0200
100
101 rust-proxmox-backup (0.8.9-1) unstable; urgency=medium
102
103 * improve termprocy (console) behavior on updating proxmox-backup-server and
104 other daemon restarts
105
106 * client: improve upload log output and speed calculation
107
108 * fix #2885: client upload: bail on duplicate backup targets
109
110 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 11:24:07 +0200
111
112 rust-proxmox-backup (0.8.8-1) unstable; urgency=medium
113
114 * pxar: .pxarexclude: match behavior from absolute paths to the one described
115 in the documentation and use byte based paths
116
117 * catalog shell: add exit command
118
119 * manifest: revert signature canonicalization to old behaviour. Fallout from
120 encrypted older backups is expected and was ignored due to the beta status
121 of Proxmox Backup.
122
123 * documentation: various improvements and additions
124
125 * cached user info: print privilege path in error message
126
127 * docs: fix #2851 Add note about GC grace period
128
129 * api2/status: fix datastore full estimation bug if there where (almost) no
130 change for several days
131
132 * schedules, calendar event: support the 'weekly' special expression
133
134 * ui: sync job: group remote fields and use "Source" in labels
135
136 * ui: add calendar event selector
137
138 * ui: sync job: change default to false for "remove-vanished" for new jobs
139
140 * fix #2860: skip in-progress snapshots when syncing
141
142 * fix #2865: detect and skip vanished snapshots
143
144 * fix #2871: close FDs when scanning backup group, avoid leaking
145
146 * backup: list images: handle walkdir error, catch "lost+found" special
147 directory
148
149 * implement AsyncSeek for AsyncIndexReader
150
151 * client: rework logging upload info like size or bandwidth
152
153 * client writer: do not output chunklist for now on verbose=true
154
155 * add initial API for listing available updates and updating the APT
156 database
157
158 * ui: add xterm.js console implementation
159
160 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Jul 2020 12:16:05 +0200
161
162 rust-proxmox-backup (0.8.7-2) unstable; urgency=medium
163
164 * support restoring file attributes from pxar archives
165
166 * docs: additions and fixes
167
168 * ui: running tasks: update limit to 100
169
170 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jul 2020 12:05:25 +0200
171
172 rust-proxmox-backup (0.8.6-1) unstable; urgency=medium
173
174 * ui: add button for easily showing the server fingerprint dashboard
175
176 * proxmox-backup-client benchmark: add --verbose flag and improve output
177 format
178
179 * docs: reference PDF variant in HTML output
180
181 * proxmox-backup-client: add simple version command
182
183 * improve keyfile and signature handling in catalog and manifest
184
185 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Jul 2020 11:34:14 +0200
186
187 rust-proxmox-backup (0.8.5-1) unstable; urgency=medium
188
189 * fix cross process task listing
190
191 * docs: expand datastore documentation
192
193 * docs: add remotes and sync-jobs and schedules
194
195 * bump pathpatterns to 0.1.2
196
197 * ui: align version and user-menu spacing with pve/pmg
198
199 * ui: make username a menu-button
200
201 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 15:32:39 +0200
202
203 rust-proxmox-backup (0.8.4-1) unstable; urgency=medium
204
205 * add TaskButton in header
206
207 * simpler lost+found pattern
208
209 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 14:28:24 +0200
210
211 rust-proxmox-backup (0.8.3-1) unstable; urgency=medium
212
213 * get_disks: don't fail on zfs_devices
214
215 * allow some more characters for zpool list
216
217 * ui: adapt for new sign-only crypt mode
218
219 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 13:55:06 +0200
220
221 rust-proxmox-backup (0.8.2-1) unstable; urgency=medium
222
223 * buildsys: also upload debug packages
224
225 * src/backup/manifest.rs: rename into_string -> to_string
226
227 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 11:58:51 +0200
228
229 rust-proxmox-backup (0.8.1-1) unstable; urgency=medium
230
231 * remove authhenticated data blobs (not needed)
232
233 * add signature to manifest
234
235 * improve docs
236
237 * client: introduce --keyfd parameter
238
239 * ui improvements
240
241 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 10:01:25 +0200
242
243 rust-proxmox-backup (0.8.0-1) unstable; urgency=medium
244
245 * implement get_runtime_with_builder
246
247 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 10:15:26 +0200
248
249 rust-proxmox-backup (0.7.0-1) unstable; urgency=medium
250
251 * implement clone for RemoteChunkReader
252
253 * improve docs
254
255 * client: add --encryption boolen parameter
256
257 * client: use default encryption key if it is available
258
259 * d/rules: do not compress .pdf files
260
261 * ui: various fixes
262
263 * add beta text with link to bugtracker
264
265 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 07:40:05 +0200
266
267 rust-proxmox-backup (0.6.0-1) unstable; urgency=medium
268
269 * make ReadChunk not require mutable self.
270
271 * ui: increase timeout for snapshot listing
272
273 * ui: consistently spell Datastore without space between words
274
275 * ui: disk create: sync and improve 'add-datastore' checkbox label
276
277 * proxmox-backup-client: add benchmark command
278
279 * pxar: fixup 'vanished-file' logic a bit
280
281 * ui: add verify button
282
283 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2020 09:45:52 +0200
284
285 rust-proxmox-backup (0.5.0-1) unstable; urgency=medium
286
287 * partially revert commit 1f82f9b7b5d231da22a541432d5617cb303c0000
288
289 * ui: allow to Forget (delete) backup snapshots
290
291 * pxar: deal with files changing size during archiving
292
293 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2020 13:00:54 +0200
294
295 rust-proxmox-backup (0.4.0-1) unstable; urgency=medium
296
297 * change api for incremental backups mode
298
299 * zfs disk management gui
300
301 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jun 2020 10:43:27 +0200
302
303 rust-proxmox-backup (0.3.0-1) unstable; urgency=medium
304
305 * support incremental backups mode
306
307 * new disk management
308
309 * single file restore for container backups
310
311 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2020 10:12:57 +0200
312
313 rust-proxmox-backup (0.2.3-1) unstable; urgency=medium
314
315 * tools/systemd/time: fix compute_next_event for weekdays
316
317 * improve display of 'next run' for sync jobs
318
319 * fix csum calculation for images which do not have a 'chunk_size' aligned
320 size
321
322 * add parser for zpool list output
323
324 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 10:39:06 +0200
325
326 rust-proxmox-backup (0.2.2-1) unstable; urgency=medium
327
328 * proxmox-backup-client.rs: implement quiet flag
329
330 * client restore: don't add server file ending if already specified
331
332 * src/client/pull.rs: also download client.log.blob
333
334 * src/client/pull.rs: more verbose logging
335
336 * gui improvements
337
338 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 10:37:12 +0200
339
340 rust-proxmox-backup (0.2.1-1) unstable; urgency=medium
341
342 * ui: move server RRD statistics to 'Server Status' panel
343
344 * ui/api: add more server statistics
345
346 * ui/api: add per-datastore usage and performance statistics over time
347
348 * ui: add initial remote config management panel
349
350 * remotes: save passwords as base64
351
352 * gather zpool io stats
353
354 * various fixes/improvements
355
356 -- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 17:39:33 +0200
357
358 rust-proxmox-backup (0.2.0-1) unstable; urgency=medium
359
360 * see git changelog (too many changes)
361
362 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 19:17:03 +0200
363
364 rust-proxmox-backup (0.1.3-1) unstable; urgency=medium
365
366 * use SectionConfig from proxmox 0.1.18-1
367
368 * docs/administration-guide.rst: add small section to explain output-format
369
370 * depend on proxmox 0.1.18
371
372 * improve cli output format
373
374 * catalog shell improvements
375
376 * Add zsh completion scripts
377
378 * call OPENSSL_thread_stop to avoid race with openssl cleanup handlers
379
380 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Mar 2020 07:25:23 +0100
381
382 rust-proxmox-backup (0.1.2-1) unstable; urgency=medium
383
384 * switch to debcargo to generate build-dependencies
385
386 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Jan 2020 13:04:46 +0100
387
388 proxmox-backup (0.1.2) unstable; urgency=medium
389
390 * proxmox-backup-api: create cert here
391
392 * start_h2_connection: correctly return error during upgrade
393
394 * proxy/api: await running workers before shutdown
395
396 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Dec 2019 11:00:52 +0100
397
398 proxmox-backup (0.1.1) unstable; urgency=medium
399
400 * proxmox-backup-proxy: create self signed cert at startup
401
402 * proxmox-backup-manager.rs: impl. cert update/info
403
404 * minor GUI updates
405
406 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Dec 2019 11:28:25 +0100
407
408 proxmox-backup (0.1.0) unstable; urgency=medium
409
410 * proper packaging of build-dependencies
411
412 * cleanup packaging
413
414 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Dec 2019 09:30:06 +0100
415
416 proxmox-backup (0.1-1) unstable; urgency=medium
417
418 [ Proxmox Support Team ]
419 * first try
420
421 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2018 13:03:28 +0100
422