forked from ddccontrol/ddccontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
49 lines (41 loc) · 1.88 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Version 0.4.2 - 2006-07-30
- Allow binary data in CAPS.
- Add more I2C busses to Intel 810-like chips.
- Fix gcc 4.0 and 4.1 compilation warnings.
- Added manual pages.
Version 0.4.1 - 2006-03-10
- Fix compilation error in Fedora Core 4 (may affect other distributions)
Version 0.4 - 2006-03-08
- New database version (3), supporting generic profiles for monitors.
- Add support for VIA and SiS chipsets (Thanks to Johannes Deisenhofer)
- Fix memory leaks using valgrind.
- Fix various compilation errors.
Version 0.3 - 2005-11-14
- Use GTK/GDK high-level API to determine current screen (instead of Xinerama API).
- Add Chinese translation (Thanks to "waq_cn").
- Add Gnome icon, thanks to 'lekma' on ddccontrol-users.
- Add a new Gnome Panel Applet to switch between monitor profiles (Thanks to Christian Schilling).
- Speed up gddccontrol loading by caching monitor list.
- Add new fullscreen patterns.
Version 0.2 - 2005-08-13
- Major changes in gddccontrol:
+ Add restore button for each control.
+ Add refresh button, and refresh all controls when needed.
+ Add support for profiles to save some controls values and restore them later.
+ Add a fullscreen pattern to adjust brightness and contrast.
- New database version, please upgrade ddccontrol-db.
Version 0.1.3 - 2005-07-15
- Add support for i810/i815/i830/i845/i855/i865/i915/i945 chipsets,
thanks to Chernyavskyy Valentin for his tests.
- Add Russian translation, thanks to Sergei Epiphanov.
Version 0.1.2 - 2005-06-08
- Fix a compilation error in Fedora Core 3.
Version 0.1.1 - 2005-06-07
- Add support for newest nVidia cards (e.g. GeForce 6200 TC).
- Build ddcpci statically for security reasons.
- Add status messages when gddccontrol loads.
- Display less error messages when devices are not usable.
- Fix compile error with latest kernel headers.
- Other minor fixes.
Version 0.1 - 2005-03-29
- Initial release