You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesudo/ChangeLog

92 lines
2.3 KiB

KdeSudo 2.5.1
-----------
* Fixed build issue with gcc 4.3.0
Thanks to "big_gie" at archlinux for the patch
KdeSudo 2.5
-----------
* Fixed icon/name checking when starting an application by its full
path
* Fixed icon/name checking when using X-KDE-SubstituteUID
KdeSudo 2.4
-----------
* Deals correctly with antislashed quotes:
- Closes Launchpad #187053
* Fixed segfault due to double pclose() usage.
KdeSudo 2.3
-----------
* Fixed -u option working randomly, due to missing pclose
call when creating the Xauthority file.
KdeSudo 2.2
-----------
* A little issue with nonewdcop option has been fixed,
due to sudo removing some environment variables, causing
failure to use current dcopserver.
kdesudo 2.1
-----------
* Args parsing improved, to be compatible with gksu:
- Support now complicated command with parsed args
* Uses kprocess instead of shell process:
- kdesudo now supports processes detaching themselves
* Make -t a fake option for kdesu compatibility again:
- there is no point hiding StdOut...
* Code cleanup
kdesudo 2.0
-----------
* Args parsing mostly rewritten, fixes potential security issues.
* Connects to a PTY andc orrectly records the tty in /var/run/sudo
* "-s" option (aka -k for sudo) now works due to PTY connexion
* Option "-n" option isn't fake option for kdesu cmdline
compatibility anymore, and uses "nice" to set command priority.
* Added option "-r" for kdesu cmdline compatibility, uses
"nice" to force process priority to 50/100 (default)
* Added support for -t kdesu cmdline option, for terminal output
* Added support for -f kdesu cmdline option
* Added support for -n kdesu cmdline option, for non storing the password
* Added support for -r and -p kdesu cmdline option, for "nice" support
* KdeSudo closes correctly after 3 bad passwords given
* Fixes kcm modules support
kdesudo 1.4
-----------
* Removed debug code for -c option
kdesudo 1.3
-----------
* Change to using xauth to dynamically generate xauth-keys.
Frode M. Døving <frode@ubuntu.com>
* Fix vulnerability issue, as kdesudo didn't quote args
correctly.
kdesudo 1.2
-----------
* Don't use the user's $HOME, potentially corrupts files
kdesudo 1.1
-----------
* Fixed code to work with a mdern version of sudo
kdesudo 1.0
-----------
* Initial public release