diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-06-18 08:50:01 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-06-18 08:50:01 +0200 |
commit | 238d956efb3e614521aef9fddb754d65974b4dca (patch) | |
tree | 820e4294632744d926dc13f8d3ab9986631946e0 | |
parent | 275703604d44fff336f631f93e7a47bb3a3b09fd (diff) | |
download | arctica-greeter-238d956efb3e614521aef9fddb754d65974b4dca.tar.gz arctica-greeter-238d956efb3e614521aef9fddb754d65974b4dca.tar.bz2 arctica-greeter-238d956efb3e614521aef9fddb754d65974b4dca.zip |
release 0.99.8.00.99.8.0
-rw-r--r-- | ChangeLog | 45 | ||||
-rw-r--r-- | NEWS | 32 | ||||
-rw-r--r-- | debian/changelog | 4 |
3 files changed, 78 insertions, 3 deletions
@@ -1,6 +1,49 @@ +2024-06-18 Mike Gabriel + + * release 0.99.8.0 (HEAD -> master, tag: 0.99.8.0) + * src/: Set _NET_WM_STRUT{,_PARTIAL} so that notification bubbles + don't overlay the menubar. (27570360) + * d/control: Add to R: metacity. (816fdaec) + * src/: Re-introduce having a window manager (metacity this time, + with keybindings disabled). Make having it conifugrable + via GSettings. (b9911e7d) + * src/: Assure that org.mate.interface's window-scaling-factor is set + to 1x scaling (we handle it ourselves via env vars and + don't want the HiDPI effect to duplicated. (cf054d04) + * src/: Use AGUtils.greeter_set_env() (includes update of the D-Bus + activation environment) instead of + GLib.Environment.set_variable(). (173a4988) + * src/: Move all env variable settings before the cmdline option + parse() method to actually have an effect. (762058e4) + +2024-06-17 Mike Gabriel + + * data/50-org.Arctica-Project.arctica-greeter.rules: Make networking + more configurable in Arctica Greeter. (f77de32b) + * main window: Keep always below all other windows (esp. helpful for + nm-applets WiFi credentials dialog). (4418e2c0) + * Support openSUSE style of marking the default (X11) session. + (30e18f5d) + * src/arctica-greeter.vala: Only load state file if it already + exists. (7e692b9d) + +2024-06-12 Mike Gabriel + + * Launch mate-notification-daemon in greeter session for showing + system notifications. (8bc357f3) + * Wait with Ayatana Indicators startup until D-Bus mimick services + have come up. (7b0bf068) + * src/settings-daemon.vala: Also mimick org.mate.ScreenSaver D-Bus + service. (f4e287ab) + +2024-06-11 Mike Gabriel + + * data/50-org.Arctica-Project.arctica-greeter.rules: Make file better + readable. (c14dee80) + 2024-06-04 Mike Gabriel - * release 0.99.7.0 (HEAD -> master, tag: 0.99.7.0) + * release 0.99.7.0 (f6ae4a30) (tag: 0.99.7.0) * Revert "Work around GTK 3.20's new allocation logic. Ported from slick-greeter." (dd603ac1) * src/greeter-list.vala: Redraw greeter box after showing/adding a @@ -1,3 +1,35 @@ +Overview of changes in arctica-greeter 0.99.8.0 + + - data/50-org.Arctica-Project.arctica-greeter.rules: Make file better + readable. + - src/settings-daemon.vala: Also mimick org.mate.ScreenSaver D-Bus + service. + - Wait with Ayatana Indicators startup until D-Bus mimick services + have come up. + - Launch mate-notification-daemon in greeter session for showing + system notifications. + - src/arctica-greeter.vala: Only load state file if it already + exists. + - Support openSUSE style of marking the default (X11) session. + - main window: Keep always below all other windows (esp. helpful for + nm-applets WiFi credentials dialog). + - data/50-org.Arctica-Project.arctica-greeter.rules: Make networking + more configurable in Arctica Greeter. + - src/: Move all env variable settings before the cmdline option + parse() method to actually have an effect. + - src/: Use AGUtils.greeter_set_env() (includes update of the D-Bus + activation environment) instead of + GLib.Environment.set_variable(). + - src/: Assure that org.mate.interface's window-scaling-factor is set + to 1x scaling (we handle it ourselves via env vars and don't + want the HiDPI effect to duplicated. + - src/: Re-introduce having a window manager (metacity this time, + with keybindings disabled). Make having it conifugrable via + GSettings. + - d/control: Add to R: metacity. + - src/: Set _NET_WM_STRUT{,_PARTIAL} so that notification bubbles + don't overlay the menubar. + Overview of changes in arctica-greeter 0.99.7.0 - Drop to-be-reviewed slick-greeter patches. 0025 is already applied, diff --git a/debian/changelog b/debian/changelog index 2ff3a6b..beb2ec3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -arctica-greeter (0.99.7.0-0) UNRELEASED; urgency=medium +arctica-greeter (0.99.8.0-1) unstable; urgency=medium * Upstream-provided Debian package for Arctica Greeter. See upstream ChangeLog for recent changes. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2024 11:28:04 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 18 Jun 2024 08:48:47 +0200 arctica-greeter (0.99.6.0-0) unstable; urgency=medium |