You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2022/04/22 12:06:45 UTC

[mynewt-newtmgr] branch master updated: Prepare for Mynewt 1.10.0 release

This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git


The following commit(s) were added to refs/heads/master by this push:
     new c3cc444  Prepare for Mynewt 1.10.0 release
c3cc444 is described below

commit c3cc444a278471b5ca5293607526e05295ded0e4
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Fri Apr 22 10:18:06 2022 +0200

    Prepare for Mynewt 1.10.0 release
---
 NOTICE             | 2 +-
 RELEASE_NOTES.md   | 8 ++------
 newtmgr/newtmgr.go | 2 +-
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/NOTICE b/NOTICE
index 20a92e2..d2c51ba 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Mynewt
-Copyright 2015-2020 The Apache Software Foundation
+Copyright 2015-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 377b4f0..1acb11c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-24 March 2021 - Apache Newtmgr v1.9.0
+20 April 2022 - Apache Newtmgr v1.10.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -10,11 +10,7 @@ remote devices running the Mynewt OS. It uses a connection profile to establish
 a device and sends command requests to the device.
 Thew newtmgr tool is documented at http://mynewt.apache.org/latest/newtmgr/overview/
 
-New features in this version of newtmgr include:
-
-* support for MacOS Mojave/Catalina
-* DFU speed optimizations
-* various bugfixes
+No new features in this version.
 
 If working on next-generation build and source package management systems
 sounds exciting to you, get in touch, by sending a mail to the Apache Mynewt
diff --git a/newtmgr/newtmgr.go b/newtmgr/newtmgr.go
index a819b7b..015a8bf 100644
--- a/newtmgr/newtmgr.go
+++ b/newtmgr/newtmgr.go
@@ -77,7 +77,7 @@ func main() {
 		ExeName:       "newtmgr",
 		ShortName:     "Newtmgr",
 		LongName:      "Apache Newtmgr",
-		VersionString: "1.10.0-dev",
+		VersionString: "1.10.0",
 		CfgFilename:   ".newtmgr.cp.json",
 	}