diff options
-rw-r--r-- | util/fbautostart/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/util/fbautostart/ChangeLog b/util/fbautostart/ChangeLog index 7572194..d0867e8 100644 --- a/util/fbautostart/ChangeLog +++ b/util/fbautostart/ChangeLog | |||
@@ -1,3 +1,11 @@ | |||
1 | 2011-09-04 Paul Tagliamonte <paultag@ubuntu.com> | ||
2 | |||
3 | * Complete rewrite from scratch using a homebrewed stateful parsing model. | ||
4 | ak|ra was sure to note that `ragel' is the prefered solution, but I found out | ||
5 | that I actually hate `ragel' more then most things. | ||
6 | * The code has a few known bugs, but nothing fatal yet. This code is more stable | ||
7 | then the old fbautostart per-line parsing model. | ||
8 | |||
1 | 2011-04-09 Paul Tagliamonte <paultag@ubuntu.com> | 9 | 2011-04-09 Paul Tagliamonte <paultag@ubuntu.com> |
2 | 10 | ||
3 | * Fixed the license issue in the version and lecture | 11 | * Fixed the license issue in the version and lecture |