From 58233bbed41e36be2ae03c0d9cf4a2ca9c406e03 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Thu, 3 Nov 2005 22:41:18 +0000 Subject: [PATCH] Update Changelog. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@543 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/avrdude/ChangeLog b/avrdude/ChangeLog index 254c3592..4eea52dc 100644 --- a/avrdude/ChangeLog +++ b/avrdude/ChangeLog @@ -1,3 +1,15 @@ +2005-11-03 Joerg Wunsch + + Add ecpp(7D) (parallel port) for Solaris. + * configure.ac: add Solaris' default parallel port. + * linux_ppdev.h: change parallel port access to the new style. + * freebsd_ppi.h: New file, abstract FreeBSD's ppi(4). + * solaris_ecpp.h: New file, abstract Solaris' ecpp(7D). + * par.c: change header inclusion sequence. + * pgm.h: remove obsolete ppi_claim() and ppi_release() dummies. + * ppi.c: change header inclusion sequence, use new parport + abstraction, drop obsolete dummy implementation. + 2005-11-02 Joerg Wunsch * config.h: change YYSTYPE to be a single word, to work around