ChangeLog 3.8 KB

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