1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-21 15:38:57 +00:00

* tz-link.htm, NEWS: Mention GNOME.

This commit is contained in:
Paul Eggert
2014-05-27 08:25:26 -07:00
parent 1421881858
commit 23f3f2edcb
2 changed files with 9 additions and 1 deletions

4
NEWS
View File

@ -11,6 +11,10 @@ Unreleased, experimental changes
(Thanks to Leonardo Chiquitto for reporting the bug, and to
Arthur David Olson and James Cloos for suggesting improvements to the fix.)
Changes affecting documentation
tz-link.htm now mentions GNOME.
Release 2014c - 2014-05-13 07:44:13 -0700

View File

@ -8,7 +8,7 @@
<meta http-equiv="Content-type" content='text/html; charset="US-ASCII"'>
<meta name="DC.Creator" content="Eggert, Paul">
<meta name="DC.Contributor" content="Olson, Arthur David">
<meta name="DC.Date" content="2014-03-10">
<meta name="DC.Date" content="2014-05-27">
<meta name="DC.Description"
content="Sources of information about time zones and daylight saving time">
<meta name="DC.Identifier"
@ -315,6 +315,10 @@ This library is freely available under the
<abbr>GNU</abbr> Lesser General Public License
(<abbr title="Lesser General Public License">LGPL</abbr>)</a>,
and is widely used in <abbr>GNU</abbr>/Linux systems.</li>
<li><a href="http://www.gnome.org/">GNOME</a>'s Glib has
a <code><abbr>tz</abbr></code> binary file reader written in C that
creates a <code>GTimeZone</code> object representing sets of UTC offsets.
It is freely available under the <abbr>LGPL</abbr>.</li>
<li><a href="http://bmsi.com/java/#TZ">ZoneInfo.java</a>
is a <code><abbr>tz</abbr></code> binary file reader written in Java.
It is freely available under the <abbr>LGPL</abbr>.</li>