summaryrefslogtreecommitdiff
path: root/shared/ossp_uuid/NEWS
blob: 015a42cc64b23800bd791beb80a1f33c2ee9794a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
   _        ___  ____ ____  ____                _     _
  |_|_ _   / _ \/ ___/ ___||  _ \   _   _ _   _(_) __| |
  _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` |
 |_||_|_| | |_| |___) |__) |  __/  | |_| | |_| | | (_| |
  |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|

  OSSP uuid - Universally Unique Identifier

  NEWS

  This is a list of major changes to OSSP uuid. For more detailed
  change descriptions, please have a look at the ChangeLog file.

  Major changes between 1.4 and 1.5

    o Many internal code cleanups and fixes.
    o Improved and fixed PostgreSQL API.
    o Improved and fixed PHP API.

  Major changes between 1.3 and 1.4

    o Added PostgreSQL API.

  Major changes between 1.2 and 1.3

    o Added Perl TIE-style API.
    o Added Perl Data::UUID backward compatibility API.
    o Added C++ API.
    o Added PHP API.

  Major changes between 1.1 and 1.2

    o Added support for version 5 UUIDs (name-based, SHA-1)

  Major changes between 1.0 and 1.1

    o Added Perl API

  Major changes between 0.9 and 1.0

    o Initial functionality

bgstack15