|
|
|
calamares-settings-ubuntu (31) UNRELEASED; urgency=medium
|
|
|
|
|
|
|
|
* We aren't Lubuntu Next anymore; take it away from the package description.
|
|
|
|
* Try to install languages during the installation.
|
|
|
|
* Don't remove partitionmanager anymore; its a system utility we expect
|
|
|
|
to have installed.
|
|
|
|
* Write a workaround to fix the support and release notes links on the
|
|
|
|
welcome screen.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 03 Nov 2018 21:06:07 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (30) disco; urgency=medium
|
|
|
|
|
|
|
|
* Change the desktop file from 18.10 to 19.04.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 03 Nov 2018 18:03:15 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (29) disco; urgency=medium
|
|
|
|
|
|
|
|
* Fix accidentally reverted parts of 27 in 28 due to the VCS not being
|
|
|
|
up-to-date. Thanks to Jeremy Bicha for spotting the issue (LP: #1801393).
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 02 Nov 2018 17:33:51 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (28) disco; urgency=medium
|
|
|
|
|
|
|
|
* Welcome to the Disco Dingo!
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 01 Nov 2018 20:41:31 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (27) cosmic; urgency=medium
|
|
|
|
|
|
|
|
[ Walter Lapchynski ]
|
|
|
|
* Add missing identifiers for urllib exception handling in automirror.
|
|
|
|
* Lubuntu: ensure upgrades don't happen for EFI packages.
|
|
|
|
|
|
|
|
[ Simon Quigley ]
|
|
|
|
* Run `sudo apt[-get] update` if Internet connectivity is found during the
|
|
|
|
installation. This solves some common post-installation issues.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 17 Oct 2018 14:45:36 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (26) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Lubuntu: fix check for EFI architecture.
|
|
|
|
* Lubuntu: fix location of installer .desktop.
|
|
|
|
* Lubuntu: remove Lintian overrides related to the old installer .desktop.
|
|
|
|
|
|
|
|
-- Walter Lapchynski <wxl@ubuntu.com> Fri, 12 Oct 2018 21:04:44 -0700
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (25) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Ignore BIOS entirely when installing GRUB for EFI.
|
|
|
|
* Restore Calamares productIcon.
|
|
|
|
|
|
|
|
-- Walter Lapchynski <wxl@ubuntu.com> Thu, 11 Oct 2018 19:29:20 -0700
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (24) cosmic; urgency=medium
|
|
|
|
|
|
|
|
[ Wendy Hill ]
|
|
|
|
* Rework the Lubuntu slideshow.
|
|
|
|
|
|
|
|
[ Simon Quigley ]
|
|
|
|
* Add -E to the desktop icon so that our nice theming carries over.
|
|
|
|
|
|
|
|
[ Walter Lapchynski ]
|
|
|
|
* Generalize installation of GRUB for EFI.
|
|
|
|
* Add urlopen() error handling to automirror, thanks to Samuel Banya.
|
|
|
|
|
|
|
|
-- Walter Lapchynski <wxl@ubuntu.com> Wed, 10 Oct 2018 08:36:52 -0700
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (23) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Lubuntu: ensure install .desktop file is always removed.
|
|
|
|
|
|
|
|
-- Walter Lapchynski <wxl@ubuntu.com> Sat, 06 Oct 2018 19:15:02 -0700
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (22) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Lubuntu: enable LUKS/encryption.
|
|
|
|
|
|
|
|
-- Walter Lapchynski <wxl@ubuntu.com> Thu, 04 Oct 2018 22:02:57 -0700
|
|
|
|
|
Remove all password checking.
Summary:
We were using password checking in Calamares, especially as supported by libpwquality, but have received overwhelming community feedback against this. Therefore, we remove any checking by libpwquality, including defaults that aren't explicit, like the dictionary check. Sadly, it seems that setting enforcing=0 to simply print a warning does not work. IIt's possible that this is a bug, but not worth chasing at this point. The only thing unsupported is a blank password, but that's something that's [not clear](https://github.com/calamares/calamares/issues/790#issuecomment-330455711) is supported.
The good news is that the [string](https://github.com/calamares/calamares/blob/743c19d8dd58bc7e7ee26b3fca769318d254d172/src/modules/users/page_usersetup.ui#L440) suggesting a good password is still there. If there's anywhere to be additional improments, it's there.
Test Plan: Run Calamares and enter a variety of lame passwords (e.g. space, the number one, the letter a, the word cat, etc.) twice. If the "next" button is not greyed out, it succeeds.
Reviewers: tsimonq2
Reviewed By: tsimonq2
Differential Revision: https://phab.lubuntu.me/D12
6 years ago
|
|
|
calamares-settings-ubuntu (21) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Lubuntu: remove all password checking.
|
|
|
|
|
|
|
|
-- Walter Lapchynski <wxl@ubuntu.com> Sat, 25 Aug 2018 17:43:33 -0700
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (20) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Lubuntu: add executable to defaultDesktopEnvironment in displaymanager.
|
|
|
|
|
|
|
|
-- Walter Lapchynski <wxl@ubuntu.com> Mon, 20 Aug 2018 21:16:47 -0700
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (19) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Remove the build dep completely.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 14 Aug 2018 17:12:15 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (18) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Translate into Danish.
|
|
|
|
* Make the password detection runtime dep into a build dep.
|
|
|
|
* Bump Standards-version to 4.2.0, no changes needed.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 14 Aug 2018 16:19:36 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (17) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Add a minimum password strength requirement.
|
|
|
|
* Sync default user groups with Neon.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 10 Aug 2018 20:13:38 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (16) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Enable automirror by default.
|
|
|
|
* Fix a typo in automirror.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 09 Aug 2018 22:41:53 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (15) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Add a calamares-settings-ubuntu-common package with an automirror module.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 09 Aug 2018 21:25:17 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (14) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Don't copy initrd from the live install, because that contains casper.
|
|
|
|
* Make "ubuntu" the bootloader_id and don't do a cp hack.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 27 Jul 2018 14:57:47 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (13) cosmic; urgency=critical
|
|
|
|
|
|
|
|
* Calamares is capitalized (LP: #1783109).
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 25 Jul 2018 00:30:09 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (12) cosmic; urgency=critical
|
|
|
|
|
|
|
|
* We're not Neon (LP: #1783024).
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 22 Jul 2018 21:13:57 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (11) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Add a machineid file.
|
|
|
|
* Ensure that /bin/bash is always the default shell.
|
|
|
|
* Clean up awful hacks.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 20 Jul 2018 13:36:18 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (10) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Fix non-secureboot UEFI installs on real hardware (LP: #1781015).
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 18 Jul 2018 23:20:42 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (9) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Import additional translations from Weblate.
|
|
|
|
* Replace a blind cp with a more tactful apt-cdrom command.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 15 Jul 2018 03:57:10 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (8) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Finish Danish translations.
|
|
|
|
* Don't use apt-cdrom; just copy the host sources.list.
|
|
|
|
* Add a displaymanager.conf.
|
|
|
|
* Bump Standards-version to 4.1.5, no changes needed.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 13 Jul 2018 22:26:23 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (7) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Fix geoip timezone detection (LP: #1781310).
|
|
|
|
* Update translations and add support for Portuguese and Brazilian
|
|
|
|
Portuguese.
|
|
|
|
* Ensure that calamares.desktop is removed from all new users on a
|
|
|
|
freshly-installed system (LP: #1781309).
|
|
|
|
* Also remove calamares after install.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 12 Jul 2018 00:15:08 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (6) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Fix translations for Calamares.
|
|
|
|
* Don't remove GRUB for now.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 11 Jul 2018 00:27:29 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (5) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Add translations support for the desktop file and the installer slideshow.
|
|
|
|
* Increase the timeout for the shellprocess commands (LP: #1781015).
|
|
|
|
* Remove the rm line of the shellprocess command (LP: #1780977).
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 10 Jul 2018 19:17:43 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (4) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Don't fail to install the system on BIOS systems (LP: #1780875).
|
|
|
|
* Remove the right live task (LP: #1780585).
|
|
|
|
* Enable GeoIP support by default, to get accurate timezone readings.
|
|
|
|
* Make image and text IDs unique in the slideshow.
|
|
|
|
* Ensure that slideshow images correctly respond to their text.
|
|
|
|
* Actually install the .desktop file.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 09 Jul 2018 20:48:33 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (3) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Bump Standards-version to 4.1.4, no changes needed.
|
|
|
|
* Fix Vcs-* and Homepage to reflect the move off of GitHub.
|
|
|
|
* Allow Lubuntu to be installed on systems with no network and UEFI
|
|
|
|
systems.
|
|
|
|
* Add a desktop file to install the system with (LP: #1771460).
|
|
|
|
* Update the support link to be current.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 03 Jul 2018 17:03:00 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (2) cosmic; urgency=medium
|
|
|
|
|
|
|
|
* Add a .gitignore file for debian/files.
|
|
|
|
* Remove lubuntu-qt-desktop from Suggests.
|
|
|
|
* Update the Lubuntu.me website for HTTPS.
|
|
|
|
* Bump Lubuntu's system requirements to safe values.
|
|
|
|
* Remove calamares from the explicit removal list; we don't need it to
|
|
|
|
be there anymore.
|
|
|
|
* Lubuntu Next -> Lubuntu.
|
|
|
|
* Make squashfs-tools a hard dependency; without it, Lubuntu's installation
|
|
|
|
fails (LP: #1769781).
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 10 May 2018 19:18:01 -0500
|
|
|
|
|
|
|
|
calamares-settings-ubuntu (1) bionic; urgency=medium
|
|
|
|
|
|
|
|
* Initial release.
|
|
|
|
|
|
|
|
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 15 Feb 2018 19:54:24 -0600
|