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
|
Thu Feb 8 20:11:41 2001 Sampo Niskanen <sampo.niskanen@iki.fi>
* released version 0.5.2, calling it "stable" on fm
Wed Feb 7 19:09:31 2001 Sampo Niskanen <sampo.niskanen@iki.fi>
* removed debian/ from the main distribution. This will be
maintained separately by Karl Soderstrom <ks@debian.org>
* ledcontrol.in: now searches multiple pipefiles for
suitable one
* finally wrote the last of the manpages
* mention the man pages in other docs
Tue Jan 30 20:02:39 2001 Sampo Niskanen <sampo.niskanen@iki.fi>
* changed example host of led_ping to somehost.example,
in accordance to RFC2606
Thu Jan 4 23:57:14 2001 Sampo Niskanen <sampo.niskanen@iki.fi>
* started making manpages
Wed Jan 3 19:10:28 2001 Sampo Niskanen <sampo.niskanen@iki.fi>
* released version 0.5.1
Mon Jan 1 17:18:33 2001 Sampo Niskanen <sampo.niskanen@iki.fi>
* changed all g_error's to G_ERROR's, which logs it on warning
level and then aborts. This avoids a stupid recursion in GLIB.
* ledd/pipe.c: checks existance of pipes before unlinking and
unlinks the pipes on exit
* ledd/ledd.c: the main loop now uses a GMainLoop
* configure-generated config.h is now actually used!
* syslog logging disabled if syslog not found at compile-time
Sun Dec 31 12:42:50 2000 Sampo Niskanen <sampo.niskanen@iki.fi>
* added log.c
* made syslog logging optional, added option for stderr logging
and no logging - all logging now uses GLIB functions
* added "log" configuration file option
* ledd/config.c: startup config file option now can include command
line arguments
* Happy New Year!!!
Fri Dec 22 21:51:49 2000 Sampo Niskanen <sampo.niskanen@iki.fi>
* ledd/led.c: optimized led_set to use minimum possible amount
of ioctl's, lowers load 5% on my machine
Fri Dec 15 17:46:09 2000 Sampo Niskanen <sampo.niskanen@iki.fi>
* tested load with Truespeed, horrified with the results
* led.c: added timeout, ttys opened only once per second - lowers
the load somewhat
Wed Dec 6 02:00:24 2000 Sampo Niskanen <sampo.niskanen@iki.fi>
* added "loop" option to animation sequence - not in documentation yet
* added test-* files for "make test"
Tue Dec 5 21:24:04 2000 Sampo Niskanen <sampo.niskanen@iki.fi>
* ledd now uses GSLists exclusively - added gslist.c, removed list.c
Thu Nov 30 23:24:48 2000 Sampo Niskanen <sampo.niskanen@iki.fi>
* released version 0.5.0
Tue Nov 28 01:16:15 2000 Sampo Niskanen <sampo.niskanen@iki.fi>
* added debian/prerm
* fixed a few bugs in scripts, renamed USE_BACKGROUND to
USE_BACKGROUNDING
* added "make deb" for clean .deb creation
Sat Nov 25 15:41:15 2000 Sampo Niskanen <sampo.niskanen@iki.fi>
* fixed sysv-scripts for pidfile
* corrected command-line options
Thu Nov 23 00:15:06 2000 Sampo Niskanen <sampo.niskanen@iki.fi>
* modified configure.in / *.in massively (less command-line options,
nicer shell checking, etc.)
* rewrote startup.sh to the new specs and to have a separate
config file
* everything is now logged to syslog.
Wed Nov 22 03:15:14 2000 Sampo Niskanen <sampo.niskanen@iki.fi>
* added pidfile support.
* renamed startup.c to config.c, moved stuff from ledd.c to startup.c
* ledd handles several pipes and scripts nicely.
* startup script interface changed to only use stdout/stderr
for communacation.
* added file PROBLEMS, added comment about it in TODO and Makefile.am
Wed Nov 22 00:35:03 EET 2000 Sampo Niskanen <sampo.niskanen@iki.fi>
* I decided to keep the ChangeLog better updated, since I have no
idea what I have been doing previously.
* change ChangeLog formatting a bit to make it more emacs-friendly
XXX Sampo Niskanen <sampo.niskanen@iki.fi>
* ledcontrol now uses different sysv-scripts on different distros.
Sun Jun 4 18:33:03 EEST 2000
* Cleaned up ledd-sysv.in so supporting other systems (Debian
etc.) is now easy.
Sat Jun 3 19:01:08 EEST 2000
* gled finished.
* Cleaned up a LOT in ledd/parse.c. It's now relatively simple
to add features.
* Modified and cleaned up sysv-init related configuring.
* Added versioning to startup.sh/ledd.conf.
* Added file Coding to explain the favored coding style etc.
* Release 0.4.0
Sun Apr 16 19:14:35 EEST 2000
* Added options "dutycycle" and "frequency" to the "set" command.
* Added "nop" command.
* Added sysvinit support.
* Better (hopefully) documentation in startup.sh
* Added options STARTUP_ANIM and USE_BACKGROUND to startup.sh and
backgrounding support to ping.sh
* Changed load.sh to use arbitrary number returning.
* Added script netload.sh
* Added usleep program into scripts/
* Release 0.3.0
Sat Mar 25 18:56:53 EET 2000
* Better handling of delays in startup.sh
* Fixed bug in load.sh
* Added scripts file.sh and size.sh
* Moved main documentation to MANUAL, README is now a short file
worth reading.
* Release 0.2.1
Thu Mar 9 21:20:52 EET 2000
* Total rewrite of ledcontrol. Now includes a separate daemon that
takes care of the actual LEDs and scripts that control what it
lights.
* Release 0.2.0
--- THIS IS PRE-0.2.0 AREA ---
Thu Feb 3 01:06:45 EET 2000 Sampo Niskanen <sampo.niskanen@iki.fi>
* added ledcontrol.conf.sample, checknet
* First public release - version 0.1.0
Wed Jan 5 17:23:23 EET 2000 Sampo Niskanen <sampo.niskanen@iki.fi>
* Initial version 0.0.1 - not public yet.
* Includes functions and, or, xor, not, true, false, mem, load, shell
|