>From baec1425e9ebf3d89b6f09564cc1700c8604b537 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Fri, 16 Oct 2015 13:03:15 -0700
Subject: [PATCH] Mention the BDE Standard Library

Suggested by Andrew Paprocki in:
http://mm.icann.org/pipermail/tz/2015-October/022777.html
* NEWS, tz-link.htm: Add pointer to BDE.
---
 NEWS        | 3 +++
 tz-link.htm | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/NEWS b/NEWS
index 80ac4a1..1ec1913 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ Unreleased, experimental changes
     backward compatibility link to America/Tijuana.  Its contents were
     apparently based on a misreading of Mexican legislation.
 
+  Changes affecting documentation
+
+    tz-link.htm mentions the BDE library (thanks to Andrew Paprocki).
 
 Release 2015g - 2015-10-01 00:39:51 -0700
 
diff --git a/tz-link.htm b/tz-link.htm
index 63ec385..d61ebe6 100644
--- a/tz-link.htm
+++ b/tz-link.htm
@@ -356,6 +356,11 @@ a <code><abbr>tz</abbr></code> binary file reader written in C that
 creates a <code>GTimeZone</code> object representing sets
 of <abbr>UT</abbr> offsets.
 It is freely available under the <abbr>LGPL</abbr>.</li>
+<li>The
+<a href="https://github.com/bloomberg/bde/wiki">BDE Standard Library</a>'s
+<code>baltzo::TimeZoneUtil</code> component contains a C++
+implementation of a binary file reader. It is freely available under
+the Apache License.</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>
-- 
2.1.0

