diff --git a/version_history.html b/version_history.html index 1e46751..59128e1 100644 --- a/version_history.html +++ b/version_history.html @@ -269,16 +269,16 @@

-Aleksey - Gurtovoy managed this release. Managing a release at - all is an enormous job, and Aleksey always goes - beyond merely meeting requirements by insisting on - the highest possible quality. The Boost membership - owes him a debt of gratitude.

+ width="128" height="250" alt= + "cartoon portrait of Aleksey" class= + "left-inset" />Aleksey Gurtovoy + managed this release. Managing a release at all is + an enormous job, and Aleksey always goes beyond merely + meeting requirements by insisting on the highest possible + quality. The Boost membership owes him a debt of + gratitude.

This release wouldn't have been possible without the dedicated effort of many, many members of the Boost @@ -1784,9 +1784,10 @@

1.13.0 (29 Feb 2000)

Adds Utility - Library type_traits, call_traits, and - type_traits, + call_traits, + and compressed_pair headers from John Maddock, Steve Cleary and Howard Hinnant.

@@ -1806,42 +1807,44 @@

Smart pointer timings added (thanks to Gavin Collings). - Minor fix to min_rand sample program. Minor - fixes to min_rand sample + program. Minor fixes to config.hpp.

1.11.1 (2 Feb 2000)

-

Removed superfluous semicolon in - bad_numeric_cast (thanks to Doncho Angelov - for reporting the problem).

+

Minor fix to cast.hpp + (thanks to Doncho Angelov).

1.11.0 (1 Feb 2000)

-
-
  • Minor fixes to cast.hpp, config.hpp, smart_ptr.hpp, utility.hpp, and to the - min_rand sample programs.
  • +
    +

    1.10.4 (31 Dec 1999)

    -
  • Minor site cleanup (thanks to Paul Baxter).
  • - +

    Minor fixes to smart_ptr.hpp and cast documentation.

    1.10.3 (30 Dec 1999)

    -

    Minor fixes to the compose library examples, Minor fixes to the compose library + examples, operators documentation, operators.hpp, cast.hpp, config.hpp, and smart_ptr.hpp. This is the - first release with a version number. This starting number - was fairly arbitrary.

    + first release with a version number. The version + numbering scheme is + xxx.yyy.zzz.

    - - +
    +

    xxx = Major version
    + yyy = New library or feature added
    + zzz = Bug fixes only

    +
    + - - +
    +

    14 Dec 1999

    -
    - +

    Operators.hpp + documentation + improved.

    + - - +
    +

    13 Dec 1999

    -
    - +

    Added iterator operators and helpers to header operators.hpp, + together with an iterator test program. This header is + maturing into something really useful for building + arithmetic or iterator user-defined types, so look it + over even if you browsed one of the earlier versions.

    + - - +
    +

    11 Dec 1999

    -
    - +

    Added next() and prior() to header utility.hpp.

    + - - +
    +

    8 Dec 1999

    -
    - -
    - Numbering Scheme for Version - xxx.yyy.zzz -
    PartMeaning
    xxxMajor version
    yyyNew library or feature added
    zzzBug fixes only
    +

    Minor improvements to the smart pointer library: + operator ==, operator !=, and + specializations for std::swap and + std::less now provided.

    +
    + +
    +

    18 Nov 1999

    + +

    Minor improvements made to the Operator + templates.

    +
    + +
    +

    15 Nov 1999

    + +

    Operator + templates have been added to the utility library.

    +
    + +
    +

    11 Oct 1999

    + +

    Minor smart + pointer library and config.hpp changes to improve + portability.

    +
    + +
    +

    26 Sep 1999

    + +

    Minor updates to several libraries:

    + + +
    + +
    +

    3 Sep 1999

    + +

    The cast functions in the utility library were + considerably simplified.

    +
    + +
    +

    1 Sep 1999

    + +

    The cast functions initially in utility.hpp have been moved to + cast.hpp, still in the + utility + library.

    +
    + +
    +

    1 Sep 1999

    + +

    The category "Experimental" has been added to the + library page. The + integer library + is the first entry.