ChangeLog 2.6 KB

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