ChangeLog 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. 1.3.3 - 2012.02.22
  2. * Change build system to CMake.
  3. * Add support ConsoleKit.
  4. * Fix some bugs....
  5. 1.3.2 - 2010.07.08
  6. * Add support xauth secret.
  7. * Add xnest_debug mode.
  8. 1.3.1 - 2008.09.26
  9. * Added focus_password config option for focusing password
  10. automatically when default_user is enabled
  11. * Added auto_login option
  12. * Fixed uninitialized daemonmode, see
  13. http://www.freebsd.org/cgi/query-pr.cgi?pr=114366
  14. * Fixed maximum length for password
  15. * Introduced customization options for session text:
  16. font, colors, position, shadows.
  17. 1.3.0 - 2006.07.14
  18. * Added PAM support by Martin Parm
  19. * Fixed segfault on exit when testing themes. Thanks
  20. to Darren Salt & Mike Massonnet
  21. * Fixed vt argument detection, thanks to Henrik Brix Andersen
  22. * Corrected reference to input_color in the default theme
  23. * Fixed default shell setting
  24. * Fix segfault when calling XCloseDisplay(NULL); thanks Uli Schlachter
  25. 1.2.6 - 2006.09.15
  26. * Bug #008167: Update pid when in daemon mode
  27. * Fixed warnings when compiling with -Wall. Thanks to
  28. KIMURA Masaru
  29. * Fixed major memory leaks with repeated login (bug #007535)
  30. 1.2.5 - 2006.07.24
  31. * hiding of the cursor is now an option (disabled
  32. by default) since some WMs does not re-initialize
  33. the root window cursor.
  34. * The X server is restarted when the user logs out.
  35. This fixes potential security issues with user-launched
  36. apps staying attached to the root window after logout.
  37. * Bug #7432 : Added proper Xauth authentication: the X server
  38. is started with the -auth option and the user who logs
  39. in has his .Xauthority file initializated.
  40. 1.2.4 - 2006.01.18
  41. * Added commands for session start and stop
  42. (i.e. for session registering)
  43. * Added automatic numlock on/off option
  44. * Support for numpad Enter key
  45. * Restored support for daemon option in the config
  46. file.
  47. * Lock file now uses process id, no more false
  48. locking (thanks to Tobias Roth)
  49. 1.2.3 - 2005.09.11
  50. * Added FreeBSD, NetBSD, OpenBSD support
  51. * Replaced autotools with plain makefile(s)
  52. * Added 'suspend' command (untested, we don't use it)
  53. * Added support for %theme variable in login command
  54. 1.2.2 - 2005.05.21
  55. * fix panel drawing on screens <= 1024x768
  56. * Don't start X server unless valid theme found
  57. * revert to 'default' of invalid theme specified
  58. * try all themes from a set if one doesn't work
  59. 1.2.1 - 2005.05.17
  60. * draw input directly on panel
  61. 1.2.0 - 2005.05.16
  62. * added theme preview (slim -p /path/to/theme)
  63. * added JPEG support for panel image
  64. * added 'center' background type and 'background_color' option
  65. * added text shadow
  66. * added warning when execution of login command fails
  67. * Fix login failure when no shell specified in /etc/passwd
  68. * Print error when login command execution fails
  69. * add XNEST_DEBUG ifdef's to allow for easy debugging
  70. * Add support for Ctrl-u and Ctrl-w
  71. * Add 'vt07' to server arguments if not already specified
  72. * Removes daemon option from the config file. Use slim -d
  73. * Allow 'current_theme' to be a set of themes, choose randomly
  74. * Change default theme
  75. 1.1.0 - 2004.12.09
  76. * error messages for X11 apps are no longer redirected
  77. to the log file
  78. * fixed text position for default theme
  79. * added configurable shutdown and reboot messages
  80. * separated 'Enter username' and 'Enter password' messages
  81. position.
  82. * due to the previous two points, the theme format has
  83. slightly changed
  84. 1.0.0 - 2004.12.07
  85. * First public SLiM release