ChangeLog 3.7 KB

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