|
| 1 | +:orphan: |
| 2 | + |
| 3 | +.. |
| 4 | + What goes here: removed/deprecated apis, new boards, new drivers, notable |
| 5 | + features. If you feel like something new can be useful to a user, put it |
| 6 | + under "Other Enhancements" in the first paragraph, if you feel like something |
| 7 | + is worth mentioning in the project media (release blog post, release |
| 8 | + livestream) put it under "Major enhancement". |
| 9 | +.. |
| 10 | + If you are describing a feature or functionality, consider adding it to the |
| 11 | + actual project documentation rather than the release notes, so that the |
| 12 | + information does not get lost in time. |
| 13 | +.. |
| 14 | + No list of bugfixes, minor changes, those are already in the git log, this is |
| 15 | + not a changelog. |
| 16 | +.. |
| 17 | + Does the entry have a link that contains the details? Just add the link, if |
| 18 | + you think it needs more details, put them in the content that shows up on the |
| 19 | + link. |
| 20 | +.. |
| 21 | + Are you thinking about generating this? Don't put anything at all. |
| 22 | +.. |
| 23 | + Does the thing require the user to change their application? Put it on the |
| 24 | + migration guide instead. (TODO: move the removed APIs section in the |
| 25 | + migration guide) |
| 26 | +
|
| 27 | +.. _zephyr_4.3: |
| 28 | + |
| 29 | +Zephyr 4.3.0 (Working Draft) |
| 30 | +############################ |
| 31 | + |
| 32 | +We are pleased to announce the release of Zephyr version 4.3.0. |
| 33 | + |
| 34 | +Major enhancements with this release include: |
| 35 | + |
| 36 | +An overview of the changes required or recommended when migrating your application from Zephyr |
| 37 | +v4.2.0 to Zephyr v4.3.0 can be found in the separate :ref:`migration guide<migration_4.3>`. |
| 38 | + |
| 39 | +The following sections provide detailed lists of changes by component. |
| 40 | + |
| 41 | +Security Vulnerability Related |
| 42 | +****************************** |
| 43 | +The following CVEs are addressed by this release: |
| 44 | + |
| 45 | +More detailed information can be found in: |
| 46 | +https://docs.zephyrproject.org/latest/security/vulnerabilities.html |
| 47 | + |
| 48 | +API Changes |
| 49 | +*********** |
| 50 | + |
| 51 | +Removed APIs and options |
| 52 | +======================== |
| 53 | + |
| 54 | +Deprecated APIs and options |
| 55 | +=========================== |
| 56 | + |
| 57 | +New APIs and options |
| 58 | +==================== |
| 59 | + |
| 60 | +.. |
| 61 | + Link to new APIs here, in a group if you think it's necessary, no need to get |
| 62 | + fancy just list the link, that should contain the documentation. If you feel |
| 63 | + like you need to add more details, add them in the API documentation code |
| 64 | + instead. |
| 65 | +
|
| 66 | +New Boards |
| 67 | +********** |
| 68 | + |
| 69 | +.. |
| 70 | + You may update this list as you contribute a new board during the release cycle, in order to make |
| 71 | + it visible to people who might be looking at the working draft of the release notes. However, note |
| 72 | + that this list will be recomputed at the time of the release, so you don't *have* to update it. |
| 73 | + In any case, just link the board, further details go in the board description. |
| 74 | +
|
| 75 | +New Drivers |
| 76 | +*********** |
| 77 | + |
| 78 | +.. |
| 79 | + Same as above for boards, this will also be recomputed at the time of the release. |
| 80 | + Just link the driver, further details go in the binding description |
| 81 | +
|
| 82 | +New Samples |
| 83 | +*********** |
| 84 | + |
| 85 | +.. |
| 86 | + Same as above for boards and drivers, this will also be recomputed at the time of the release. |
| 87 | + Just link the sample, further details go in the sample documentation itself. |
| 88 | +
|
| 89 | +Other notable changes |
| 90 | +********************* |
| 91 | + |
| 92 | +.. |
| 93 | + Any more descriptive subsystem or driver changes. Do you really want to write |
| 94 | + a paragraph or is it enough to link to the api/driver/Kconfig/board page above? |
0 commit comments