software-properties (0.99.49.3) noble; urgency=medium
* cloudarchive: Enable support for the Flamingo Ubuntu Cloud Archive
on 24.04 (LP: #2111400)
-- Guillaume Boutry <guillaume.boutry@canonical.com> Wed, 02 Jul 2025 23:17:38 +0200
software-properties (0.99.49.2) noble; urgency=medium
[ James Page ]
* cloudarchive: Enable support for the Epoxy Ubuntu Cloud Archive on
24.04 (LP: #2086844).
[ Nathan Pratta Teodosio ]
* Screen reader fixes
- announce "APT line" in add dialog. (lp: #2098805)
- announce token validity (lp: #2098812)
- announce compliance and hardening expander. (lp: #2098807)
- announce "Add APT Repository" for this dialog. (lp: #2098809)
[ Sebastien Bacher ]
* Updates: set labelled-by relation for the combo widgets (lp: #2091547)
-- Sebastien Bacher <seb128@ubuntu.com> Tue, 18 Feb 2025 22:26:10 +0100
software-properties (0.99.49.1) noble; urgency=medium
[ James Page ]
* cloudarchive: Enable support for the Dalmatian Ubuntu Cloud Archive on
24.04 (LP: #2073742).
[ Julian Andres Klode ]
* Reload the source code state when reloading sources.list (LP: #2069433)
-- Julian Andres Klode <juliank@ubuntu.com> Thu, 15 Aug 2024 09:26:12 +0100
software-properties (0.99.49) noble; urgency=medium
* Add Qt frontend for deb822 sources, which is now the default in Noble
(LP: #2061214).
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 22 Apr 2024 14:22:26 -0500
software-properties (0.99.48) noble; urgency=medium
* Fix Python's warning of invalid escape sequence (LP: #2059412).
* Make pressing enter on close button of out-of-date cache dialog trigger
the close button, not the reload button (LP: #2061978).
* Limit the comments in 'other software' tab to a single line (LP: #2060915).
* apt-add-repository --list now displays deb822 sources (LP: #2060331).
-- Nathan Pratta Teodosio <nathan.teodosio@canonical.com> Thu, 18 Apr 2024 09:17:51 +0200
software-properties (0.99.47) noble; urgency=medium
* Fix failed removal of Deb822 formated source in "Other Software" tab
(LP: #2059796).
-- Nathan Pratta Teodosio <nathan.teodosio@canonical.com> Tue, 09 Apr 2024 09:02:50 +0200
software-properties (0.99.46) noble; urgency=medium
* ppa: do not enable deb822 logic when input is sources.list line or URI
(LP: #2037210)
-- Nick Rosbrook <enr0n@ubuntu.com> Thu, 28 Mar 2024 14:47:51 -0400
software-properties (0.99.45) noble; urgency=medium
* softwareproperties/gtk/utils.py: use `pro` instead of `ua`
* d/control: Depend on ubuntu-pro-client instead of ubuntu-advantage-tools
(LP: #2057671)
-- Calvin Mwadime <calvin.mwadime@canonical.com> Thu, 28 Mar 2024 12:35:35 +0300
software-properties (0.99.44) noble; urgency=medium
* Handle backup and restore of deb822 sources (LP: #2053228)
-- Julian Andres Klode <juliank@ubuntu.com> Wed, 20 Mar 2024 13:18:16 +0100
software-properties (0.99.43) noble; urgency=medium
* Fix autopkgtest: Make sure directory exists before trying to create file
in it (LP: #2058035).
-- Nathan Pratta Teodosio <nathan.teodosio@canonical.com> Fri, 15 Mar 2024 14:36:30 +0100
software-properties (0.99.42) noble; urgency=medium
* Support deb822 lists for Ubuntu sources (LP: #2033949)
* Bump python3-apt dependency to 2.7.1~
-- Julian Andres Klode <juliank@ubuntu.com> Tue, 05 Dec 2023 18:47:47 +0100
software-properties (0.99.40) noble; urgency=medium
* cloudarchive: Enable support for the Caracal Ubuntu Cloud Archive on
22.04 (LP: #2040273).
-- Corey Bryant <corey.bryant@canonical.com> Tue, 24 Oct 2023 08:20:52 -0400
software-properties (0.99.39) mantic; urgency=medium
* Add cjwatson patch to use getArchiveSubscriptionURL() for private PPAs
* Fix getArchiveSubscriptionURL() API call and tests
* Resolve adding private PPAs, which do not yet have a token LP: #1991553
-- Dimitri John Ledkov <dimitri.ledkov@canonical.com> Fri, 25 Aug 2023 22:17:31 +0100
software-properties (0.99.38) mantic; urgency=medium
* Stop using KUrl and KFileDialog (LP: #1795278).
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 22 Aug 2023 22:57:54 -0500
software-properties (0.99.37) mantic; urgency=medium
[ Nick Rosbrook ]
* Enable deb822 support for PPAs, with GPG key embedded in .sources file.
[ Julian Andres Klode ]
* Minor tweaks to the deb822 PPA support
-- Julian Andres Klode <juliank@ubuntu.com> Tue, 16 May 2023 10:57:35 +0200
software-properties (0.99.36) mantic; urgency=medium
* cloudarchive: Enable support for the Bobcat Ubuntu Cloud Archive on
22.04 (LP: #2018457).
-- Corey Bryant <corey.bryant@canonical.com> Thu, 04 May 2023 10:12:11 +0200
software-properties (0.99.35) lunar; urgency=medium
* Revert the previous change, the service isn't ready
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 27 Mar 2023 21:29:03 +0200
software-properties (0.99.34) lunar; urgency=medium
[ Nathan Pratta Teodosio ]
* Enable the Ubuntu Pro tab also in interim releases
(FFe lp: #2011697)
-- Sebastien Bacher <seb128@ubuntu.com> Tue, 21 Mar 2023 10:49:45 +0100
software-properties (0.99.33) lunar; urgency=medium
[ Sebastien Bacher ]
* Replace the ubuntu pro images using the version provided by design
[ Nick Rosbrook ]
* Add GTK edit dialog for deb822 sources
* Add deb822 parameter to SoftwareProperties class
* Bump python3-apt dependency to >= 2.5.3
-- Nick Rosbrook <nick.rosbrook@canonical.com> Thu, 23 Feb 2023 11:27:37 -0500
software-properties (0.99.32) lunar; urgency=medium
[ Nathan Pratta Teodosio ]
* Disable the Ubuntu Pro UI with an explanation when not connected
(lp: #2004634)
* Catch exceptions to wait (lp: #2003996)
* Initialize pin as empty string (lp: #2004245)
-- Sebastien Bacher <seb128@ubuntu.com> Thu, 02 Feb 2023 15:37:06 +0100
software-properties (0.99.31) lunar; urgency=medium
* Upload extra tweaks to the Ubuntu Pro tab
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 23 Jan 2023 11:29:37 +0100
software-properties (0.99.30) lunar; urgency=medium
* Update for the Ubuntu Pro tab, thanks Nathan Pratta Teodosio
-- Sebastien Bacher <seb128@ubuntu.com> Fri, 16 Dec 2022 22:38:10 +0100
software-properties (0.99.29) lunar; urgency=medium
* cloudarchive: Enable support for the Antelope Ubuntu Cloud Archive on
22.04 (LP: #1996067).
-- Corey Bryant <corey.bryant@canonical.com> Fri, 02 Dec 2022 14:26:51 -0500
software-properties (0.99.28.1) kinetic; urgency=medium
* softwareproperties/qt/SoftwarePropertiesQt.py: Don't crash if the driver
package does not have a matching modules package (LP: #1993370)
-- Brian Murray <brian@ubuntu.com> Wed, 19 Oct 2022 07:38:40 -0700
software-properties (0.99.27) kinetic; urgency=medium
* Don't display the Ubuntu Pro tab on non LTS series since the service
isn't available there.
[ Robert Ancell ]
* Show Ubuntu Pro settings (LP: #1990448).
-- Sebastien Bacher <seb128@ubuntu.com> Fri, 07 Oct 2022 09:47:15 +0200
software-properties (0.99.26) kinetic; urgency=medium
* Drop unused snapd-glib dependencies
-- Jeremy Bicha <jbicha@ubuntu.com> Wed, 24 Aug 2022 08:53:52 -0400
software-properties (0.99.25) kinetic; urgency=medium
* Fix GPG keys are not shown in Software and Updates (LP: #1970449)
* Remove trailing spaces
* Drop obsolete imports from __future__
* Remove duplicate keys in desktop files
* d/copyright: Use https URLs instead of http
* d/copyright: Correct path to add-apt-repository.1
* Drop obsolete Conflicts & Replaces
* Fix spelling mistake of repository
* Set Rules-Requires-Root: no
* Bump Standards-Version to 4.6.1
* Add Vcs-Browser
-- Benjamin Drung <bdrung@ubuntu.com> Tue, 26 Jul 2022 13:03:28 +0200
software-properties (0.99.24) kinetic; urgency=medium
* softwareproperties/gtk/SoftwarePropertiesGtk.py:
Don't crash if the driver package does not have a matching modules package
Fixes LP: #1969460
-- Alberto Milone <alberto.milone@canonical.com> Mon, 30 May 2022 16:50:03 +0200
software-properties (0.99.23) kinetic; urgency=medium
* cloudarchive: Enable support for the Zed Ubuntu Cloud Archive on
22.04 (LP: #1970244).
-- Corey Bryant <corey.bryant@canonical.com> Fri, 29 Apr 2022 13:51:04 -0400
software-properties (0.99.22) jammy; urgency=medium
* If add-apt-repository is passed a complete soures.list line don't require
the --login option as that breaks automated setups. Thanks to Dan
Streetman for the fix. (LP: #1965180)
-- Brian Murray <brian@ubuntu.com> Fri, 01 Apr 2022 11:48:01 -0700
software-properties (0.99.21) jammy; urgency=medium
* Remove Ubuntu Pro settings (LP: #1965993)
-- Robert Ancell <robert.ancell@canonical.com> Wed, 23 Mar 2022 12:11:31 +1300
software-properties (0.99.20) jammy; urgency=medium
[ Alberto Milone ]
* Update to be compatible with the new ubuntu-drivers-common version
(lp: #1964880)
-- Sebastien Bacher <seb128@ubuntu.com> Tue, 22 Mar 2022 10:38:01 +0100
software-properties (0.99.19) jammy; urgency=medium
* Support GNOME 42 dark mode
* debian/control: Have software-properties-gtk depend on gir1.2-handy-1
-- Jeremy Bicha <jeremy.bicha@canonical.com> Thu, 17 Feb 2022 08:10:10 -0500
software-properties (0.99.18) jammy; urgency=medium
[ Colin Watson ]
* Use new HTTPS-capable PPA domains (LP: #1959015).
-- Brian Murray <brian@ubuntu.com> Mon, 07 Feb 2022 10:33:15 -0800
software-properties (0.99.17) jammy; urgency=medium
* Show all Ubuntu Advantage services (LP: #1958311)
-- Robert Ancell <robert.ancell@canonical.com> Mon, 31 Jan 2022 16:29:50 +1300
software-properties (0.99.16) jammy; urgency=medium
* Show Ubuntu Pro banner on Livepatch page (LP: #1934439)
-- Robert Ancell <robert.ancell@canonical.com> Wed, 17 Nov 2021 16:17:44 +1300
software-properties (0.99.15) jammy; urgency=medium
* utils: prefer /var/lib/ubuntu-advantage/status.json over ua status
- Handle absent /var/lib/ubuntu-advantage/status.json for non-root
users (LP: #1939732)
- print unexcepted errors and if _schema_version not equal to 0.1
-- Chad Smith <chad.smith@canonical.com> Fri, 29 Oct 2021 15:46:58 -0600
software-properties (0.99.14) jammy; urgency=medium
* cloudarchive: Enable support for the Yoga Ubuntu Cloud Archive on
20.04 (LP: #1948806).
-- Corey Bryant <corey.bryant@canonical.com> Tue, 26 Oct 2021 08:24:04 -0400
software-properties (0.99.13) impish; urgency=medium
* Catch exception if UA status file is not written
-- Robert Ancell <robert.ancell@canonical.com> Fri, 11 Jun 2021 17:16:09 +1200
software-properties (0.99.12) impish; urgency=medium
* Show ESM support status (LP: #1920836)
-- Robert Ancell <robert.ancell@canonical.com> Thu, 10 Jun 2021 14:37:39 +1200
software-properties (0.99.11) impish; urgency=medium
* cloudarchive: Enable support for the Xena Ubuntu Cloud Archive on
20.04 (LP: #1926796).
-- Corey Bryant <corey.bryant@canonical.com> Fri, 30 Apr 2021 14:02:43 -0400
software-properties (0.99.10) hirsute; urgency=medium
* softwareproperties/CountryInformation.py:
- Remove use of getiterator which is deprecated in python3.9
(lp: #1909918)
[ Robert Ancell ]
* Updated translations template
-- Sebastien Bacher <seb128@ubuntu.com> Fri, 16 Apr 2021 12:05:30 +0200
software-properties (0.99.8) hirsute; urgency=medium
[ William 'jawn-smith' Wilson ]
* Enable tests for armhf. They should be more reliable now that the huge
for loops have been removed.
-- Brian Murray <brian@ubuntu.com> Thu, 18 Feb 2021 14:40:39 -0800
software-properties (0.99.7) hirsute; urgency=medium
* Fix add-apt-repository operation (LP: #1913601)
* Add build-time test for add-apt-repository
* Remove autopkgtests for add-apt-repository
-- Dan Streetman <ddstreet@canonical.com> Thu, 11 Feb 2021 06:51:01 -0500
software-properties (0.99.6) hirsute; urgency=medium
[ William 'jawn-smith' Wilson ]
* Fixing an incorrect variable being passed to GTK message dialog creation
function (LP: #1829401)
[ Shivaram Lingamneni ]
* Update livepatch code to remove use of python-requests-unixsocket;
the usage is trivial and we can remove the dependency
-- Brian Murray <brian@ubuntu.com> Mon, 01 Feb 2021 16:08:37 -0800
software-properties (0.99.5) hirsute; urgency=medium
[ Julian Andres Klode ]
* test_aptsources.py: Fix for distro info unification in python-apt
* po: Update template
-- Julian Andres Klode <juliank@ubuntu.com> Wed, 09 Dec 2020 15:33:26 +0100
software-properties (0.99.4) hirsute; urgency=medium
* cloudarchive: Enable support for the Wallaby Ubuntu Cloud Archive on
20.04 (LP: #1902710).
-- Corey Bryant <corey.bryant@canonical.com> Tue, 03 Nov 2020 08:58:47 -0500
software-properties (0.99.3) groovy; urgency=medium
* SECURITY UPDATE: malicious repo could send ANSI sequences to terminal
(LP: #1890286)
- add-apt-repository: strip ANSI sequences from the description.
- CVE-2020-15709
-- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 17 Aug 2020 10:19:34 -0400
software-properties (0.99.2) groovy; urgency=medium
* softwareproperties/AptAuth.py,
softwareproperties/SoftwareProperties.py:
- fix various unclosed subprocesses and files
- remove add_key() worker thread
* softwareproperties/LivepatchService.py:
- replace deprecated GObject.PARAM_READABLE
* tests/test_dbus.py:
- clean up bus correctly and stop segfaulting
-- Dan Streetman <ddstreet@canonical.com> Thu, 06 Aug 2020 16:29:12 -0400
software-properties (0.99.1) groovy; urgency=medium
* Fix failing test_pyflakes3_clean test.
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 22 Jul 2020 09:11:14 -0500
software-properties (0.99.0) groovy; urgency=medium
[ Dan Streetman ]
* Extensive refactor to add-apt-repository.
- https://code.launchpad.net/~ubuntu-support-team/software-properties/+git/software-properties/+merge/379928
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 22 Jul 2020 08:47:45 -0500
software-properties (0.98.10) groovy; urgency=medium
[ Sebastien Bacher ]
* softwareproperties/gtk/LivepatchPage.py:
- set error string in the init so it happens after the textdomain
is set, also fix the string used with gettext (lp: #1873272)
[ Corey Bryant ]
* cloudarchive: Enable support for the Victoria Ubuntu Cloud Archive on
20.04 (LP: #1882583).
-- Corey Bryant <corey.bryant@canonical.com> Mon, 08 Jun 2020 14:18:42 -0400
software-properties (0.98.9) focal; urgency=medium
* softwareproperties/gtk/SoftwarePropertiesGtk.py:
- Gtk is doing something that takes a lock while processing checkbox
toggled events, the polkit auth dialog can't be displayed in return,
we don't have a proper fix and it might require GTK changes,
meanwhile we want a working interface so workaround with a sleep
(lp: #1727908)
-- Sebastien Bacher <seb128@ubuntu.com> Thu, 16 Apr 2020 11:57:50 +0200
software-properties (0.98.8) focal; urgency=medium
* Move get_dependencies from SoftwarePropertiesGtk to SoftwareProperties
and adjust both Qt and Gtk frontends to use that (LP: #1872551)
-- Julian Andres Klode <juliank@ubuntu.com> Thu, 16 Apr 2020 10:41:28 +0200
software-properties (0.98.7) focal; urgency=medium
* softwareproperties/gtk/SimpleGtkbuilderApp.py: Fix a typo in the
keyboard interrupt handling code (LP: #1860143).
* Updates tab:
- replace checkboxes with a combobox (LP: #887079)
- add a label for snap package updates frequency
- center the contents of the tab and make padding/spacing more consistent
-- Olivier Tilloy <olivier.tilloy@canonical.com> Thu, 27 Feb 2020 15:38:46 +0100
software-properties (0.98.6) focal; urgency=medium
* cloudarchive: Enable support for the Ussuri Ubuntu Cloud Archive on
18.04 (LP: #1852489).
* softwareproperties/dbus/SoftwarePropertiesDBus.py: In SetUpdateInterval,
convert days argument from dbus.Int32 to int before passing to
set_update_interval. This fixes a test failures as apt_pkg.config.set
didn't understand a dbus.Int32 type (LP: #1852772).
* debian/control: Add gpg and gpg-agent to Build-Depends to fix failing
unit tests (LP: #1852773).
-- Corey Bryant <corey.bryant@canonical.com> Wed, 13 Nov 2019 16:00:59 -0500
software-properties (0.98.5) eoan; urgency=medium
* cloudarchive: Update outdated WEB_LINK that is presented when
cloud archive is enabled (LP: #1836258).
-- Corey Bryant <corey.bryant@canonical.com> Fri, 12 Jul 2019 10:02:43 -0400
# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog python3-software-properties`.
Generated by dwww version 1.16 on Mon Dec 15 20:51:32 CET 2025.