ChangeLog 3.9 KB

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