ChangeLog 3.2 KB

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