Skip to content

Commit

Permalink
Updates CHANGELOG, pkgs for Rescuezilla v2.0
Browse files Browse the repository at this point in the history
Adds CHANGELOG entry for 2.0, and upgrades the debian package changelog entries
for the Rescuezilla frontend apps version 2.0, so that things continue to build
when this commit is tagged.

Note: internally, the build scripts that generate the deb package version using
`git describe --tags --abbrev=0`, which sets the version number. Because of
this, the build will fail if the deb package changelog does not reflect the
most recent git tag output from the `git describe` command above.

This means for every commit to successfully build without a single commit
failing, it is this very commit that must be tagged as 2.0.
  • Loading branch information
shasheene committed Oct 14, 2020
1 parent 190aa51 commit a8d9ca2
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 2 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
-------------------------------------------------------------------------------
Version 2.0 (2020-10-14)
-------------------------------------------------------------------------------

* Switched to creating backups in Clonezilla format for full interoperability with Clonezilla
Rescuezilla is now a drop-in replacement to Clonezilla! (#4) This means backups created
using Clonezilla can be restored using Rescuezilla, and vice versa :)
* Warning: Backups created with Rescuezilla v2.0 or newer cannot be restored using earlier
versions of Rescuezilla. Backups created with older versions of Rescuezilla can still of
course be restored with v2.0 or newer
* Added ability to restore individual partitions, and not overwrite partition table (#46)
* Rewrote the Rescuezilla frontend in the Python3 programming language (#49, #48, #111)
* Added backup/restore confirmation and summary pages, back button (#6)
* Improved exit code handling and error messages (#29, #114), image selection (#109)
* Added the ability to backup and restore software RAID (md) devices (#45)
* Added the ability to backup and restore SD card (mmcblk) devices (#95)
* Added filesystem-aware backup/restore of Linux Logical Volume Manager (LVM) (#44)
* Improved ability to restore to disks smaller or larger than original (#96)
* Adapted GParted launcher script to temporarily shutdown file manager's one-click mount and
prevent GParted and Rescuezilla from running at the same time, to reduce risk of conflicts
* Added GParted desktop shortcut
* Released Rescuezilla as standalone deb file for advanced users on Ubuntu 20.04 (#119)
* Disabled 32-bit ISO image temporarily until Python virtual environment configured (#120)
* Switched from unmaintained SLiM (Simple Login Manager) to LightDM for reliability (#101, #115)
* Separated 'Safe Mode' boot menu item to two: "Graphical fallback mode" and "Load USB into RAM"
* Disabled Linux time sync to prevent hardware clock modification (thanks zebradots!) (#107)
* Improved window auto-maximization settings for improved usability
* Switches from GTK Bluebird theme to Breeze theme (#52)
* Renamed existing photorec start menu shortcut to "Photograph deep scan" (112)
* Added start menu shortcut for the TestDisk command-line undelete / file recovery app (#112)
* Added nouveau-firmware package to improve support for ~2009 vintage NVidia graphics cards
* Replaced start menu gear icon with lxpanel default icon based on user feedback
* Added Patreon link to Rescuezilla's logo to help achieve sustainable funding
Project Announcements
* RESCUEZILLA IS NOW OFFICIALLY OPEN FOR TRANSLATIONS! See the Translations HOWTO page for
more information.

-------------------------------------------------------------------------------
Version 1.0.6.1 (2020-06-26)
-------------------------------------------------------------------------------
Expand Down
8 changes: 7 additions & 1 deletion src/apps/graphical-shutdown/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
graphical-shutdown (2.0) unstable; urgency=low

* New upstream version.

-- Shasheen Ediriweera <rescuezilla@gmail.com> Wed, 14 Oct 2020 11:19:50 +0930

graphical-shutdown (1.0.6.1-1) unstable; urgency=low

* New upstream version.

-- Shasheen Ediriweera <rescuezilla@gmail.com> Fri 26 Jun 2020 13:27:52 +0930
-- Shasheen Ediriweera <rescuezilla@gmail.com> Fri, 26 Jun 2020 13:27:52 +0930

graphical-shutdown (1.0.6-1) unstable; urgency=low

Expand Down
12 changes: 11 additions & 1 deletion src/apps/rescuezilla/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
rescuezilla (2.0) unstable; urgency=low

* New upstream version.
* Added support for Clonezilla disk imaging
* Added ability to restore partitions individually
* Rewrote application in Python3 from Perl
* See the upstream CHANGELOG for full details

-- Shasheen Ediriweera <rescuezilla@gmail.com> Wed, 14 Oct 2020 11:19:50 +0930

rescuezilla (1.0.6.1-1) unstable; urgency=low

* New upstream version.

-- Shasheen Ediriweera <rescuezilla@gmail.com> Fri 26 Jun 2020 13:27:52 +0930
-- Shasheen Ediriweera <rescuezilla@gmail.com> Fri, 26 Jun 2020 13:27:52 +0930

rescuezilla (1.0.6-1) unstable; urgency=low

Expand Down

0 comments on commit a8d9ca2

Please sign in to comment.