~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty-proposed

« back to all changes in this revision

Viewing changes to yo/whatsnew.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2013-05-30 13:32:18 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130530133218-k39mr5uredd093jr
Tags: 9.7.2-1
New upstream release, repairs several minor left-over flaws.
This release incorporates 9.7.0 and 9.7.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This section is modified when the first or second part of the version number
2
2
changes (and sometimes for the third part as well).
3
3
    itemization(
 
4
    it() Version 9.7.0/9.7.1 adds several new sections (about time
 
5
        specifications, system_error, error_category, error_code, this_thread,
 
6
        locks) and other sections received a major overhaul (multi-threading,
 
7
        lambda expressions, the main function).
4
8
    it() Version 9.6.0 adds a section about tt(noexcept), deprecating
5
9
tt(throw) lists. Also the string chapter was updated.
6
10
    it() Version 9.5.0 adapts the abstract containers to C++11, and adds a new