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
|
1.114:
* Introduced --without-gtk option to ./configure to optionally disable GTK
functionality.
* Fixed typo in pam-panel-icon manual page.
* Updated translations.
1.113:
* Added support of --with-fexecve option to ./configure. If found on a system,
fexecve instead of exec* is used by userhelper. This should avoid possible
race conditions. Possible values are:
- "yes": force fexecve
- "no": force exec*
- anything else: use fexecve if possible (default)
1.112:
* Updated translations.
1.111:
* Updated translations.
1.110:
* INCOMPATIBLE CHANGE: The shutdown(8) wrapper script and the
$sysconfdir/security/console.apps/{halt,poweroff,reboot} configuration files
are not installed by this package. The contents have been moved to a
"sample" subdirectory in the tarball. Distributions are encouraged to
package such wrapping configuration along with the wrapped commands instead,
like they probably do for all other commmands.
* All commands now terminate on unexpected arguments intead of silently ignoring
them.
1.109:
* Fix build with glib >= 2.30.
* Remove a misleading space in from syslog records.
* Updated translations.
1.108:
* Report errors in text-mode authentication to stderr.
* Fix a rare crash in usermount.
* Stop using deprecated GTK+ functions.
1.107:
* Minor bug fixes.
* A man page fix by John Bradshaw <john@johnbradshaw.org>
* Updated translations.
1.106.1:
* Update translations.
1.106:
* Update translations.
* Minor code cleanups.
1.105:
* Make startup notification work.
* Use a better error message if the user runs out of attempts allowed by PAM.
1.104.2:
* Update translations.
1.104.1:
* Update translations.
1.104:
* Fix silent exit in some non-UTF-8 locales instead of PAM interaction.
1.103:
* Supply TTY name to PAM.
* Use root's supplementary groups.
* Call pam_secred() (e.g. adds support for pam_group.so).
* Update translations.
1.102:
* Add more man pages for consolehelper-gtk and pam-panel-icon.
* Minor fixes in other man pages.
* Update translations.
1.101
* Use GtkBuilder instead of libglade.
* Avoid some obsolete GTK+ interfaces.
* Update translations.
1.100
* Don't use interfaces deprecated in GTK+ 2.14.
1.99
* Support multi-line prompts.
1.98.1
* Update translations
1.98
* Support dialogs with no text entries.
* Left-justify prompts.
* Remove /usr/X11R6/bin from default path.
1.97
* Fix display of '_' in prompts.
1.96.1
* Update translations
1.96
* Remove code that overrides SELinux contexts of processes started by
userhelper.
1.95
* New home page at https://fedoraproject.org/usermode/ .
* Correctly preserve exit code when SESSION=yes
* Fix minor errors in the .desktop files
1.94
* Add support for including files from wrapper configuration files. Original
patch by Carlo de Wolf <cdewolf@redhat.com>.
1.93.1
* Allow building with startup notification support without libwnck
* Update translations
1.93
* Fix handling of PAM conversations with no questions
1.92
* Fix userhelper hangs in non-UTF8 locales.
* Fix unexpanded {prefix} strings embedded in executables if some directory
variables were not explicitly passed to configure.
* Add menu categories to desktop files
* Minor clean-ups and optimizations.
1.91.2
* Show the user we're authenticating as in an i18n-safe way.
1.91.1
* Update translations
1.91
* Preserve environment variables in consolehelper specified in the service
config file.
* Fix handling of empty pw_shell.
* Minor clean-ups and optimizations.
1.90
* Support LABEL= and UUID= in usermount and userformat.
* Fix an use of PAM data after free.
* Add a dialog caption when changing user password.
* Use less memory in pam-panel-icon until the icon is actually displayed.
* Don't use deprecated GTK+ widgets.
* Other minor bug fixes, clean-ups and optimizations.
1.89
* Preserve the exit status of processes executed by consolehelper.
|