Changes between Version 1 and Version 2 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2012-11-30T22:19:21Z (11 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v1 v2  
    1313=== General ===
    1414
     15  * Simple windowing GUI
     16  * Support for BeagleBoard XM
     17
    1518=== Kernel ===
     19
     20  * Tasks are allowed to terminate even if they have unanswered IPC messages.
     21  * Support for guard pages.
     22  * Support for large user stacks.
     23  * Kernel serial driver for arm32/IntegratorCP
    1624
    1725=== Services and Drivers ===
    1826
     27  * CMOS real time clock driver
     28  * Input driver for the isdv4 tablet
     29
    1930=== File Systems ===
     31
     32  * The read-only `ext2fs` server was superseded by a more complete `ext4fs` server, with write support and some aspects of etx3 and ext4.
     33  * Read-only UDF support in the new `udf` server.
    2034
    2135=== Networking ===
     
    2337=== Applications ===
    2438
     39  * `bithenge`
     40  * Added `date` command.
     41  * Usability improvements of the `edit` command
     42
    2543=== Libraries ===
     44
     45  * New automatically resizing hash table container type.
     46  * Userspace logging framework and `logger`.
     47  * `printf()` support for floating point numbers.
     48
    2649
    2750=== Miscellaneous ===