Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
phosh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sebastian Krzyszkowiak
phosh
Commits
20ea13ba
Commit
20ea13ba
authored
Jan 09, 2020
by
Guido Gunther
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document changes and release 0.1.7
parent
b20b15f9
Pipeline
#50889
passed with stages
in 22 minutes and 11 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
1 deletion
+36
-1
debian/changelog
debian/changelog
+35
-0
meson.build
meson.build
+1
-1
No files found.
debian/changelog
View file @
20ea13ba
phosh (0.1.7) amber; urgency=medium
[ Darren R ]
* Update meson.build to show version 0.1.6
[ Guido Günther ]
* phosh.in: Use builtin session handling.
Until we can rely on a newer gnome-session use the builtin session
handling everywhere for now instead of systemd. (Closes: #181)
* gitlab-ci: Build an arm64 deb
* wifi-manager: Rework connection handling.
So far we gave up early when the currently active connection did not
have any devices. It seems this can happen early up in the connection
process of *new* connections. Hence always redo the device check on
connection state changes.
* wifimanager: Consolidate device cleanup.
* wifimanager: Clean up device state when (de)activating a connection.
Don't use the device and access point information before we're
actually associted. Otherwise we show strength information from
outdated access points. (Closes: #202)
* lockscreen-manager: Undo rotation when locking the screen.
This makes sure we don't leave the user with a screen that can't be
unlocked. (Closes: #73)
* auth: Drop pin length limitation. (Closes: #233, #234)
* network-auth-prompt: Allow to toggle password visibility.
This makes entering wifi passwords a bit simpler. Inspired by
GTK4's GtkPasswordEntry.
[ Julian Sparber ]
* Lockscreen: add submit button, allows arbitrary pin lengths.
This also adds the emergency button but for now it is hidden, because
emergency calls don't work yet.
-- Guido Günther <agx@sigxcpu.org> Thu, 09 Jan 2020 15:34:36 +0100
phosh (0.1.6) amber; urgency=medium
[ Julian Sparber ]
...
...
meson.build
View file @
20ea13ba
project('phosh', 'c',
version: '0.1.
6
',
version: '0.1.
7
',
license: 'GPLv3+',
meson_version: '>= 0.40.1',
default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment