Prepare for 0.11.0 release
This commit is contained in:
parent
ffba5dab43
commit
8eba2f2ef3
16
NEWS
16
NEWS
|
@ -1,3 +1,19 @@
|
||||||
|
Overview of changes in malcontent 0.11.0
|
||||||
|
========================================
|
||||||
|
|
||||||
|
* libmalcontent-ui, and the malcontent-control application, now use
|
||||||
|
libappstream rather than appstream-glib. (#51)
|
||||||
|
|
||||||
|
* libmalcontent-ui, and the malcontent-control application, now use GTK 4 and
|
||||||
|
libadwaita rather than GTK+ 3. (!141)
|
||||||
|
|
||||||
|
* As a result of these changes, the pkg-config name has been bumped to
|
||||||
|
libmalcontent-ui-1, and the gobject-introspection name to MalcontentUi-1.
|
||||||
|
|
||||||
|
* Translation updates:
|
||||||
|
- Italian
|
||||||
|
- Russian
|
||||||
|
|
||||||
Overview of changes in malcontent 0.10.5
|
Overview of changes in malcontent 0.10.5
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('malcontent', 'c',
|
project('malcontent', 'c',
|
||||||
version : '0.10.5',
|
version : '0.11.0',
|
||||||
meson_version : '>= 0.57.0',
|
meson_version : '>= 0.57.0',
|
||||||
license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'],
|
license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'],
|
||||||
default_options : [
|
default_options : [
|
||||||
|
|
Loading…
Reference in New Issue