gpicd-0.1-1
===========
<giroudon at users.sourceforge.net>
	First official delivery

gpicd-0.1-2
===========
<giroudon at users.sourceforge.net>
	Fix missing package version display in the About window

gpicd-0.2-1
===========
<giroudon at users.sourceforge.net>
	Migrate to Glib2 and Gtk2.

	Fix a paging bug in the ICD monitor, which caused ICD to fail
	on PICs with more than 2k program memory

	Add the "Download Debug Monitor" option on both CLI and GUI.
	Disabling this option avoids downloading the ICD monitor each
	time the PIC is being programmed.

	Add the "Bulk Erase before Programming" option in the CLI.

	Fix a bug that caused the STATUS register display area to
	be truncated.

	Add PIC16F877 to the processor id database.

	Implement the ICD Monitor Download feature a bit more cleanly
	(by suppressing ugly code replications).

<yann_gouy at yahoo.fr>
	Add help commands in CLI.

gpicd-0.2-2
===========
<giroudon at users.sourceforge.net>
	Improve RPM packaging Makefile rules, and set default
	file permissions to root.

	Update User's Manual:
	- Add new configuration commands in CLI documentation
	- Update the list of reserved registers in the main page.
	- Replace old screenshots with Gtk2 ones

gpicd-0.3-1
===========
<giroudon at users.sourceforge.net>
	Fix erroneous addressing when reading register PCLATH and
	writing registers STATUS, PCLATH, FSR.

	Fix address computation in COD file loader.
	The problem occurs when using gputils >= 0.11.2

	Make the hardware interface fully configurable, so that
	it is possible to use virtually any parallel-port based ICSP
	interface.
	Two predefined configuration are proposed: native GPICD and
	Microchip Robert Spur's AN589. An editable Custom type is also
	available.
	The hardware configuration can be edited from both CLI and GUI.
