Repository: incubator-mynewt-newt Updated Branches: refs/heads/090_dev 0afe65541 -> b1ef668f6
Fix outdated RELEASE_NOTES.md. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/b1ef668f Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/b1ef668f Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/b1ef668f Branch: refs/heads/090_dev Commit: b1ef668f62df0559a94a12ce2734892e655be260 Parents: 0afe655 Author: Christopher Collins <[email protected]> Authored: Mon May 30 07:42:18 2016 -0700 Committer: Christopher Collins <[email protected]> Committed: Mon May 30 08:09:52 2016 -0700 ---------------------------------------------------------------------- RELEASE_NOTES.md | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/b1ef668f/RELEASE_NOTES.md ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bf1c479..6e0bffb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,35 +1,27 @@ # RELEASE NOTES -14 Mar 2016 - Apache Mynewt V0.8 Beta 2 +30 Apr 2016 - Apache Newt v0.9.0 -For full release notes, please visit the +For full release notes, please visit the [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes). -For information about bugs fixed in beta 2, please view the -[Issue Tracker Summary](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319221&version=12334805) -This is the first source release of the "New" Newt. More information on the -genesis of Newt, and a description can be found +Apache Newt is the build and package management system for the Apache Mynewt +project. More information on Newt can be found [here](http://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/201603.mbox/%3C56E21C13.9050303%40apache.org%3E) -As an early beta release of Newt, all the normal caveats apply: +As a beta release of Apache Newt, the normal caveat applies: APIs and commands +are subject to change. However, Apache Mynewt continues to stabilize with each +release, and we believe this release is a further step forward. People who are +interested in playing around, and trying Newt, are encouraged to download and +begin to evaluate it. - * APIs and commands may change without warning - - * There are definitely bugs hiding around many corners - -However, the belief is that this version of Newt represents the going forward -architecture of the Newt tool in Apache Mynewt. So people who are interested -in playing around and using Newt, are encouraged to download and begin to -evaluate it. - -Future versions will add: +Future versions will add: * More robust package management and versioning - * Plenty of helper commands for seeing what's installed, what's changed, + * Plenty of helper commands for seeing what's installed, what's changed, and why things failed. -The next release of the Newt tool is planned for April 22nd, 2016. 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 Developer's list, [email protected]. - +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 +Developer's list, [email protected].
