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