From 00abd260a843473a631b9d1397a2197ae486a8d8 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Thu, 25 Jun 2009 20:04:34 +0000 Subject: [PATCH] write changelog --- bgzf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bgzf.c b/bgzf.c index b3d25f7..c49215c 100644 --- a/bgzf.c +++ b/bgzf.c @@ -9,7 +9,9 @@ * or functionality. */ -/* 2009-06-12 by lh3: support a mode string like "wu" where 'u' for uncompressed output */ +/* + 2009-06-25 by lh3: optionally use my knetfile library to access file on a FTP. + 2009-06-12 by lh3: support a mode string like "wu" where 'u' for uncompressed output */ #include #include -- 2.39.2