This is an automated email from the ASF dual-hosted git repository. janc pushed a change to branch 1_2_0_dev in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git.
discard d5ce7ae Release 1.2.0 add 1f6ab1f create-image; new image format. add 6d9161d create-image; for version 2 image, remove PKCv1.5 format option. add 5391c87 image; support resigning of ver1 and ver2 images. add 4041f4c newt cli; make options -1, -2 decide which version of image format to use. Default to version 1. add 2909e3e Update new image header format to latest version add e9f8742 Merge pull request #94 from utzig/new_img_format add ebe70c9 unixchild - fix race condition add 59b3a5d Merge pull request #95 from ccollins476ad/unixchild-race new 3a3e87d Release 1.2.0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (d5ce7ae) \ N -- N -- N refs/heads/1_2_0_dev (3a3e87d) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. 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: newt/cli/image_cmds.go | 57 ++++- newt/cli/run_cmds.go | 14 ++ newt/image/image.go | 497 ++++++++++++++++++++++++++++++++++++++++---- util/unixchild/unixchild.go | 2 +- 4 files changed, 525 insertions(+), 45 deletions(-) -- To stop receiving notification emails like this one, please contact ['"commits@mynewt.apache.org" <commits@mynewt.apache.org>'].