From c69627a87c80a6dde1d82c01f3bf0adce1cd4239 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sat, 1 Jan 2022 21:11:31 +0100 Subject: [PATCH] Update NEWS Structure has also been changed to use the Github terminology (issues and pull requests, rather than bugs and patches). --- NEWS | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d743f081..6473bf86 100644 --- a/NEWS +++ b/NEWS @@ -15,15 +15,39 @@ Changes since version 6.4: * New programmers supported: + - SerialUPDI (UPDI devices connected to serial port with few + passive parts) + - PicKit4 / SNAP (now also in ISP and PDI mode) - * Bugfixes: + * Issues fixed: + - Curiosity Nano and terminal mode #790 (only the actual bugs + reported) + - CMake doesn't correctly handle conditionals in avrdude.conf.in + #776 + - CMake doesn't detect FreeBSD's libusb-1.0 (compatibility) #775 + - CMake doesn't correctly handle conditionals in avrdude.conf.in + #776 - * Patches: + * Pull requests: + - GitHub Migration #765 + - Update toplevel files. #767 + - GitHub Migration part 2 #768 + - Remove 'windows' folder with giveio.sys driver #769 + - SerialUPDI implementation - release candidate 1 #772 + - Fix typos #777 + - Fix memory leaks #779 + - As promised, documentation for SerialUPDI programmer #782 + - Improve CMake project #783 + - Fix avr_read() for page reads #784 + - Serialupdi manpage #787 + - Add PicKit4 and SNAP programmers #791 * Internals: + - Development moved to Github + Version 6.4: