Changes between Version 1 and Version 2 of R1/Beta1/MergeTracking


Ignore:
Timestamp:
Sep 1, 2018, 8:13:56 PM (6 years ago)
Author:
waddlesplash
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • R1/Beta1/MergeTracking

    v1 v2  
    44
    55To add the latest commits:
    6  * git log --pretty=format:"||%d || COMPONENT || %an || REVIEWER || COMMENTS || MERGEDIN ||"
     6{{{
     7git log r1beta1..master --pretty=format:"|| [https://git.haiku-os.org/haiku/commit/?id=%H %h] || %s || %an || COMMENTS || MERGEDIN ||"
     8}}}
    79 * paste into top of document from last un-documented hrev tag
    8  * remove lines without a hrev tag.
    9  * update component and tweak the author field
    10  * Preview, open each added rev in a new window and fill out the component and comments.
    11 
    12 '''WARNING for Release Coordinator: '''Review all commits behind the hrev! You can and will miss commits by simply clicking the hrev! Make sure you click on the **parent commit** until you get to the previous hrev!
     10 * review.
    1311
    1412Legend:
     
    1715 * ~~Stricken~~ revisions have been rejected for the branch
    1816
    19 ||'''Revision'''||'''Component'''||'''Committer'''||'''Reviewer'''||'''Comment'''||'''Merged in'''||
     17||'''Revision'''||'''Message'''||'''Committer'''||'''Comment'''||'''Merger'''||
     18|| [https://git.haiku-os.org/haiku/commit/?id=1e3f0626ab98193f2d5afb66931f28e29882a544 1e3f0626ab] || drivers/poke: Only allow root() to open. || Augustin Cavalier || -|| TODO ||
     19|| [https://git.haiku-os.org/haiku/commit/?id=8d13e72523a11692fc48ab407ba318e55389f940 8d13e72523] || drivers/poke: Access the user buffers correctly. || Augustin Cavalier || -|| TODO ||
     20|| [https://git.haiku-os.org/haiku/commit/?id=5ae6f34b81d2cdfc949eb09b27a7772e5e635f4b 5ae6f34b81] || drivers/poke: Compile as C++; some formatting cleanup. || Augustin Cavalier || -|| TODO ||
     21|| [https://git.haiku-os.org/haiku/commit/?id=6172ccc455dbdbbefa732269a7e1f4b830781d7d 6172ccc455] || Embedded Controller, sync with FreeBSD || Fredrik Holmqvist || - || TODO ||
     22|| [https://git.haiku-os.org/haiku/commit/?id=59a26ab62fcf196c4c8336f236fabec79adeef30 59a26ab62f] || FlattenPictureTest: add tests for ClipToRect,ClipToInverseRect,ClipToShape,ClipToInverseShape || JackBurton79 || -|| no ||
     23|| [https://git.haiku-os.org/haiku/commit/?id=3211dccc2282e64f8b510d1308d258658824a1f6 3211dccc22] || FlattenPictureTest: add test for #6761 || JackBurton79 || - || no ||
     24|| [https://git.haiku-os.org/haiku/commit/?id=7985831a65d2aa8155444b54f826cd8754753393 7985831a65] || bin/multiuser: Do not exit with an error if stdin is not open. || Augustin Cavalier || - || yes ||
     25|| [https://git.haiku-os.org/haiku/commit/?id=d28caaed686e8f2c5af499d1639c4baea4e85e9d d28caaed68] || build_cross_tools: Also touch .in files to prevent their regeneration. || waddlesplash || - || yes ||
     26|| [https://git.haiku-os.org/haiku/commit/?id=b41678294beaafee3f90d30b132088d890eac969 b41678294b] || install-wifi-firmwares: Cleanup and fixes. || Augustin Cavalier || - || yes ||
     27|| [https://git.haiku-os.org/haiku/commit/?id=5e7b3530c8197a5950c34035dc33f5eb141d925a 5e7b3530c8] || freebsd11_network: Tolerate a NULL mutex being passed to msleep. || Augustin Cavalier || - || yes ||
     28|| [https://git.haiku-os.org/haiku/commit/?id=6aed80b4f7a1e8e02ba97c13018402f014c69ff5 6aed80b4f7] || freebsd11_network: Implement pause() using snooze() instead of cvars. || Augustin Cavalier || - || yes ||
     29|| [https://git.haiku-os.org/haiku/commit/?id=03e5dd5273ae9bcef15db099630c4c8cf8b7bbdc 03e5dd5273] || Fix documentation for BMessage::Previous || Adrien Destugues || - || yes ||