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