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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
- 2018-Jul-01
* Version 1.3, Unicode 11.0, French version 1.2 is at Unicode 10.0.
* Library internal definitions personalized to allow more than one
library to be loaded at a time. Base library maintains same names
for backwards compatibility with older programs.
* Optional python wrapper available for directly accessing library.
Use python's pip to install wrapper (requires pip and wheel).
- 2018-Apr-08
* Unicode 11.0_Beta (Nameslist.txt 11_Beta for review until Apr23).
* Added Python wrapper and names2 functions.
- 2017-Aug-07
* Version 1.2, Unicode 10.0, French version is now also 10.0.0.
* Added function calls to French version to allow use of one or more
libraries at the same (Dynamic library linking needs testing since
added 'FR' may be issue with older programs expecting same name).
* Added more "make check" to include checking French library.
- 2017-Jul-01
* Version 1.1, Unicode 10.0, French version is 7.0(2014-06-22).
* Added "make check" to allow for automatic library test and verify.
- 2017-Mar-19
* Unicode 10.0_Beta (Nameslist.txt 10_Beta for review until Apr30).
- 2016-Jul-01
* Version 1.0, Unicode 9.0, French version is 7.0(2014-06-22).
* Corrected library to report correctly as next version up. This is
probably a significant change, therefore bumped both libraries to
start at 1.0 even though backwards compatibility remains the same,
otherwise would have become version_0.6 (and French version_0.4).
* Removed the excessively long package name, which you'll note as a
so-bump change with Fedora and also Debian in naming this package.
- 2015-Jul-01
* Version 0.5. Unicode 8.0. French version is 7.0(2014-06-22).
- 2014-Jul-31
* Version 0.4. Unicode 7.0. Updated French version to 7.0(2014-06-22).
- 2014-Mar-08
* Unicode 7.0_Beta (Nameslist.txt 7.0 for review, French stays at 5.0).
* Added function for block {start, end, name, number} for version 0.4.
* Cleaned up several warnings for program buildnameslist.
- 2013-May-01
* Makefile.am problems in changing nameslist.h to uninameslist.h, and
nameslist-fr.h to uninameslist-fr.h, therefore renamed those files.
* Removed several files that can be built during autoreconf and automake
steps to building a tar.gz package.
* Added additional check for -enable-oldfrenchlib to "make distcheck"
* This will be tagged as version 0.3
- 2013-Apr-28
* Separate namelist.h and namelist-fr.h due to different versions.
* Clarify README to indicated differences between both libraries.
* Closes bugs http://sourceforge.net "WFLAGS value - ID: 1307144",
"pkg-config support and fix for bug 1307144 - ID: 3402865"
"Please update autoconf - ID: 3608906",
* http://sourceforge.net/projects/libuninameslist/ not being maintained.
- 2013-Apr-23
* Convert build system to autotools method (configure.ac, Makefile.am)
* Create README. Add function to report NamesList Version (6.2).
* Prep files for a distribution tar ball - version 0.3.20130423
- 2013-Feb-19
* Unicode 6.3 (Nameslist.txt remains at 6.2, French remains at 5.0)
- 2012-Aug-22
* Unicode 6.1
- 2009-Dec-31
* Unicode 5.2
- 2008-Apr-07
* Unicode 5.1
(Also the French translation has been updated to 5.0).
- 2006-Sep-07
* Unicode 5.0
- 2005-Jul-12
* Unicode 4.1
- 2003-Jul-13
* Oops the format of the NamesList.txt file is slightly different and I was inserting too many newlines.
- 2003-Jul-10
* Upgrade to Unicode 4.0
- 2003-Jan-16
* Initial release
|