ChangeLog 3.0 KB

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