-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
238 lines (194 loc) · 7.58 KB
/
changelog
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
yawls (1.2.2) stable; urgency=low
* New upstream release
* Update GUI
- Split GUI windows into separate classes
- Update configuration entries after reset
* Update yawls_cli.sh
- Add better SIGTERM/SIGINT support (LP: #1475841)
* Update engine/Brightness.java
- Improved performance
* Update translations
* Add backlight device interface
- Make it possible to add other backlight control methods.
* Add engine/MinMaxContainer.java
-- Dominik Brämer <thedsweb@googlemail.com> Sun, 06 Sep 2015 14:32:16 +0100
yawls (1.2.1) stable; urgency=low
* New upstream release
* Update bulid.sh
- Merge GUI and CLI versions
* Update build.xml
- To prevent some build errors
* Update gui/Show.java
- Revamped GUI (LP: #1433997)
- Fix wrong logrotate config (LP: #1470463)
- Fix log level is not saved via GUI
* Update util/SingleInstance.java
- Rename to LockFile.java
- Can now handle more than one lock file
* Update debian/yawls.init
- iosched and procsched removed
* Add util/ReadParallel.java and util/WriteParallel.java
- Read and write with worker processes
* Add engine/Fade.java
- Smoother change between brightness level
* Add gui/ValueDaemon.java
- Update camera stats every second
* Add main/Debug.java
- Create logfile for debugging
-- Dominik Brämer <thedsweb@googlemail.com> Fri, 17 Jul 2015 13:05:54 +0100
yawls (1.1.2) stable; urgency=low
* New upstream release
* Update src/*
- Add license header to all Java files
- Improve Java Convention
* Add policykit file
- Move from gksudo to pkexec
- Update yawls_gui.sh
* Update debian/control
- Add version range for libgtk-3-0 (3.10 < 3.14)
* Upadte main/Yawls.java
- Add daemon/BrightnessDaemon.java, daemon/Tools.java
* Update engine/Brightness.java
- Improved performance
* Update engine/Face.java
- Improved performance
* Update error/IllegalArgumentINConfig.java
- Change name to IllegalArgumentINConfigException
* Upadte error/NoBacklightDeviceFound.java
- Change name to NoBacklightDeviceFoundException
* Update yawls_cli.sh
- Improved memory footprint of yawls Java instance
- Fix PID file error if not run as root (LP: #1424250)
- Fix PID file doesn't save program ID (LP: #1425129)
-- Dominik Brämer <thedsweb@googlemail.com> Sun, 22 Mar 2015 15:31:16 +0100
yawls (1.1.1) stable; urgency=low
* New upstream release
* Update build.xml
- Use reference for libopencv
* Update debian/control
- Add libopencv2.4-java as dependency
* Update yawls_cli.sh
- Add workaround for broken opencv symlinks on some systems
* Update debian/yawls-cli.links
* Update debian/yawls-gtk.links
-- Dominik Brämer <thedsweb@googlemail.com> Sat, 21 Feb 2015 16:25:00 +0100
yawls (1.1.0) stable; urgency=low
* New upstream release
* Add gui/Show.java, util/Check.java
- Make config editable on-the-fly
- Add calibration wizzard
* Add yawls_cli.sh, yawls_gui.sh
- Make daemon more robust
- Add workaround for GTK error
* Add engine/Stable.java
- Add stable light conditions detection function to improve battery impact
* Add error/IllegalArgumentINConfig.java, error/NoBacklightDeviceFound.java
* Add Yawls.desktop, yawls_icon_64x64.png
* Add yawls_about.glade, yawls_calibrate.glade
* Add yawls_error.glade, yawls_gui.glade
* Update debian/control
- Split into two versions (CLI, GUI)
* Update debian/rules
* Update build.xml, build.sh
- Make builds more stable
* Update manual
- Manual is now translateable
- Add that daemon mode is now default
* Update util/Translate.java, util/Database.java
* Update main/Yawls.java
- Improved daemon mode
- Add -g, --gui options
* Update engine/Brightness.java
- Improve automatic camera calibration
* Update util/GeneratePath.java
- Improve BestType function to make backlight type detection more stable
-- Dominik Brämer <thedsweb@googlemail.com> Fri, 20 Feb 2015 15:04:48 +0100
yawls (1.0.1) stable; urgency=low
* New upstream release
* Add OpenCV PPA for precise compatibility
* Change src/*
- Improved Java Convention
* Update src/engine/Brightness.java
- Fix does not internally store the last ambient brightness (#1411946)
- Fix screen dim while camera is used by another program (#1409247)
- Fix Problem with auto-calibration (#1416639)
- Change reference value type to double to improve reference calculation
* Update src/engine/Face.java
- Optimze face detection
* Update src/util/Database.java, src/util/Config.java
- Change path of config file
* Update src/util/GeneratePath.java
- Add bestType detection for GeneratePath
* Update src/util/Translation.java
- Add gettext library for easier translations and translation integration
- Update build.sh
- Update build.xml
* Add src/engine/Threshold.java
- Add Threshold to config for brightening and darkening
* Update debian/compat
- Bump Version to 9
* Update debian/rules
- Add override for update-rc to install init script without activation
* Update debian/control
- Bump debhelper Version to >= 9
- Add Homepage URL
- Add Version Control System URLs
* Update debian/yawls.install
- Remove unneeded path
* Add debian/yawls.postrm.debhelper and debian/yawls.prerm.debhelper
- For a cleaner uninstall if daemon is added to defaults by the user
* Update debian/changelog
- Changelog is now more detailed
* Update man/yawls.*
- Path correction of config files
-- Dominik Brämer <thedsweb@googlemail.com> Fri, 23 Jan 2015 17:00:28 +0100
yawls (1.0.0) stable; urgency=low
* New upstream release
- Clean up dependencies
- Add possibility to translate the program
- Add translated man pages
- Add translation for german (program and man page)
- Add config file for daemon (/etc/default/yawls.properties)
- Add option to detect Faces
- Add option to change scan interval
- More battery friendly
-- Dominik Brämer <thedsweb@googlemail.com> Fri, 29 Dec 2014 12:45:31 +0100
yawls (0.0.8.2) stable; urgency=low
* New upstream release
- Corrected example in manual file
-- Dominik Brämer <thedsweb@googlemail.com> Sun, 21 Dec 2014 19:14:21 +0100
yawls (0.0.8.1) stable; urgency=low
* New upstream release
- quick fix
-- Dominik Brämer <thedsweb@googlemail.com> Sun, 21 Dec 2014 16:42:00 +0100
yawls (0.0.8) stable; urgency=low
* New upstream release
- Enhanced brightness level classification
- Performance optimizations
- Add daemon mode
- Add init.d script
- Updated Manual
-- Dominik Brämer <thedsweb@googlemail.com> Sat, 20 Dec 2014 16:52:18 +0100
yawls (0.0.7.2) stable; urgency=low
* New upstream release
- fixed brightness level classification
-- Dominik Brämer <thedsweb@googlemail.com> Mon, 15 Dec 2014 12:13:27 +0100
yawls (0.0.7.1) stable; urgency=low
* New upstream release
- Add compatibility for Ubuntu 14.10
- Corrected the calculation of the minimum brightness level
-- Dominik Brämer <thedsweb@googlemail.com> Sun, 14 Dec 2014 17:03:23 +0100
yawls (0.0.5) stable; urgency=low
* New upstream release
- Add man page
-- Dominik Brämer <thedsweb@googlemail.com> Sat, 13 Dec 2014 19:23:39 +0100
yawls (0.0.4) stable; urgency=low
* New upstream release
- Add second brightness check if the
current value and the previous one
are very different
- code clean ups
-- Dominik Brämer <thedsweb@googlemail.com> Sat, 13 Dec 2014 12:47:09 +0100
yawls (0.0.1) stable; urgency=low
* Initial release
-- Dominik Brämer <thedsweb@googlemail.com> Fri, 12 Dec 2014 21:41:14 +0100