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 2020/04/09 14:54:12 UTC

[mynewt-newt] branch master updated (2623dad -> c5d1e42)

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

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


    from 2623dad  run: Fix options parsing for newt run (#393)
     new 32b9578  Apache Mynewt 1.8.0 release
     new 11d9f63  Fixes for 1.8 release
     new c5d1e42  Bump version to 1.9.0-dev

The 3 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:
 LICENSE                   | 99 -----------------------------------------------
 NOTICE                    |  2 +-
 RELEASE_NOTES.md          |  2 +-
 newt/newtutil/newtutil.go |  4 +-
 4 files changed, 4 insertions(+), 103 deletions(-)


[mynewt-newt] 01/03: Apache Mynewt 1.8.0 release

Posted by ja...@apache.org.
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-newt.git

commit 32b9578efd1bb619c010a0c6804fbd4cc7820d13
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed Mar 18 14:47:11 2020 +0100

    Apache Mynewt 1.8.0 release
---
 RELEASE_NOTES.md          | 2 +-
 newt/newtutil/newtutil.go | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d2b9dcf..2bce938 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-04 June 2018 - Apache Newt v1.4.0
+18 March 2029 - Apache Newt v1.8.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 7dcd91c..07c7e1e 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -29,12 +29,12 @@ import (
 	"mynewt.apache.org/newt/util"
 )
 
-var NewtVersion = Version{1, 7, 9900}
-var NewtVersionStr = "1.8.0-dev"
+var NewtVersion = Version{1, 8, 0}
+var NewtVersionStr = "1.8.0"
 var NewtGitHash = "unknown"
 var NewtDate = "unknown"
 
-var NewtBlinkyTag string = "master"
+var NewtBlinkyTag string = "mynewt_1_8_0_tag"
 var NewtNumJobs int
 var NewtForce bool
 var NewtAsk bool


[mynewt-newt] 03/03: Bump version to 1.9.0-dev

Posted by ja...@apache.org.
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-newt.git

commit c5d1e422bfa335b3b58589eca2401ec3616e889e
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Thu Apr 9 14:27:56 2020 +0200

    Bump version to 1.9.0-dev
---
 newt/newtutil/newtutil.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 07c7e1e..9493931 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -29,12 +29,12 @@ import (
 	"mynewt.apache.org/newt/util"
 )
 
-var NewtVersion = Version{1, 8, 0}
-var NewtVersionStr = "1.8.0"
+var NewtVersion = Version{1, 8, 9900}
+var NewtVersionStr = "1.9.0-dev"
 var NewtGitHash = "unknown"
 var NewtDate = "unknown"
 
-var NewtBlinkyTag string = "mynewt_1_8_0_tag"
+var NewtBlinkyTag string = "master"
 var NewtNumJobs int
 var NewtForce bool
 var NewtAsk bool


[mynewt-newt] 02/03: Fixes for 1.8 release

Posted by ja...@apache.org.
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-newt.git

commit 11d9f63c61fffa9b2044b34b45d1bc75a6bdc880
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Mon Mar 23 13:24:30 2020 +0100

    Fixes for 1.8 release
    
    Updates dates and removes no longer bundled vendor/ libraries from
    LICENSE file.
---
 LICENSE          | 99 --------------------------------------------------------
 NOTICE           |  2 +-
 RELEASE_NOTES.md |  2 +-
 3 files changed, 2 insertions(+), 101 deletions(-)

diff --git a/LICENSE b/LICENSE
index c4c0480..25968b1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -200,69 +200,8 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-This product bundles pretty, which is available under the MIT license.  For
-details, see:
-     * newt/vendor/github.com/kr/pretty/License
-     * newtmgr/vendor/github.com/kr/pretty/License
-
-This product bundles kr/text, which is available under the MIT license.  For
-details, see:
-     * newt/vendor/github.com/kr/text/License
-     * newtmgr/vendor/github.com/kr/text/License
-
-This product bundles mapstructure, which is available under the MIT license.
-For details, see:
-    * newt/vendor/github.com/mitchellh/mapstructure/LICENSE
-    * newtmgr/vendor/github.com/mitchellh/mapstructure/LICENSE
-
-This product bundles logrus, which is available under the MIT license.  For
-details, see:
-    * newt/vendor/github.com/sirupsen/logrus/LICENSE
-    * newtmgr/vendor/github.com/sirupsen/logrus/LICENSE
-
-This product bundles Cast, which is available under the MIT license.  For
-details, see:
-    * newt/vendor/github.com/spf13/cast/LICENSE
-    * newtmgr/vendor/github.com/spf13/cast/LICENSE
-
-This product bundles jWalterWeatherman, which is available under the MIT
-license.  For details, see:
-    * newt/vendor/github.com/spf13/jwalterweatherman/LICENSE
-    * newtmgr/vendor/github.com/spf13/jwalterweatherman/LICENSE
-
-This product bundles pflag, which is available under the "3-clause BSD"
-license.  For details, see:
-    * newt/vendor/github.com/spf13/pflag/LICENSE
-    * newtmgr/vendor/github.com/spf13/pflag/LICENSE
-
-This product bundles the unix Go package, which is available under the
-"3-clause BSD" license.  For details, see:
-    * newt/vendor/golang.org/x/sys/LICENSE
-    * newtmgr/vendor/golang.org/x/sys/LICENSE
-
-This product bundles fsnotify.v1, which is available under the "3-clause BSD"
-license.  For details, see:
-    * newt/vendor/gopkg.in/fsnotify.v1/LICENSE
-    * newtmgr/vendor/gopkg.in/fsnotify.v1/LICENSE
-
 This product bundles yaml.v2's Go port of libyaml, which is available under the
 MIT license.  For details, see:
-    * newt/vendor/mynewt.apache.org/newt/yaml/apic.go
-    * newt/vendor/mynewt.apache.org/newt/yaml/emitterc.go
-    * newt/vendor/mynewt.apache.org/newt/yaml/parserc.go
-    * newt/vendor/mynewt.apache.org/newt/yaml/readerc.go
-    * newt/vendor/mynewt.apache.org/newt/yaml/scannerc.go
-    * newt/vendor/mynewt.apache.org/newt/yaml/writerc.go
-    * newt/vendor/mynewt.apache.org/newt/yaml/yamlh.go
-    * newt/vendor/mynewt.apache.org/newt/yaml/yamlprivateh.go
-    * newtmgr/vendor/mynewt.apache.org/newt/yaml/apic.go
-    * newtmgr/vendor/mynewt.apache.org/newt/yaml/emitterc.go
-    * newtmgr/vendor/mynewt.apache.org/newt/yaml/parserc.go
-    * newtmgr/vendor/mynewt.apache.org/newt/yaml/readerc.go
-    * newtmgr/vendor/mynewt.apache.org/newt/yaml/scannerc.go
-    * newtmgr/vendor/mynewt.apache.org/newt/yaml/writerc.go
-    * newtmgr/vendor/mynewt.apache.org/newt/yaml/yamlh.go
-    * newtmgr/vendor/mynewt.apache.org/newt/yaml/yamlprivateh.go
     * yaml/apic.go
     * yaml/emitterc.go
     * yaml/parserc.go
@@ -271,41 +210,3 @@ MIT license.  For details, see:
     * yaml/writerc.go
     * yaml/yamlh.go
     * yaml/yamlprivateh.go
-
-This product bundles viper, which is available under the MIT license.  For
-details, see:
-    * newt/vendor/mynewt.apache.org/newt/viper/LICENSE
-    * newtmgr/vendor/mynewt.apache.org/newt/viper/LICENSE
-    * viper/LICENSE
-
-This product bundles go-crc16, which is available under the MIT license.  For
-details, see:
-    * newtmgr/vendor/github.com/joaojeronimo/go-crc16/README.md
-
-This product bundles GATT, which is available under the "3-clause BSD" license.
-For details, see:
-    * newtmgr/vendor/github.com/runtimeinc/gatt
-
-This product bundles xpc, which is available under the MIT license.  For
-details, see:
-    * newtmgr/vendor/github.com/runtimeinc/gatt/xpc/LICENSE
-
-This product bundles gioctl, which is available under the MIT license.  For
-details, see:
-    * newtmgr/vendor/github.com/runtimeinc/gatt/linux/gioctl/LICENSE.md
-
-This product bundles tarm/serial, which is available under the "3-clause BSD"
-license.  For details, see:
-    * newtmgr/vendor/github.com/tarm/serial/LICENSE
-
-This product bundles ugorji/go/codec, which is available under the MIT license.
-For details, see:
-    * newtmgr/vendor/github.com/ugorji/go/LICENSE
-
-This product bundles go-coap which is available under the MIT license.
-For details, see:
-    * newtmgr/vendor/github.com/dustin/go-coap/LICENSE
-
-This product bundles go-homedir which is available under the MIT license.
-For details, see:
-    * newtmgr/vendor/github.com/mitchellh/go-homedir/LICENSE
diff --git a/NOTICE b/NOTICE
index 4ba7354..20a92e2 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Mynewt
-Copyright 2015-2017 The Apache Software Foundation
+Copyright 2015-2020 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 2bce938..9650c83 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-18 March 2029 - Apache Newt v1.8.0
+18 March 2020 - Apache Newt v1.8.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).