libphidgets ChangeLog
=====================

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.21 2005/04/17 18:02:32 krafft Exp $
