From 2d3095d3d4c4443ee1a7fbfab07a0f758d36e15d Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Tue, 9 Feb 2016 14:23:03 +0000 Subject: [PATCH] Annual changelog rotation. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1367 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 54 -------------------------------------------------- ChangeLog-2015 | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 54 deletions(-) create mode 100644 ChangeLog-2015 diff --git a/ChangeLog b/ChangeLog index edc27418..e69de29b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,54 +0,0 @@ -2015-12-15 Joerg Wunsch - - * avrdude.1 (-C): Do not suggest users might change the - default config file. It will be overwritten by updates. - -2015-12-09 Joerg Wunsch - - bug #46610: Floating point exception (core dumped) arch linux rpi2 - bug #46483: version 6.2. ser_open(): can't set attributes for device - * ser_posix.c: Back out change from patch #8380 - -2015-11-16 Joerg Wunsch - - * configure.ac: Bump for post-release 6.2. - -2015-11-16 Joerg Wunsch - - * configure.ac: Released version 6.2. - -2015-10-31 Joerg Wunsch - - Submitted by Martino Facchin: - bug #45727: Wrong atmega8u2 flash parameters - * avrdude.conf.in (ATmega8U2): correct page and block size - -2015-10-31 Joerg Wunsch - - Submitted by Pasquale Cocchini: - bug #46020: Add TIAO TUMPA to the conf file. - * avrdude.conf.in (tumpa): New entry. - -2015-10-31 Joerg Wunsch - - Submitted by Pasquale Cocchini: - bug #46021: Please add read in the memory lock section of ATtiny85 - * avrdude.conf.in (ATtiny25/45/85): add read pattern for lock bits - -2015-10-31 Joerg Wunsch - - * Makefile.am (libavrdude_a_SOURCES): reflect recent changes - (pgm.h is gone, config.h is new). - -2015-04-09 Joerg Wunsch - - bug #44717: avrdude creates empty flash dump - * update.c (do_op): When about to write an empty flash dump file, - warn about this to avoid surprises. - * avrdude.1: Document the truncation of trailing 0xFF bytes for - flash memory areas. - * doc/avrdude.texi: (Dito.) - -2015-04-09 Joerg Wunsch - - Annual ChangeLog rotation. diff --git a/ChangeLog-2015 b/ChangeLog-2015 new file mode 100644 index 00000000..edc27418 --- /dev/null +++ b/ChangeLog-2015 @@ -0,0 +1,54 @@ +2015-12-15 Joerg Wunsch + + * avrdude.1 (-C): Do not suggest users might change the + default config file. It will be overwritten by updates. + +2015-12-09 Joerg Wunsch + + bug #46610: Floating point exception (core dumped) arch linux rpi2 + bug #46483: version 6.2. ser_open(): can't set attributes for device + * ser_posix.c: Back out change from patch #8380 + +2015-11-16 Joerg Wunsch + + * configure.ac: Bump for post-release 6.2. + +2015-11-16 Joerg Wunsch + + * configure.ac: Released version 6.2. + +2015-10-31 Joerg Wunsch + + Submitted by Martino Facchin: + bug #45727: Wrong atmega8u2 flash parameters + * avrdude.conf.in (ATmega8U2): correct page and block size + +2015-10-31 Joerg Wunsch + + Submitted by Pasquale Cocchini: + bug #46020: Add TIAO TUMPA to the conf file. + * avrdude.conf.in (tumpa): New entry. + +2015-10-31 Joerg Wunsch + + Submitted by Pasquale Cocchini: + bug #46021: Please add read in the memory lock section of ATtiny85 + * avrdude.conf.in (ATtiny25/45/85): add read pattern for lock bits + +2015-10-31 Joerg Wunsch + + * Makefile.am (libavrdude_a_SOURCES): reflect recent changes + (pgm.h is gone, config.h is new). + +2015-04-09 Joerg Wunsch + + bug #44717: avrdude creates empty flash dump + * update.c (do_op): When about to write an empty flash dump file, + warn about this to avoid surprises. + * avrdude.1: Document the truncation of trailing 0xFF bytes for + flash memory areas. + * doc/avrdude.texi: (Dito.) + +2015-04-09 Joerg Wunsch + + Annual ChangeLog rotation.