From 54838e3d523953e3ce4cea2319b2820c21d2c576 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 6 Aug 2018 13:15:21 +0800 Subject: [PATCH] Include TeleMega v3.0 firmware with releases Signed-off-by: Keith Packard --- Releasing | 2 ++ altosui/Makefile.am | 3 ++- altosui/altos-windows.nsi.in | 1 + doc/RELNOTES | 6 +++--- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Releasing b/Releasing index bd5f7647..a20b6dc0 100644 --- a/Releasing +++ b/Releasing @@ -17,6 +17,8 @@ These are Keith's notes on how to do a release - update the version and date in configure.ac if Bdale hasn't already + - follow instructions in doc/RELNOTES + - make sure there is a doc/release-notes-.inc - make sure doc/release-notes.inc points at that diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 805c5550..53bb2b00 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -141,7 +141,8 @@ FIRMWARE_TBT=$(FIRMWARE_TBT_1_0) $(FIRMWARE_TBT_3_0) $(FIRMWARE_TBT_4_0) FIRMWARE_TMEGA_1_0=$(top_srcdir)/src/telemega-v1.0/telemega-v1.0-$(VERSION).ihx FIRMWARE_TMEGA_2_0=$(top_srcdir)/src/telemega-v2.0/telemega-v2.0-$(VERSION).ihx -FIRMWARE_TMEGA=$(FIRMWARE_TMEGA_1_0) $(FIRMWARE_TMEGA_2_0) +FIRMWARE_TMEGA_3_0=$(top_srcdir)/src/telemega-v3.0/telemega-v3.0-$(VERSION).ihx +FIRMWARE_TMEGA=$(FIRMWARE_TMEGA_1_0) $(FIRMWARE_TMEGA_2_0) $(FIRMWARE_TMEGA_3_0) FIRMWARE_EMINI_1_0=$(top_srcdir)/src/easymini-v1.0/easymini-v1.0-$(VERSION).ihx FIRMWARE_EMINI=$(FIRMWARE_EMINI_1_0) diff --git a/altosui/altos-windows.nsi.in b/altosui/altos-windows.nsi.in index 23d6f6bd..be9fb433 100644 --- a/altosui/altos-windows.nsi.in +++ b/altosui/altos-windows.nsi.in @@ -136,6 +136,7 @@ Section "Firmware" File "../src/telebt-v4.0/telebt-v4.0-${VERSION}.ihx" File "../src/telemega-v1.0/telemega-v1.0-${VERSION}.ihx" File "../src/telemega-v2.0/telemega-v2.0-${VERSION}.ihx" + File "../src/telemega-v3.0/telemega-v3.0-${VERSION}.ihx" File "../src/easymini-v1.0/easymini-v1.0-${VERSION}.ihx" File "../src/easymini-v2.0/easymini-v2.0-${VERSION}.ihx" File "../src/easymega-v1.0/easymega-v1.0-${VERSION}.ihx" diff --git a/doc/RELNOTES b/doc/RELNOTES index 748d2b5b..e21f6f27 100644 --- a/doc/RELNOTES +++ b/doc/RELNOTES @@ -1,12 +1,12 @@ Creating documentation for a new release of AltOS +* Write release notes in release-notes-${version}.inc. Add to + Makefile + * Make sure that doc/altusmetrum-docinfo.xml has the right copyright year, and add release to the revision history at the front (release notes will be pulled in by release-notes.inc) -* Write release notes in release-notes-${version}.inc. Add to - Makefile - * Add references to that as appropriate from each of the documents: -- 2.30.2