summaryrefslogtreecommitdiff
path: root/NEWS
blob: e88b43704988f7f9f0d2e2700e5d21ae34e723bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
### mate-polkit 1.28.0

  * Translations update
  * Fix meson build libexecdir to the correct path
  * drop categories from desktop file

### mate-polkit 1.27.1

  * Translations update
  * Add meson compilation support
  * Prefer building against Ayatana AppIndicator, but also support legacy Ubuntu Appindicator

### mate-polkit 1.27.0

  * Translations update
  * configure.ac: The macro 'AC_HELP_STRING' is obsolete
  * tx: update resource
  * tx: migrate config file
  * ci: drop -Wunused-parameter compiler cflag from debian build
  * build: show configure summary using a pretty format
  * Use a blank line at most
  * Fix segfault from gdk_x11_get_server_time if not on X11

### mate-polkit 1.26.0

  * Translations update
  * update copyright to 2021

### mate-polkit 1.25.0

  * Translations update
  * Remove USE_MATE2_MACROS from autogen.sh (legacy)
  * add git.mk to generate .gitignore
  * build: silent build warnings for distcheck

### mate-polkit 1.24.0

  * build: show warning flags on configure summary
  * build: warning flags are already defined
  * autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG
  * Translations update
  * migrate from intltool to gettext

### mate-polkit 1.23.0

  * Translations update
  * Migrate from GSimpleAsyncResult to GTask
  * [ci] Add cppcheck html report
  * drop deprecated gtk_dialog_get_action_area
  * Avoid deprecated g_type_class_add_private
  * polkitmateauthenticationdialog: avoid GtkStock
  * Change url project's website
  * [ci] Enable Clang Static Analyzer

### mate-polkit 1.22.0

  * Translations update
  * Initialize Travis CI support

### mate-polkit 1.21.0

  * Translations update
  * disable deprecation warnings for distcheck

### mate-polkit 1.20.0

  * Translations update
  * require GTK+ 3.22 and GLib 2.50
  * drop polkitgtkmate library and its docs

### mate-polkit 1.19.0

  * Translations update
  * Fix reshow/hide icon with statusnotifier
  * Restore Polish translation credits from GNOME
  * status-icon: don't use stock icons
  * polkitmateauthenticationdialog: avoid deprecated GtkAlignment
  * polkitmateauthenticationdialog: replace a GTK_STOCK deprecation

### mate-polkit 1.18.0

  * NEWS: use consistent, project wide, markdown-like formatting
    to make generating release announcements easier
  * Fix some GTK+ deprecations
  * Translations update

### mate-polkit 1.16.0

  * Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
    --with-gtk build option
  * Translations update

### mate-polkit 1.14.0

  * GTK+3: fix several deprecations
  * Translations update
  * Add Changelog generation

### mate-polkit 1.12.0

  * GTK+3: add support for application indicators as well
  * Some fixes and cleanups

### mate-polkit 1.10.2

  * Return error when authentication dialog is dismissed
  * Optionally use accountsservice to retrieve face
  * Add support for autorestart
  * Select the current user to authenticate by default
  * Add support for application indicators
  * Gtk3: Auth dialog: make the label wrap at 50 chars

### mate-polkit 1.10.1

  * Fix losing focus when displaying password prompt dialog.
  * Drop some deprecated GTK code and obsolete build marco.
  * Update translations.

### mate-polkit 1.10.0

  * Translations updates

### mate-polkit 1.8.0

  * Add GTK3 support