| /trunk/ChangeLog r12 | /trunk/ChangeLog r32 | ||
| 1 | 2008-12-09 - 0.5.1 - Automagically lazy | ||
|---|---|---|---|
| 2 | * same as 0.5.0 plus auto tools magic | ||
| 3 | * desktop icon | ||
| 4 | * places a starter script | ||
| 5 | |||
| 1 | 2008-11-19 - 0.5.0 - Lazy edition | 6 | 2008-11-19 - 0.5.0 - Lazy edition |
| 2 | * uses a second thread for reading the accellerometer packets | 7 | * uses a second thread for reading the accellerometer packets |
| 3 | * drops Fabian's changes (not that they weren't good, just not | 8 | * drops Fabian's changes (not that they weren't good, just not |
| 4 | needed any more) | 9 | needed any more) |
| 5 | * adds flags (look at display_help() or ./rotate -h) | 10 | * adds flags (look at display_help() or ./rotate -h) |
| 6 | * drops packets with 0 value coordinates (I got bogus packets | 11 | * drops packets with 0 value coordinates (I got bogus packets |
| 7 | like that so I decided to drop them, if you feel you get good | 12 | like that so I decided to drop them, if you feel you get good |
| 8 | packets with 0 value, you can use '-0' as an argument to take | 13 | packets with 0 value, you can use '-0' as an argument to take |
| 9 | them in account). | 14 | them in account). |
| 10 | * top -d 1 -p <PID> shows 0.0% CPU usage (of omnewrotate) even | 15 | * top -d 1 -p <PID> shows 0.0% CPU usage (of omnewrotate) even |
| 11 | during rotation | 16 | during rotation |
| 12 | * seems to waste a little too much memory (some stuff could be | 17 | * seems to waste a little too much memory (some stuff could be |
| 13 | done with one number and bitwise operations instead of several | 18 | done with one number and bitwise operations instead of several |
| 14 | numbers, I wonder how much that will improve and if it's worth | 19 | numbers, I wonder how much that will improve and if it's worth |
| 15 | the effort...) | 20 | the effort...) |
| 16 | * only output outside of debug mode are real errors | 21 | * only output outside of debug mode are real errors |
| 17 | 22 | ||
| 18 | 2008-10-14 - 0.3.0 | 23 | 2008-10-14 - 0.3.0 |
| 19 | * dims while rotating and doesn't rotate if dimmed, sleeping for 5s | 24 | * dims while rotating and doesn't rotate if dimmed, sleeping for 5s |
| 20 | 25 | ||
| 21 | 2008-09-22 - 0.2.1 | 26 | 2008-09-22 - 0.2.1 |
| 22 | * more heuristic fixes (hopefully really fix when laying around, and | 27 | * more heuristic fixes (hopefully really fix when laying around, and |
| 23 | turned up) | 28 | turned up) |
| 24 | * workaround with alarm() for the accelerometer read-hang problem | 29 | * workaround with alarm() for the accelerometer read-hang problem |
| 25 | * sleeping for 100ms seems to get cpu usage quite low (0% to 0.9%) | 30 | * sleeping for 100ms seems to get cpu usage quite low (0% to 0.9%) |
| 26 | 31 | ||
| 27 | 2008-09-22 - 0.2.0 | 32 | 2008-09-22 - 0.2.0 |
| 28 | * greatly improves heuristics | 33 | * greatly improves heuristics |
| 29 | * fixed heuristics when laying around, and turned up | 34 | * fixed heuristics when laying around, and turned up |
| 30 | 35 | ||
| 31 | 2008-09-21 - 0.1.1 - First brown paper bag release | 36 | 2008-09-21 - 0.1.1 - First brown paper bag release |
| 32 | * improves heuristics | 37 | * improves heuristics |
| 33 | 38 | ||
| 34 | 2008-09-21 - 0.1.0 - First release. | 39 | 2008-09-21 - 0.1.0 - First release. |
| 35 | * makes some rotations | 40 | * makes some rotations |