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-newtmgr.git.


    from 21b3c14  newtmgr - revendor
     add 0099cf3  Update README.md and RELEASE_NOTES.md for newtmgr.
     add 5211305  Merge pull request #10 from ccollins476ad/nmgr-docs
     add da930d7  newtmgr - Fix hang on ^C when using serial.
     add a6f2272  Merge pull request #11 from ccollins476ad/serial-exit
     add 2588e49  Update README.md to include build-from-src docs.
     add a5f2634  Merge pull request #12 from ccollins476ad/nmgr-docs
     add 9e50a2a  remove currantlabs/ble from windows
     add 689b3c9  Reduce default MTU from 527 to 512.
     add e1c8a7f  Merge pull request #14 from ccollins476ad/nmgr-mtu-512
     new 0c21628  Merge pull request #17 from apache/1_1_0_dev

The 1 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:
 README.md                                          | 29 ++++++++++++++
 RELEASE_NOTES.md                                   | 17 ++++++++
 newtmgr/bll/bll_common.go                          |  2 +
 newtmgr/bll/bll_oic_sesn.go                        |  2 +
 newtmgr/bll/bll_plain_sesn.go                      |  2 +
 newtmgr/bll/bll_sesn_cfg.go                        |  4 +-
 .../{bll_sesn_cfg.go => bll_sesn_cfg_windows.go}   |  7 +---
 newtmgr/bll/bll_util.go                            |  2 +
 newtmgr/bll/bll_xport.go                           |  2 +
 .../bll/{bll_xport.go => bll_xports_windows.go}    | 38 +++---------------
 newtmgr/config/bll_config.go                       |  2 +
 .../{cli/reset.go => config/bll_config_windows.go} | 46 +++++++++++-----------
 newtmgr/newtmgr.go                                 | 27 ++++++++++---
 13 files changed, 113 insertions(+), 67 deletions(-)
 create mode 100644 RELEASE_NOTES.md
 copy newtmgr/bll/{bll_sesn_cfg.go => bll_sesn_cfg_windows.go} (92%)
 copy newtmgr/bll/{bll_xport.go => bll_xports_windows.go} (67%)
 copy newtmgr/{cli/reset.go => config/bll_config_windows.go} (57%)

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

Reply via email to