1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
live-clone (2.4-1) unstable; urgency=medium
* new version: new disk clone feature
* show /dev/sda's structure in the GUI
* fixed the call to CloneMonitor in the wizard to clone to a hard disk
* Improved the manpage for live-clone, added a French translation
-- Georges Khaznadar <georgesk@debian.org> Thu, 22 Oct 2020 08:50:05 +0200
live-clone (2.3-1) unstable; urgency=medium
* new upstream version
* prohibited cloneToSda from sda, added swap inactivation
-- Georges Khaznadar <georgesk@debian.org> Mon, 19 Oct 2020 09:45:40 +0200
live-clone (2.2-1) unstable; urgency=medium
* new upstream version
* change the third partition to make a swap with make HardDisk.py
-- Georges Khaznadar <georgesk@debian.org> Thu, 15 Oct 2020 19:25:49 +0200
live-clone (2.1-1) unstable; urgency=medium
* new upstream version
* added the possibility to consider the hard disks in the list of available disks
-- Georges Khaznadar <georgesk@debian.org> Sun, 04 Oct 2020 16:25:17 +0200
live-clone (2.0-1) unstable; urgency=medium
* fixed a bug with persistence clearing
* update the ts file
-- Georges Khaznadar <georgesk@debian.org> Fri, 25 Sep 2020 20:50:31 +0200
live-clone (1.10-1) unstable; urgency=medium
* new upstream: modified the call to fdisk, in order to allow
decimal expressions for the size of vfat
* refactorized the shell command calls
-- Georges Khaznadar <georgesk@debian.org> Mon, 21 Sep 2020 15:53:58 +0200
live-clone (1.9-1) unstable; urgency=medium
* new upstream version: fixed a bug for cloning from an genuine ISO file
-- Georges Khaznadar <georgesk@debian.org> Mon, 07 Sep 2020 06:00:28 +0200
live-clone (1.8-1) unstable; urgency=medium
* new version
* fixed bugs related to the size of the ISO image when a disk is
cloning itself.
* upgraded to debhelper-compat (= 12), Standards-Version: 4.5.0
* replaced the build-dependency on qt5-default by qtbase5-dev, qtchooser
-- Georges Khaznadar <georgesk@debian.org> Sun, 06 Sep 2020 19:48:39 +0200
live-clone (1.7-1) unstable; urgency=medium
* fixed a bug about saving additional packages list
-- Georges Khaznadar <georgesk@debian.org> Fri, 10 Jul 2020 14:32:22 +0200
live-clone (1.6-1) unstable; urgency=medium
* new upstream version
* shinxified the docstrings
* began to add a sphinx config
* moved all python stuff into a subdirectory
* moved all python stuff into a subdirectory
* sphinxified __init__.py
* implemented the possibility to choose the size of the VFAT partition
* added sphinx.ext.intersphinx
* implemented size checks for the disk and for the VFAT partition
* implemented progress indication in the GUI
-- Georges Khaznadar <georgesk@debian.org> Tue, 30 Jun 2020 15:44:54 +0200
live-clone (1.5.1-1) unstable; urgency=medium
* enforce reproducible rc_file generation
-- Georges Khaznadar <georgesk@debian.org> Sun, 24 Nov 2019 13:48:57 +0100
live-clone (1.5-1) unstable; urgency=medium
* disregard non-writable partitions
* improved the management of double-device USB sticks
* shortened d/copyright since LGPL-3 is already explained in
/usr/share/comme/licenses
-- Georges Khaznadar <georgesk@debian.org> Sat, 19 Oct 2019 19:56:26 +0200
live-clone (1.4-1) UNRELEASED; urgency=medium
* new partition scheme with 4 partitions (the third one is VFAT, the fourth is EXT4, for the persistence)
* added a dependency on dosfstools
-- Georges Khaznadar <georgesk@debian.org> Sat, 19 Oct 2019 19:54:10 +0200
live-clone (1.3-1) UNRELEASED; urgency=medium
* upgraded to new version: fixed missing imports
-- Georges Khaznadar <georgesk@debian.org> Thu, 05 Sep 2019 23:11:02 +0200
live-clone (1.2-1) unstable; urgency=medium
* upgraded to new version: add translators for qt_ and qtbase_;
Closes: #931796
-- Georges Khaznadar <georgesk@debian.org> Thu, 11 Jul 2019 11:49:29 +0200
live-clone (1.1-1) unstable; urgency=medium
* First publication. Closes: #931796
-- Georges Khaznadar <georgesk@debian.org> Wed, 10 Jul 2019 16:30:34 +0200
live-clone (1.0-1) unstable; urgency=medium
* First usable version.
-- Georges Khaznadar <georgesk@debian.org> Wed, 10 Jul 2019 11:51:12 +0200
|