diff options
author | Keith Packard <keithp@keithp.com> | 2018-08-06 13:15:21 +0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-08-06 13:25:12 +0800 |
commit | 54838e3d523953e3ce4cea2319b2820c21d2c576 (patch) | |
tree | 475e7d8bc383f053a08bfedec308bb368cffcdb5 | |
parent | 55302673a3bff29ac8cd4c7656a410ba3c182845 (diff) |
Include TeleMega v3.0 firmware with releases
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | Releasing | 2 | ||||
-rw-r--r-- | altosui/Makefile.am | 3 | ||||
-rw-r--r-- | altosui/altos-windows.nsi.in | 1 | ||||
-rw-r--r-- | doc/RELNOTES | 6 |
4 files changed, 8 insertions, 4 deletions
@@ -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-<version>.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: |