-
Notifications
You must be signed in to change notification settings - Fork 26
/
CHANGELOG
161 lines (136 loc) · 5.16 KB
/
CHANGELOG
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
lxqt-sudo-2.1.0 / 2024-11-05
=============================
* Add new env vars for `sudo`.
lxqt-sudo-2.0.0 / 2024-04-17
=============================
* Allow bidirectional communication with launched process.
* Avoid flushing empty line.
* Flush everything comming from child and optimize splitting of output.
* Ported to Qt6.
lxqt-sudo-1.4.0 / 2023-11-05
=============================
* Updated translations and bumped the version.
lxqt-sudo-1.3.0 / 2023-04-15
=============================
* Added support for doas(1) backend.
lxqt-sudo-1.2.0 / 2022-11-05
=============================
* Updated translations and bumped the version.
lxqt-sudo-1.1.0 / 2022-04-15
=============================
* Updated translations and bumped the version.
lxqt-sudo-1.0.0 / 2021-11-04
=============================
* Updated AUTHORS.
* Bumped minimum required Qt version to 5.15.
lxqt-sudo-0.17.0 / 2021-04-15
=============================
* Handled Qt5.15's deprecations.
lxqt-sudo-0.16.0 / 2020-11-01
=============================
* Use QFlags default constructor.
lxqt-sudo-0.15.0 / 2020-04-23
=============================
* sudo: Fix (re)setting HOME with sudo backend.
* sudo: Add TERM to allowed/preserved env vars.
* Build on NetBSD.
lxqt-sudo-0.14.1 / 2019-02-24
=============================
* Dont strip XAUTHLOCALHOSTNAME, it is required for lxqt-sudo to function
properly.
* Updated translations
* Note for packagers: lxqt-sudo now depends on liblxqt >= 0.14.1
lxqt-sudo-0.14.0 / 2019-01-25
=============================
* Implementation fixes:
- sudo: Force "C" locale for su/sudo
- sudo: Prevent malicious attempts for command injection
- sudo: Use better child ending logic
- sudo: Strip environment - Leave only required environment
variables (for X & locale) to get into the elevated child
process.
- sudo: Make critical error messages less obscure
- ui: Fixed the layout and line-break
* Improved cmake scripting
- Set cmake_minimum_required to 3.1.0
* Moved translations from lxqt-l10n back to lxqt-sudo
- Removed obsolete translation fuctionality
- Added translation promo in README.md
* Translation updates
lxqt-sudo-0.13.0 / 2018-05-21
=============================
* passworddialog.cpp: include QIcon explicitely
* CMake: Prevent in-source builds
* fix http -> https
* Fixed mentions of LXDE
lxqt-sudo-0.12.0 / 2017-10-21
=============================
* Release 0.12.0: Update changelog
* Set informal patch version
* Added basic .gitattributes
* Drops Qt5Core_VERSION_STRING
* set Qt::AA_UseHighDpiPixmaps to true
* Bump year
lxqt-sudo-0.11.1 / 2017-01-01
=============================
* Release 0.11.1: Update changelog
* Make CMakeLists.txt more uniform.
lxqt-sudo-0.11.0 / 2016-09-24
=============================
* Release 0.11.0: Add changelog
* Add README.md
* build: Forward translations parameters
* ts-files removal (#21)
* Remove translations (will be pulled in build time)
* Bump year
* Italian translation update
* Updated Russian translation Fix language and typos
* Add Russian translation
lxqt-sudo-0.10.0 / 2015-11-02
=============================
* Fix LICENSE file
* Fix starting pcmanfm-qt
* Preserve environment with sudo backend
* Update Slovak translation
* Updated translation template, updated german translation.
* Add a plus to AUTHORS license AUTHORS must match the files fixes lxde/lxqt/issues/784 fix typo choosen --> chosen
* lxqt-sudo: partial support for running cmd with arguments using su backend
* lxqt-sudo: unified processing logic for su & sudo into common code
* lxqt-sudo: lxsu & lxsudo symlinks for lxqt-sudo
* lxqt-sudo: added support for su(1) backend
* Add Polish translation
* Rename LxQt to LXQt everywhere
* Remove the country specific from language code.
* Add Greek (el) translation
* Created italian translation, fixed missing line <TS version="2.1" language="XX"> for _de.ts and -sk.ts
* Traditional Chinese translation
* Handles CMake policy CMP0063
* Use the LXQtCompilerSettings CMake module
* main: removed old useless define
* Adds Runtime install COMPONENT
* Coding style change
* Use target_compile_definitions()
* Use GNUInstallDirs
* Use CMAKE_AUTOUIC, drop qt5_wrap_ui()
* Use CMAKE_AUTOMOC, drop qt5_wrap_cpp()
* Use CMAKE_INCLUDE_CURRENT_DIR
* main: use standard liblxqt unix signal handling to quit
* Updates the build system to the Targets infrastructure
* German translation
* lxqt-sudo: licensing
lxqt-sudo-0.9.0 / 2015-06-10
============================
* lxqt-sudo: direct communication with sudo
* lxqt-sudo: use dialog-password icon
* lxqt-sudo: help & version info into stdout (instead of stderr)
* man: bug reporting link fixed
* lxqt-sudo: version parameter support
* lxqt-sudo: added sk translation
* lxqt-sudo: proper communication error messages to stderr
* lxqt-sudo: removed .desktop file
* lxqt-sudo: showing big "security-high" icon
* lxqt-sudo: help/usage added
* lxqt-sudo: information about sudo's failure
* lxqt-sudo: manual page
* lxqt-sudo: do not use -b for sudo (fixes some application starting problems)
* lxqt-sudo: new GUI frontend for sudo