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
|
libphidgets ChangeLog
=====================
2005-10-12 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Changed hotplug blacklisting to modprobe blacklisting
2005-07-19 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Added Czech translation for debconf templates. Thanks to Miroslav Kure.
2005-05-01 Martin F. Krafft (libphidgets@pobox.madduck.net)
- LED64 support patch by Martin Dengler <phidgets@xades.com>.
2005-04-26 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Added a new docbook.xsl path thanks to Martin Dengler
<phidgets@xades.com>.
- LED64 lsusb -vvv output by Martin Dengler <phidgets@xades.com>.
2004-04-05 Theodore Morse (ender5175@yahoo.com)
- Converted C++-style comments to C-style comments.
- Added Phidgets RFID support.
2005-02-25 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Added $PATH-style docbook stylesheet autodetection, inspired by Kevin
Godby. Thanks, Kevin!
2005-02-20 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Removed dependency on libswigpy, which is deprecated.
- integrated more patches by Andreas Jochens <aj@andaco.de> to fix
compilation issues with gcc 4. Thanks, Andreas!
2005-01-22 Jason Watson (jason.watson@agrios.net)
- Fixed phidget_interfacekit_digitalinputs_getcurrentstate()
It was actually writing all 0's to the digital outputs instead
of reading the digital inputs. Oops!
It now uses usb_interrupt_read(), and works as intended.
- Fixed phidget_interfacekit_digitaloutputs_getcurrentstate()
Seems to work most of the time, but I saw some incorrect results with repeated reads
- Improved the swig-java test program a bit. Now excercises inputs and outputs.
- Made phidgets_debug_stream go to stderr by default.
- TODO: can we start putting version numbers on libphidgets.so.0.0.0 ?
- Version 0.3.4-1
2005-01-16 Jason Watson (jason.watson@agrios.net)
- Added rpm spec file for building rpm packages
- Added swig-java directory and shell scripts to build it
- TODO: integrate the java build scripts into the libtool build process
- TODO: change configure to use --enable-swig-python and --enable-swig-java
or similar
2004-12-17 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Changed to using alternate hotplug integration style suggested by Greg KH
(of kernel fame).
- Added InterfaceKit to the hotplug script.
- Fixed the "variable-sized object may not be initialized" bug introduced in
the last edit.
- Added blacklisting file for phidgetservo kernel module.
2004-10-22 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Added Python bindings for the InterfaceKit.
- Added a German translation for the debconf templates.
2004-10-22 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Bumped version number to 0.3.0.
- Included files added by Jason in the autotools control files.
2004-10-21 Jason Watson (jason.watson@agrios.net)
- Added support for Phidgets InterfaceKits
Should work with the following versions:
- InterfaceKit 0/0/4
- InterfaceKit 0/16/16
- InterfaceKit 8/8/8
- InterfaceKit 0/5/7
- InterfaceKit 0/8/8
- exported some constants to includes/phidgets/constants.h
- created test_libphidgets_interfacekit test program
- tested using InterfaceKit 0/16/16
- Analog Inputs are currently unimplemented, but stubs are there
2004-09-15 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Fixed several non-POSIX uses of regular expressions in autotools files
- Replaced expr by $((...)) shell semantics
- Added override for autoconf Swig version check
2004-09-10 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Cleaned up Debian dependencies (pkg-config, libcurses5-dev)
- Changed to using po-debconf to allow localisation.
- Changed list addresses and contact information.
- Added a preliminary webpage for libphidgets: doc/www/index.html
libphidgets (0.2.8-4) unstable; urgency=low
2004-09-07 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Fixed Debian build dependencies.
2004-08-30 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Added autoconf check for gcc3, which is now required.
- Improved autoconf handling for swig.
- Updated Makefiles to use -fPIC.
2004-08-27 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Fixed permissions of hotplug scripts.
2004-07-24 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Added --disable-swig (default enabled) to configure to forcefully disable
the swig python wrapper.
2004-07-08 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Added small step support for quadservo-calibrate.
2004-05-26 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Renamed Python .so modules to proper _foo.so style.
- Added typehandling for FILE* to make set_debug_stream work.
- Added a simple program, $prefix/bin/phidget-quadservo-calibrate to help
find the extents of a servo motor. Heck, it even got a manpage...
2004-05-25 Martin F. Krafft (libphidgets@pobox.madduck.net)
- Added this ChangeLog
- Added a swig-generated Python wrapper.
- Replaced libphidgets-config with a pkg-config file
- Reworked the autotools files
Revision: $Id: ChangeLog,v 1.25 2005/10/12 10:49:52 krafft Exp $
# vim:ts=2:et
|