Skip to content

Commit

Permalink
Release 122
Browse files Browse the repository at this point in the history
  • Loading branch information
jrybar-rh committed Oct 26, 2022
1 parent 49bb905 commit da87c56
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
## polkit 122

### Highlights:
- new Georgian translation
- port to mozjs-102
- daemon-less build (support for e.g. flatpak deps)
- re-enable of (API) documentation build

### Build requirements
- glib, gobject, gio >= 2.32
- mozjs-102 OR duktape
- gobject-introspection >= 0.6.2 (optional)
- pam (optional)
- ConsoleKit OR systemd
- gettext
- meson

### Changes since polkit 121:

* Anders Jonsson
* Swedish translation
* NorwayFun
* Georgian translation
* Martin Kletzander
* several pkttyagent fixes and improvements
* A. Wilcox
* optional netgroup support
* Luca Boccassi
* move 50-default.rules to /usr/share
* Michael Biebl
* remove useless ifclause from meson.build
* Jordan Petridis
* improve error message
* Luciano Santos
* honour pam_prefix meson option
* Xi Ruoyao
* meson: lfs autodetection
* port to mozjs-102
* Peter Eisenmann
* daemonless build option

Thanks to everyone involved for making this possible!

The polkit team & polkit community
October 26, 2022

## polkit 121

### Highlights:
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'polkit', ['c'],
version: '121',
version: '122',
license: 'LGPL2+',
default_options: [
'buildtype=debugoptimized',
Expand Down

0 comments on commit da87c56

Please sign in to comment.