github.com/oweisse/u-root@v0.0.0-20181109060735-d005ad25fef1/RELEASES (about)

     1  # Releases
     2  
     3  A new release happens every 6 weeks:
     4  
     5  - 1st day on the first month of each quarter
     6  - 15th day of the second month of each quarter
     7  
     8  ## v2.0.0 (2018-10-01)
     9  
    10  - Large improvements to readability of GoDocs
    11  - New commands:
    12    - cksum: generates md5, sha and crc checksums
    13    - elvish: forked from github.com/elves/elvish
    14    - less: pages files, courtesy of Michael Pratt
    15    - more: simplistic implementation of less
    16    - pox: builds a POrtable eXecutable as a squashfs image
    17  - Breaking changes:
    18    - rush is moved to xcmds and elvish is the default shell
    19    - bzImage renamed to bzimage
    20    - time_sos renamed to timesos
    21    - upspin_sos renamed to upspinsos
    22  - Major bug fixes
    23    - u-root command expands wildcards properly
    24    - scp now compliant with openssh's scp
    25  - Tested with:
    26    - Linux 4.17
    27    - Golang 1.11
    28  
    29  ## v1.0.0 (2018-08-15)
    30  
    31  - Initial release
    32  - Tested with:
    33    - Linux 4.17
    34    - Golang 1.10.3