You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2017/11/30 21:44:31 UTC

[mynewt-newt] branch 1_3_0_dev updated (825ab33 -> 1113413)

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

utzig pushed a change to branch 1_3_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git.


    from 825ab33  Update release to 1.3.0
     new c9cad89  Update create-image examples to version 1.3.0
     new 1113413  Update RELEASE_NOTES for 1.3.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE_NOTES.md       | 2 +-
 newt/cli/image_cmds.go | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-newt] 02/02: Update RELEASE_NOTES for 1.3.0

Posted by ut...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch 1_3_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git

commit 1113413cbb259ebb4ded4a6dd706046435864ee9
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu Nov 30 19:41:26 2017 -0200

    Update RELEASE_NOTES for 1.3.0
    
    Signed-off-by: Fabio Utzig <ut...@apache.org>
---
 RELEASE_NOTES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6e427fa..0301501 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-5 September 2017 - Apache Newt v1.2.0
+30 November 2017 - Apache Newt v1.3.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.

[mynewt-newt] 01/02: Update create-image examples to version 1.3.0

Posted by ut...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch 1_3_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git

commit c9cad89f55d5c95bceb6f083afa53dd6a0bb8c08
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu Nov 30 19:40:38 2017 -0200

    Update create-image examples to version 1.3.0
    
    Signed-off-by: Fabio Utzig <ut...@apache.org>
---
 newt/cli/image_cmds.go | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/newt/cli/image_cmds.go b/newt/cli/image_cmds.go
index 81bd5bd..5c4e63d 100644
--- a/newt/cli/image_cmds.go
+++ b/newt/cli/image_cmds.go
@@ -145,10 +145,10 @@ func AddImageCommands(cmd *cobra.Command) {
 
 	createImageHelpText += "Default image format is version 1.\n"
 
-	createImageHelpEx := "  newt create-image my_target1 1.2.0\n"
-	createImageHelpEx += "  newt create-image my_target1 1.2.0.3\n"
-	createImageHelpEx += "  newt create-image my_target1 1.2.0.3 private.pem\n"
-	createImageHelpEx += "  newt create-image my_target1 1.2.0.3 private.pem 5\n"
+	createImageHelpEx := "  newt create-image my_target1 1.3.0\n"
+	createImageHelpEx += "  newt create-image my_target1 1.3.0.3\n"
+	createImageHelpEx += "  newt create-image my_target1 1.3.0.3 private.pem\n"
+	createImageHelpEx += "  newt create-image my_target1 1.3.0.3 private.pem 5\n"
 
 	createImageCmd := &cobra.Command{
 		Use:     "create-image <target-name> <version> [signing-key [key-id]]",

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.