ChangeLog 3.5 KB

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