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
|
ikeyd (0.6.1) unstable; urgency=low
* Fix lintian errors.
-- Stefan Pfetzing <dreamind@dreamind.de> Sun, 14 Feb 2010 18:24:52 +0100
ikeyd (0.6.0) unstable; urgency=low
* The I'm using Mac OS X release.
* Missing close() in the function searching the event-device.
* Fixed the check for /dev/mixer, so that ikeyd still works if
there is no mixer. Closes: #173945
* Implement brightness controls.
* Fix for 2.6 kernels. Closes: #306197
-- Stefan Pfetzing <dreamind@dreamind.de> Sun, 29 Aug 2004 00:44:43 +0200
ikeyd (0.5.8) unstable; urgency=low
* Fixed warning about missing /dev/cdrom. Closes: Bug#137042
* Fixed warning about missing /dev/input/eventX, and try to load
the kernel module if /dev/input/eventX is missing. Closes: Bug#135280
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 7 Mar 2002 02:18:11 +0100
ikeyd (0.5.7) unstable; urgency=low
* Oops, there was a system call missing umounting the cdrom, fixed now.
-- Stefan Pfetzing <dreamind@dreamind.de> Fri, 15 Feb 2002 02:30:40 +0100
ikeyd (0.5.6) unstable; urgency=low
* Fixed the umount operation, now umounting the cdrom device, not
the mountpoint. Closes: #133864
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 14 Feb 2002 22:10:13 +0100
ikeyd (0.5.5-2) unstable; urgency=low
* Closes: #132503
-- Stefan Pfetzing <dreamind@dreamind.de> Tue, 5 Feb 2002 23:29:48 +0100
ikeyd (0.5.5-1) unstable; urgency=low
* Fixed the umount call, now uses /bin/umount, because using only the
function umount() does not remove the entry in /etc/mtab.
-- Stefan Pfetzing <dreamind@dreamind.de> Tue, 29 Jan 2002 11:15:00 +0100
ikeyd (0.5.4-1) unstable; urgency=low
* Fixed the malloc for the name of the event-device, was one byte too
short.
-- Stefan Pfetzing <dreamind@dreamind.de> Fri, 18 Jan 2002 00:05:44 +0100
ikeyd (0.5.3-1) unstable; urgency=low
* Added some things for vim's folding function.
* Fixed README.
-- Stefan Pfetzing <dreamind@dreamind.de> Mon, 14 Jan 2002 02:59:41 +0100
ikeyd (0.5.2-1) unstable; urgency=low
* Fixed postrm, postinst, prerm.
* Fixed handling an error while read(...).
* Fixed closing file-streams, not file descriptors.
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Jan 2002 05:02:14 +0100
ikeyd (0.5.1-1) unstable; urgency=low
* Fixed the umount call and added a new parameter --mountpoint
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 10 Jan 2002 05:02:14 +0100
ikeyd (0.5.0-2) unstable; urgency=low
* Fixed the SIGCHLD handler.
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 3 Jan 2002 23:18:10 +0100
ikeyd (0.5.0-1) unstable; urgency=low
* Complete rewrite.
* Does no longer depend on eject, libpopt and glib.
* Finally has a manpage.
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 3 Jan 2002 23:18:10 +0100
ikeyd (0.2.0-1) unstable; urgency=low
* Added a little delay to the cdrom-eject button.
* Cleaned things up a bit.
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 3 Jan 2002 23:18:10 +0100
ikeyd (0.1-3) unstable; urgency=low
* Depends now on eject
* Build-depends on libpopt-dev
-- Stefan Pfetzing <dreamind@dreamind.de> Tue, 25 Dec 2001 03:36:24 +0100
ikeyd (0.1-2) unstable; urgency=low
* Fixed several lintian issues
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 19 Oct 2001 02:40:34 +0200
ikeyd (0.1-1) unstable; urgency=low
* Initial Release.
-- Stefan Pfetzing <dreamind@dreamind.de> Thu, 18 Oct 2001 22:05:07 +0200
|