]> git.proxmox.com Git - proxmox-backup.git/blob - debian/changelog
proxy: log if there are too many open connections
[proxmox-backup.git] / debian / changelog
1 rust-proxmox-backup (0.9.5-1) unstable; urgency=medium
2
3 * ui: user menu: allow one to change the language while staying logged in
4
5 * proxmox-backup-manager: add subscription commands
6
7 * server/rest: also accept = as token separator
8
9 * privs: allow reading snapshot notes with Datastore.Audit
10
11 * privs: enforce Datastore.Modify|Backup to set backup notes
12
13 * verify: introduce and use new Datastore.Verify privilege
14
15 * docs: add API tokens to documentation
16
17 * ui: various smaller layout and icon improvements
18
19 * api: implement apt pkg cache for caching pending updates
20
21 * api: apt: implement support to send notification email on new updates
22
23 * add daily update and maintenance task
24
25 * fix #2864: add owner option to sync
26
27 * sync: allow sync for non-superusers under special conditions
28
29 * config: support depreacated netmask when parsing interfaces file
30
31 * server: implement access log rotation with re-open via command socket
32
33 * garbage collect: improve index error messages
34
35 * fix #3039: use the same ID regex for info and api
36
37 * ui: administration: allow extensive filtering of the worker task
38
39 * report: add api endpoint and function to generate report
40
41 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Nov 2020 17:41:17 +0100
42
43 rust-proxmox-backup (0.9.4-2) unstable; urgency=medium
44
45 * make postinst (update) script more resilient
46
47 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 20:09:30 +0100
48
49 rust-proxmox-backup (0.9.4-1) unstable; urgency=medium
50
51 * implement API-token
52
53 * client/remote: allow using API-token + secret
54
55 * ui/cli: implement API-token management interface and commands
56
57 * ui: add widget to view the effective permissions of a user or token
58
59 * ui: datastore summary: handle error when havin zero snapshot of any type
60
61 * ui: move user, token and permissions into an access control tab panel
62
63 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 17:19:13 +0100
64
65 rust-proxmox-backup (0.9.3-1) unstable; urgency=medium
66
67 * fix #2998: encode mtime as i64 instead of u64
68
69 * GC: log the number of leftover bad chunks we could not yet cleanup, as no
70 valid one replaced them. Also log deduplication factor.
71
72 * send sync job status emails
73
74 * api: datstore status: introduce proper structs and restore compatibility
75 to 0.9.1
76
77 * ui: drop id field from verify/sync add window, they are now seen as internal
78
79 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 14:58:13 +0100
80
81 rust-proxmox-backup (0.9.2-2) unstable; urgency=medium
82
83 * rework server web-interface, move more datastore related panels as tabs
84 inside the datastore view
85
86 * prune: never fail, just warn about failed removals
87
88 * prune/forget: skip snapshots with open readers (restore, verification)
89
90 * datastore: always ensure to remove individual snapshots before their group
91
92 * pxar: fix relative '!' rules in .pxarexclude
93
94 * pxar: anchor pxarexcludes starting with a slash
95
96 * GC: mark phase: ignore vanished index files
97
98 * server/rest: forward real client IP on proxied request and log it in
99 failed authentication requests
100
101 * server: rest: implement max URI path and query length request limits
102
103 * server/rest: implement request access log and log the query part of
104 URL and the user agent
105
106 * api: access: log to separate file, use syslog to errors only to reduce
107 syslog spam
108
109 * client: set HTTP connect timeout to 10 seconds
110
111 * client: sent TCP keep-alive after 2 minutes instead of the Linux default
112 of two hours.
113
114 * CLI completion: fix ACL path completion
115
116 * fix #2988: allow one to enable automatic verification after finishing a
117 snapshot, can be controlled as a per-datastore option
118
119 * various log-rotation improvements
120
121 * proxmox-backup-client: use HumanByte to render snapshot size
122
123 * paperkey: use svg as image format to provide better scalability
124
125 * backup: avoid Transport endpoint is not connected error
126
127 * fix #3038: check user before renewing ticket
128
129 * ui/tools: add zip module and allow to download an archive directory as a zip
130
131 * ui and api: add verification job config, allowing to schedule more
132 flexible jobs, filtering out already and/or recently verified snapshots
133 NOTE: the previous simple "verify all" schedule was dropped from the
134 datastore content, and does *not* gets migrated to the new job config.
135
136 * tasks: use systemd escape to decode/encode the task worker ID, avoiding
137 some display problems with problematic characters
138
139 * fix #2934: list also new to-be-installed packages in updates
140
141 * apt: add /changelog API call similar to PVE
142
143 * api: add world accessible ping dummy endpoint, to cheaply check for a
144 running PBS instance.
145
146 * ui: add datastore summary panel and move Statistics into it
147
148 * ui: navigation: add 'Add Datastore' button below datastore list
149
150 * ui: datastore panel: save and restore selected tab statefully
151
152 * send notification mails to email of root@pam account for GC and verify
153 jobs
154
155 * ui: datastore: use simple V. for verify action button
156
157 * ui: datastore: show snapshot manifest comment and allow to edit them
158
159 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2020 23:05:41 +0100
160
161 rust-proxmox-backup (0.9.1-1) unstable; urgency=medium
162
163 * TLS speedups (use SslAcceptor::mozilla_intermediate_v5)
164
165 * introduction.rst: add History
166
167 * fix #2847: proxmox-backup-client: add change-owner cmd
168
169 * proxmox-backup-client key: rename 'paper-key' command to 'paperkey'
170
171 * don't require WorkerTask in backup/ (introduce TaskState trait)
172
173 * fix #3070: replace internal with public URLs
174
175 * backup: index readers: drop useless shared lock
176
177 * add "Build" section to README.rst
178
179 * reader: actually allow users to download their own backups
180
181 * reader: track index chunks and limit access
182
183 * Userid: fix borrow/deref recursion
184
185 * depend on proxmox 0.4.3
186
187 * api: datastore: require allocate privilege for deletion
188
189 * fuse_loop: handle unmap on crashed instance
190
191 * fuse_loop: wait for instance to close after killing
192
193 * fuse_loop: add automatic cleanup of run files and dangling instances
194
195 * mount/map: use names for map/unmap for easier use
196
197 * ui: network: remove create VLAN option
198
199 * ui: Dashboard/TaskSummary: add Verifies to the Summary
200
201 * ui: implement task history limit and make it configurable
202
203 * docs: installation: add system requirements section
204
205 * client: implement map/unmap commands for .img backups
206
207 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Oct 2020 13:42:12 +0200
208
209 rust-proxmox-backup (0.9.0-2) unstable; urgency=medium
210
211 * ui: RemoteEdit: only send delete on update
212
213 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Oct 2020 15:37:45 +0200
214
215 rust-proxmox-backup (0.9.0-1) unstable; urgency=medium
216
217 * use ParallelHandler to verify chunks
218
219 * client: add new paper-key command to CLI tool
220
221 * server: split task list in active and archived
222
223 * tools: add logrotate module and use it for archived tasks, allowing to save
224 more than 100 thousands of tasks efficiently in the archive
225
226 * require square [brackets] for ipv6 addresses and fix ipv6 handling for
227 remotes/sync jobs
228
229 * ui: RemoteEdit: make comment and fingerprint deletable
230
231 * api/disks: create zfs: enable import systemd service unit for newly created
232 ZFS pools
233
234 * client and remotes: add support to specify a custom port number. The server
235 is still always listening on 8007, but you can now use things like reverse
236 proxies or port mapping.
237
238 * ui: RemoteEdit: allow to specify a port in the host field
239
240 * client pull: log progress
241
242 * various fixes and improvements
243
244 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2020 16:19:40 +0200
245
246 rust-proxmox-backup (0.8.21-1) unstable; urgency=medium
247
248 * depend on crossbeam-channel
249
250 * speedup sync jobs (allow up to 4 worker threads)
251
252 * improve docs
253
254 * use jobstate mechanism for verify/garbage_collection schedules
255
256 * proxy: fix error handling in prune scheduling
257
258 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2020 13:20:19 +0200
259
260 rust-proxmox-backup (0.8.20-1) unstable; urgency=medium
261
262 * improve sync speed
263
264 * benchmark: use compressable data to get more realistic result
265
266 * docs: add onlineHelp to some panels
267
268 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Sep 2020 13:15:45 +0200
269
270 rust-proxmox-backup (0.8.19-1) unstable; urgency=medium
271
272 * src/api2/reader.rs: use std::fs::read instead of tokio::fs::read
273
274 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Sep 2020 13:30:27 +0200
275
276 rust-proxmox-backup (0.8.18-1) unstable; urgency=medium
277
278 * src/client/pull.rs: allow up to 20 concurrent download streams
279
280 * docs: add version and date to HTML index
281
282 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Sep 2020 12:39:26 +0200
283
284 rust-proxmox-backup (0.8.17-1) unstable; urgency=medium
285
286 * src/client/pull.rs: open temporary manifest with truncate(true)
287
288 * depend on proxmox 0.4.1
289
290 * fix #3017: check array boundaries before using
291
292 * datastore/prune schedules: use JobState for tracking of schedules
293
294 * improve docs
295
296 * fix #3015: allow user self-service
297
298 * add verification scheduling to proxmox-backup-proxy
299
300 * fix #3014: allow DataStoreAdmins to list DS config
301
302 * depend on pxar 0.6.1
303
304 * fix #2942: implement lacp bond mode and bond_xmit_hash_policy
305
306 * api2/pull: make pull worker abortable
307
308 * fix #2870: renew tickets in HttpClient
309
310 * always allow retrieving (censored) subscription info
311
312 * fix #2957: allow Sys.Audit access to node RRD
313
314 * backup: check all referenced chunks actually exist
315
316 * backup: check verify state of previous backup before allowing reuse
317
318 * avoid chrono dependency
319
320 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2020 14:08:32 +0200
321
322 rust-proxmox-backup (0.8.16-1) unstable; urgency=medium
323
324 * BackupDir: make constructor fallible
325
326 * handle invalid mtime when formating entries
327
328 * ui/docs: add onlineHelp button for syncjobs
329
330 * docs: add section for calendar events
331
332 * tools/systemd/parse_time: enable */x syntax for calendar events
333
334 * docs: set html img width limitation through css
335
336 * docs: use alabaster theme
337
338 * server: set http2 max frame size
339
340 * doc: Add section "FAQ"
341
342 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Sep 2020 15:54:57 +0200
343
344 rust-proxmox-backup (0.8.15-1) unstable; urgency=medium
345
346 * verify: skip benchmark directory
347
348 * add benchmark flag to backup creation for proper cleanup when running
349 a benchmark
350
351 * mount: fix mount subcommand
352
353 * ui: only mark backup encrypted if there are any files
354
355 * fix #2983: improve tcp performance
356
357 * improve ui and docs
358
359 * verify: rename corrupted chunks with .bad extension
360
361 * gc: remove .bad files on garbage collect
362
363 * ui: add translation support
364
365 * server/worker_task: fix upid_read_status
366
367 * tools/systemd/time: enable dates for calendarevents
368
369 * server/worker_task: fix 'unknown' status for some big task logs
370
371 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2020 09:25:59 +0200
372
373 rust-proxmox-backup (0.8.14-1) unstable; urgency=medium
374
375 * verify speed up: use separate IO thread, use datastore-wide cache (instead
376 of per group)
377
378 * ui: datastore content: improve encrypted column
379
380 * ui: datastore content: show more granular verify state, especially for
381 backup group rows
382
383 * verify: log progress in percent
384
385 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Sep 2020 09:36:47 +0200
386
387 rust-proxmox-backup (0.8.13-1) unstable; urgency=medium
388
389 * improve and add to documentation
390
391 * save last verify result in snapshot manifest and show it in the GUI
392
393 * gc: use human readable units for summary in task log
394
395 -- Proxmox Support Team <support@proxmox.com> Thu, 27 Aug 2020 16:12:07 +0200
396
397 rust-proxmox-backup (0.8.12-1) unstable; urgency=medium
398
399 * verify: speedup - only verify chunks once
400
401 * verify: sort backup groups
402
403 * bump pxar dep to 0.4.0
404
405 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2020 08:55:52 +0200
406
407 rust-proxmox-backup (0.8.11-1) unstable; urgency=medium
408
409 * improve sync jobs, allow to stop them and better logging
410
411 * fix #2926: make network interfaces parser more flexible
412
413 * fix #2904: zpool status: parse also those vdevs without READ/ẀRITE/...
414 statistics
415
416 * api2/node/services: turn service api calls into workers
417
418 * docs: add sections describing ACL related commands and describing
419 benchmarking
420
421 * docs: general grammar, wording and typo improvements
422
423 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2020 19:20:03 +0200
424
425 rust-proxmox-backup (0.8.10-1) unstable; urgency=medium
426
427 * ui: acl: add improved permission selector
428
429 * services: make reload safer and default to it in gui
430
431 * ui: rework DataStore content Panel
432
433 * ui: add search box to DataStore content
434
435 * ui: DataStoreContent: keep selection and expansion on reload
436
437 * upload_chunk: allow upload of empty blobs
438
439 * fix #2856: also check whole device for device mapper
440
441 * ui: fix error when reloading DataStoreContent
442
443 * ui: fix in-progress snapshots always showing as "Encrypted"
444
445 * update to pxar 0.3 to support negative timestamps
446
447 * fix #2873: if --pattern is used, default to not extracting
448
449 * finish_backup: test/verify manifest at server side
450
451 * finish_backup: add chunk_upload_stats to manifest
452
453 * src/api2/admin/datastore.rs: add API to get/set Notes for backus
454
455 * list_snapshots: Returns new "comment" property (first line from notes)
456
457 * pxar: create: attempt to use O_NOATIME
458
459 * systemd/time: fix weekday wrapping on month
460
461 * pxar: better error handling on extract
462
463 * pxar/extract: fixup path stack for errors
464
465 * datastore: allow browsing signed pxar files
466
467 * GC: use time pre phase1 to calculate min_atime in phase2
468
469 * gui: user: fix #2898 add dialog to set password
470
471 * fix #2909: handle missing chunks gracefully in garbage collection
472
473 * finish_backup: mark backup as finished only after checks have passed
474
475 * fix: master-key: upload RSA encoded key with backup
476
477 * admin-guide: add section explaining master keys
478
479 * backup: only allow finished backups as base snapshot
480
481 * datastore api: only decode unencrypted indices
482
483 * datastore api: verify blob/index csum from manifest
484
485 * sync, blobs and chunk readers: add more checks and verification
486
487 * verify: add more checks, don't fail on first error
488
489 * mark signed manifests as such
490
491 * backup/prune/forget: improve locking
492
493 * backup: ensure base snapshots are still available after backup
494
495 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Aug 2020 15:37:29 +0200
496
497 rust-proxmox-backup (0.8.9-1) unstable; urgency=medium
498
499 * improve termprocy (console) behavior on updating proxmox-backup-server and
500 other daemon restarts
501
502 * client: improve upload log output and speed calculation
503
504 * fix #2885: client upload: bail on duplicate backup targets
505
506 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 11:24:07 +0200
507
508 rust-proxmox-backup (0.8.8-1) unstable; urgency=medium
509
510 * pxar: .pxarexclude: match behavior from absolute paths to the one described
511 in the documentation and use byte based paths
512
513 * catalog shell: add exit command
514
515 * manifest: revert signature canonicalization to old behaviour. Fallout from
516 encrypted older backups is expected and was ignored due to the beta status
517 of Proxmox Backup.
518
519 * documentation: various improvements and additions
520
521 * cached user info: print privilege path in error message
522
523 * docs: fix #2851 Add note about GC grace period
524
525 * api2/status: fix datastore full estimation bug if there where (almost) no
526 change for several days
527
528 * schedules, calendar event: support the 'weekly' special expression
529
530 * ui: sync job: group remote fields and use "Source" in labels
531
532 * ui: add calendar event selector
533
534 * ui: sync job: change default to false for "remove-vanished" for new jobs
535
536 * fix #2860: skip in-progress snapshots when syncing
537
538 * fix #2865: detect and skip vanished snapshots
539
540 * fix #2871: close FDs when scanning backup group, avoid leaking
541
542 * backup: list images: handle walkdir error, catch "lost+found" special
543 directory
544
545 * implement AsyncSeek for AsyncIndexReader
546
547 * client: rework logging upload info like size or bandwidth
548
549 * client writer: do not output chunklist for now on verbose=true
550
551 * add initial API for listing available updates and updating the APT
552 database
553
554 * ui: add xterm.js console implementation
555
556 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Jul 2020 12:16:05 +0200
557
558 rust-proxmox-backup (0.8.7-2) unstable; urgency=medium
559
560 * support restoring file attributes from pxar archives
561
562 * docs: additions and fixes
563
564 * ui: running tasks: update limit to 100
565
566 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jul 2020 12:05:25 +0200
567
568 rust-proxmox-backup (0.8.6-1) unstable; urgency=medium
569
570 * ui: add button for easily showing the server fingerprint dashboard
571
572 * proxmox-backup-client benchmark: add --verbose flag and improve output
573 format
574
575 * docs: reference PDF variant in HTML output
576
577 * proxmox-backup-client: add simple version command
578
579 * improve keyfile and signature handling in catalog and manifest
580
581 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Jul 2020 11:34:14 +0200
582
583 rust-proxmox-backup (0.8.5-1) unstable; urgency=medium
584
585 * fix cross process task listing
586
587 * docs: expand datastore documentation
588
589 * docs: add remotes and sync-jobs and schedules
590
591 * bump pathpatterns to 0.1.2
592
593 * ui: align version and user-menu spacing with pve/pmg
594
595 * ui: make username a menu-button
596
597 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 15:32:39 +0200
598
599 rust-proxmox-backup (0.8.4-1) unstable; urgency=medium
600
601 * add TaskButton in header
602
603 * simpler lost+found pattern
604
605 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 14:28:24 +0200
606
607 rust-proxmox-backup (0.8.3-1) unstable; urgency=medium
608
609 * get_disks: don't fail on zfs_devices
610
611 * allow some more characters for zpool list
612
613 * ui: adapt for new sign-only crypt mode
614
615 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 13:55:06 +0200
616
617 rust-proxmox-backup (0.8.2-1) unstable; urgency=medium
618
619 * buildsys: also upload debug packages
620
621 * src/backup/manifest.rs: rename into_string -> to_string
622
623 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 11:58:51 +0200
624
625 rust-proxmox-backup (0.8.1-1) unstable; urgency=medium
626
627 * remove authhenticated data blobs (not needed)
628
629 * add signature to manifest
630
631 * improve docs
632
633 * client: introduce --keyfd parameter
634
635 * ui improvements
636
637 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 10:01:25 +0200
638
639 rust-proxmox-backup (0.8.0-1) unstable; urgency=medium
640
641 * implement get_runtime_with_builder
642
643 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 10:15:26 +0200
644
645 rust-proxmox-backup (0.7.0-1) unstable; urgency=medium
646
647 * implement clone for RemoteChunkReader
648
649 * improve docs
650
651 * client: add --encryption boolen parameter
652
653 * client: use default encryption key if it is available
654
655 * d/rules: do not compress .pdf files
656
657 * ui: various fixes
658
659 * add beta text with link to bugtracker
660
661 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 07:40:05 +0200
662
663 rust-proxmox-backup (0.6.0-1) unstable; urgency=medium
664
665 * make ReadChunk not require mutable self.
666
667 * ui: increase timeout for snapshot listing
668
669 * ui: consistently spell Datastore without space between words
670
671 * ui: disk create: sync and improve 'add-datastore' checkbox label
672
673 * proxmox-backup-client: add benchmark command
674
675 * pxar: fixup 'vanished-file' logic a bit
676
677 * ui: add verify button
678
679 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2020 09:45:52 +0200
680
681 rust-proxmox-backup (0.5.0-1) unstable; urgency=medium
682
683 * partially revert commit 1f82f9b7b5d231da22a541432d5617cb303c0000
684
685 * ui: allow to Forget (delete) backup snapshots
686
687 * pxar: deal with files changing size during archiving
688
689 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2020 13:00:54 +0200
690
691 rust-proxmox-backup (0.4.0-1) unstable; urgency=medium
692
693 * change api for incremental backups mode
694
695 * zfs disk management gui
696
697 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jun 2020 10:43:27 +0200
698
699 rust-proxmox-backup (0.3.0-1) unstable; urgency=medium
700
701 * support incremental backups mode
702
703 * new disk management
704
705 * single file restore for container backups
706
707 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2020 10:12:57 +0200
708
709 rust-proxmox-backup (0.2.3-1) unstable; urgency=medium
710
711 * tools/systemd/time: fix compute_next_event for weekdays
712
713 * improve display of 'next run' for sync jobs
714
715 * fix csum calculation for images which do not have a 'chunk_size' aligned
716 size
717
718 * add parser for zpool list output
719
720 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 10:39:06 +0200
721
722 rust-proxmox-backup (0.2.2-1) unstable; urgency=medium
723
724 * proxmox-backup-client.rs: implement quiet flag
725
726 * client restore: don't add server file ending if already specified
727
728 * src/client/pull.rs: also download client.log.blob
729
730 * src/client/pull.rs: more verbose logging
731
732 * gui improvements
733
734 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 10:37:12 +0200
735
736 rust-proxmox-backup (0.2.1-1) unstable; urgency=medium
737
738 * ui: move server RRD statistics to 'Server Status' panel
739
740 * ui/api: add more server statistics
741
742 * ui/api: add per-datastore usage and performance statistics over time
743
744 * ui: add initial remote config management panel
745
746 * remotes: save passwords as base64
747
748 * gather zpool io stats
749
750 * various fixes/improvements
751
752 -- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 17:39:33 +0200
753
754 rust-proxmox-backup (0.2.0-1) unstable; urgency=medium
755
756 * see git changelog (too many changes)
757
758 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 19:17:03 +0200
759
760 rust-proxmox-backup (0.1.3-1) unstable; urgency=medium
761
762 * use SectionConfig from proxmox 0.1.18-1
763
764 * docs/administration-guide.rst: add small section to explain output-format
765
766 * depend on proxmox 0.1.18
767
768 * improve cli output format
769
770 * catalog shell improvements
771
772 * Add zsh completion scripts
773
774 * call OPENSSL_thread_stop to avoid race with openssl cleanup handlers
775
776 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Mar 2020 07:25:23 +0100
777
778 rust-proxmox-backup (0.1.2-1) unstable; urgency=medium
779
780 * switch to debcargo to generate build-dependencies
781
782 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Jan 2020 13:04:46 +0100
783
784 proxmox-backup (0.1.2) unstable; urgency=medium
785
786 * proxmox-backup-api: create cert here
787
788 * start_h2_connection: correctly return error during upgrade
789
790 * proxy/api: await running workers before shutdown
791
792 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Dec 2019 11:00:52 +0100
793
794 proxmox-backup (0.1.1) unstable; urgency=medium
795
796 * proxmox-backup-proxy: create self signed cert at startup
797
798 * proxmox-backup-manager.rs: impl. cert update/info
799
800 * minor GUI updates
801
802 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Dec 2019 11:28:25 +0100
803
804 proxmox-backup (0.1.0) unstable; urgency=medium
805
806 * proper packaging of build-dependencies
807
808 * cleanup packaging
809
810 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Dec 2019 09:30:06 +0100
811
812 proxmox-backup (0.1-1) unstable; urgency=medium
813
814 [ Proxmox Support Team ]
815 * first try
816
817 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2018 13:03:28 +0100