forked from evertiro/cdm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog-before-0.6
60 lines (47 loc) · 1.71 KB
/
ChangeLog-before-0.6
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
Version 0.5.3 (2011-01-02)
- Fixed issues with console login
- Added support for hibernation
- Updated to better support consolekit 4.2
- Thanks to lambchops468 for his help
Version 0.5.2 (2010-01-24)
- Fixed race condition
- Fixed SHLVL incrementation
Version 0.5.1 (2010-01-23)
- Removed leftover code
- Added option to disable consolekit
Version 0.5 (2010-01-23)
- Changed the way the xstart function works
- Hopefully stabilized the xinitrc support
- General cleanup
Version 0.4.1 (2010-01-05)
- Fixed several stupid mistakes on my part
Version 0.4 (2010-01-03)
- Fixed CHANGELOG to better match standards
- Added proper utilization of exec
- Added checkyesno function to better handle creative responses in cdmrc
- Removed defaultwm option (unused)
- Added 'countfrom' option to allow CDM menus to start at 1
- Added 'usexinit' option to allow usage of ~/.xinitrc
- Added 'serverargs' option to allow passing custom options to the X server
- Massive code cleanup
- Thanks to jpryor for all his help!
Version 0.3.3 (2009-11-26)
- Fixed issue with gnome-session handler
Version 0.3.2 (2009-11-21)
- Added suspend option
Version 0.3.1 (2009-11-20)
- Added failsafe to startup script that overrides execution if
logged in as root
Version 0.3 (2009-11-18)
- Fixed X incrementing function (thanks Andrwe)
- Fixed an issue with allowshutdown off and allowconsole on
- Code cleanup (thanks Brisbin33)
- Fixed issue with profile.d execution order
Version 0.2 (2009-11-10)
- Added shutdown option
- Added ability to set login shell (fix for some foreign layouts)
Version 0.1b (2009-11-09)
- Minor feature addition
- No longer requires editing user files
Version 0.1 (2009-11-09)
- Initial release