diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:02:17 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:02:17 +0200 |
commit | b9203ee84953006547f4afd58f405874c87bf0dc (patch) | |
tree | 9e41f1533f120e9268e86658c52458630ffd718a /shared/ossp_uuid/NEWS | |
parent | 3.0 (diff) | |
download | FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.gz FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.tar.bz2 FreeFileSync-b9203ee84953006547f4afd58f405874c87bf0dc.zip |
3.1
Diffstat (limited to 'shared/ossp_uuid/NEWS')
-rw-r--r-- | shared/ossp_uuid/NEWS | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/shared/ossp_uuid/NEWS b/shared/ossp_uuid/NEWS new file mode 100644 index 00000000..015a42cc --- /dev/null +++ b/shared/ossp_uuid/NEWS @@ -0,0 +1,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 + |