Newer
Older
brightd / ChangeLog
  1. * brightd-0.4_beta4 (21. Jul 2007)
  2.  
  3. 21. Jul 2007; Phillip Berndt brightd.c brightd.1:
  4. -e does not need to contain event anymore, since
  5. some people do not have event files
  6.  
  7. 09. Jul 2007; Phillip Berndt brightd.c brightd.1:
  8. Brightness file is only opened once now
  9.  
  10. * brightd-0.3_beta2 (08. July 2007)
  11.  
  12. 08. Jul 2007; Phillip Berndt brightd.c:
  13. Modified tge way -f works, can be used twice now
  14.  
  15. 08. Jul 2007; Phillip Berndt brightd.c brightd.1:
  16. event sources may now be filtered to prevent brightd from using undesired
  17. sources such as hdaps (reported by
  18. Hannes von Haugwitz <hannes@vonhaugwitz.com>)
  19. Also brightd will now attempt to connect to an open X-server
  20. before waiting for one to appear
  21.  
  22. * brightd-0.4_beta2 (07. July 2007)
  23.  
  24. 07. Jul 2007; Phillip Berndt brightd.c:
  25. Fading must not be that fast as the kernel's backend seems
  26. to be too slow
  27.  
  28. * brightd-0.4_beta1 (06. July 2007)
  29.  
  30. 06. July 2007; Phillip Berndt brightd.c:
  31. Rewrote nearly the entire code to implement the
  32. new exterimental stuff. This code should raise
  33. nearly no cpu wakeups anymore
  34. Since this is a big change, I'll release this
  35. as 0.4_beta1 and skip 0.3.
  36.  
  37. 05. July 2007; Phillip Berndt brightd.c:
  38. Switched to an experimental branch:
  39. The code will now use /dev/input/event* to
  40. check for user activity
  41.  
  42. 05. May 2007; Phillip Berndt brightd.c:
  43. Added a -x parameter which will cause brightd
  44. to wait for an X11-session to be opened if it
  45. does not find one.
  46.  
  47. 29. Apr 2007; Phillip Berndt brightd.c:
  48. Fixed some typos
  49.  
  50. 28. Apr 2007; Phillip Berndt brightd.c:
  51. Fixed a minor bug which produced a warning when
  52. compiling with -Wall
  53.  
  54. 28. Apr 2008; Phillip Berndt Makefile:
  55. brightd will now be built with debugging information
  56. by default and will use any $CFLAGS specified in the
  57. environment
  58.  
  59. *brightd-0.2 (26. Apr 2007)
  60.  
  61. 26. Apr 2007; Phillip Berndt brightd.c:
  62. The default class is no longer "ibm" but the first
  63. directory entry in the backlight directory
  64. Since 2.6.22 will rename the "ibm" class, I'll
  65. release this as 0.2 now.
  66.  
  67. 26. Apr 2007; Phillip Berndt brightd.1:
  68. Replaced 1000 µs with 1 ms to prevent encoding
  69. problems on non-unicode systems
  70.  
  71. *brightd-0.1 (15. Apr 2007)
  72.  
  73. 15. Apr 2007; Phillip Berndt brightd.c:
  74. brightd does use the sys-Interface now.
  75. (Thanks to Evgeni Golov <sargentd at die-welt dot net> for reporting)
  76. Added a manpage
  77.  
  78. 26 Feb 2007; Phillip Berndt brightd.c:
  79. Fixed a typo
  80. Added #include <string.h> to remove a warning
  81. (Thanks to Thomas Ohms for reporting.)