Comment 0 for bug 1884383

Revision history for this message
Sebastian Geiger (lanoxx) wrote :

[Impact]

This is a bug fix release that includes:
- translation updates;
- bug fix updates for netspeed, drivemount and window-picker applets;

NEWS

Change log for 3.63.4:
https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/ea8ec983c8d5e285c341b7a9448e0bf20d43d363
Change log for 3.63.3:
https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/2d5de2dff49a520f4b4fbed81d94841441729344

Fixes:

- A bug fix for the netspeed applet to ensure that dialogs are destroyed when an applet is destroyed:
  https://bugs.launchpad.net/ubuntu/+source/gnome-applets/+bug/1879140

- A bug fix for the window-picker applet to ensure that task icons are correctly removed when a
windows is closed:
  https://bugs.launchpad.net/ubuntu/+source/gnome-applets/+bug/1879140

- A change for the drivemount applet to ensure errors are properly cleared:
  https://bugs.launchpad.net/ubuntu/+source/gnome-applets/+bug/1884381

Besides the above bug fixes the release contains the following two minor changes:

An change for the drivemount applet to update the nautilus desktop id, without this change the drivemount applet will fail to open the GNOME Nautilus file manager.
https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/5445406a1257bc33b3b531d398748e311c6d93f6

An update for the netspeed applet to remove an unused variable:
https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/29272f65a4fce9049aa9c519752eead39127dab9

[Test Cases]
- See the three linked bug reports for test cases of each individual issue that was fixed.
- The other two changes are minor code cleanups that cannot be validated with a test case.

[Regression Potential]

netspeed:
The removal of an unused private variable has no regression potential since it is not part of a public interface.

drivemount:
The change to clear an error variable is only a minor cleanup in the code with minimal regression potential.

[Other Info]

None.