ChangeLog 3.4 KB

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