-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
31 lines (24 loc) · 1.08 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
v1.0.6 - Not release yet
- *Important* Fix umask so that target proxy permissions are correct.
- Overwrite target proxy rather than appending to file.
v1.0.5 - 20/11/2015
- Clear LD_LIBRARY_PATH for the check_cert function to avoid surprises.
- Don't delete target proxy by default (for compatibility).
v1.0.4 - 19/03/2014
- Avoid calling raise to prevent the abrt process running.
- Added better debug logging to syslog.
v1.0.3 - 27/06/2013
- Check user can run sudo before actually attempting a switch.
- Made server choice deterministic based on client hostname.
- Delay retrying on ARGUS error to prevent flooding.
v1.0.2 - 18/06/2013
- Version command line option is now more useful.
- Errors are printed to stderr instead of stdout.
- Support for non-templated target/payload proxy names.
- Fix a bug that causes "No such file" almost instantly for some VOs.
- Raise the full exception on major internal errors.
v1.0.1 - 17/06/2013
- Minor fixes in the documentation.
- New GS_BLOCKED_USERS setting to ignore requests from certain accounts.
v1.0.0 - 15/06/2013
- Initial release.