1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-03-20 19:38:19 +00:00

Release 5 changes

This commit is contained in:
Carsten Larsen
2016-10-25 21:12:38 +00:00
parent 4bc6d81ba6
commit 58341f9220
58 changed files with 728 additions and 1318 deletions

26
ChangeLog Normal file
View File

@ -0,0 +1,26 @@
Amiga Time zone library release log
5.00 Sun, 16 Oct 2016
- TimeZone selector now adjust time when timezone i changed.
- Fixed gmt calculation bug in time(), gettimeofday() and settimeofday().
- Semaphores now work in static library.
- Cleaned up headers in source files. Copyrighted code are now clearly
marked as such.
- Updated documentation and added more examples.
- Included POSIX date command from tz release 2016g.
4.00 Wed, 05 Oct 2016
- Synced code to tz release 2016g.
- Added gmt offset adjust in time(), gettimeofday() and settimeofday().
- Build of static link library libtz.a.
- Fixed buffer overflow bug in loadtz().
- Cleaned up headers in source files.
3.00 Thu, 30 Jul 2015
- Miscellaneous bug fixes.
2.00
- Initial release.
1.00
- Alpha release.