>From c3b5220a6e8ae1fbe324467774c0023737b17ab9 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Thu, 7 Jul 2016 10:42:51 +0200
Subject: [PATCH] Mention Time4J

* NEWS: Document this.
* tz-link.htm: Mention Time4J (thanks to Meno Hochschild) and
modernize the discussion of Joda-Time.
---
 NEWS        |  7 +++++++
 tz-link.htm | 31 +++++++++++++++++++------------
 2 files changed, 26 insertions(+), 12 deletions(-)

diff --git a/NEWS b/NEWS
index f59583f..fd9da82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 News for the tz database
 
+Unreleased, experimental changes
+
+  Changes affecting documentation and commentary
+
+    tz-link.htm mentions Time4J.  (Thanks to Meno Hochschild.)
+
+
 Release 2016f - 2016-07-05 16:26:51 +0200
 
   Changes affecting future time stamps
diff --git a/tz-link.htm b/tz-link.htm
index adb4fac..312bd64 100644
--- a/tz-link.htm
+++ b/tz-link.htm
@@ -10,7 +10,7 @@
  content="Sources for time zone and daylight saving time data">
 <meta name="DC.Creator" content="Eggert, Paul">
 <meta name="DC.Contributor" content="Olson, Arthur David">
-<meta name="DC.Date" content="2016-06-14">
+<meta name="DC.Date" content="2016-07-07">
 <meta name="DC.Description"
  content="Sources of information about time zones and daylight saving time">
 <meta name="DC.Identifier"
@@ -338,17 +338,27 @@ title="Massachusetts Institute of Technology">MIT</abbr> license.</li>
 href="http://www.oracle.com/technetwork/java/javase/tzupdater-readme-136440.html">TZUpdater
 tool</a> compiles <code><abbr>tz</abbr></code> source into the format used by
 Oracle Java.</li>
-<li><a href="http://www.joda.org/joda-time/">Joda-Time &ndash; Java date
-and time <abbr>API</abbr></a> contains a class
-<code>org.joda.time.tz.ZoneInfoCompiler</code> that compiles
-<code><abbr>tz</abbr></code> source into a Joda-specific binary format. Joda Time
-is freely available under a <abbr>BSD</abbr>-style license.</li>
+<li><a href="https://github.com/MenoData/Time4J/">Time4J &ndash;
+Advanced date, time and interval library for Java</a> contains a class
+<code>net.time4j.tool.TimezoneRepositoryCompiler</code> that compiles
+<code><abbr>tz</abbr></code> source into a binary format.
+<a href="http://www.joda.org/joda-time/">Joda-Time &ndash; Java date
+and time <abbr>API</abbr></a> contains a similar class
+<code>org.joda.time.tz.ZoneInfoCompiler</code> for a different binary format.
+Time4J supplements Java 8 and earlier; Joda-Time is intended for Java
+7 and earlier, as its functionality is a standard part of Java 8.
+These packages are freely available under the
+<a href="http://www.gnu.org/copyleft/lesser.html"><abbr>GNU</abbr>
+Lesser General Public License
+(<abbr title="Lesser General Public License">LGPL</abbr>)</a>
+and the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+License</a>, respectively.
 <li><a href="http://nodatime.org">Noda Time &ndash; Date and
 time <abbr>API</abbr> for .NET</a>
 and <a href="http://www.babiej.demon.nl/Tz4Net/main.htm">TZ4Net</a>
-are similar to Joda Time, but for the .NET framework instead of
+are similar to Time4J and Joda-Time, but for the .NET framework instead of
 Java. They are freely available under the
-<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License</a>
+Apache License
 and a <abbr>BSD</abbr>-style license, respectively.</li>
 <li><a href="https://en.wikipedia.org/wiki/JavaScript">JavaScript</a>-based
 compilers and libraries include:
@@ -393,10 +403,7 @@ href="http://www.gnu.org/software/libc/"><abbr>GNU</abbr> C
 Library</a>
 has an independent, thread-safe implementation of
 a <code><abbr>tz</abbr></code> binary file reader.
-This library is freely available under the
-<a href="http://www.gnu.org/copyleft/lesser.html">
-<abbr>GNU</abbr> Lesser General Public License
-(<abbr title="Lesser General Public License">LGPL</abbr>)</a>,
+This library is freely available under the LGPL
 and is widely used in <abbr>GNU</abbr>/Linux systems.</li>
 <li><a href="https://www.gnome.org">GNOME</a>'s Glib has
 a <code><abbr>tz</abbr></code> binary file reader written in C that
-- 
2.5.5

