-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
------------------------------ --- 5.16.0 2016/04/29 Allow multi-byte indicators for MARC subsystem. GitHub #11. --- 5.15.3 2016/04/06 Fix yaz_query2xml aborts for attribute type 0. GitHub #9. backtrace: exit with same signal as original fired Until now with backtrace any signal would end up being an SIGABRT. backtrace: cancel alarm if backtrace succeeds This is to avoid "backtrace hangs" message that should not be printed and gdb be invoked twice. Fix some broken URLs in documentation and code. yaz_marc_write_iso2709: truncate if 99,999 limit is reached. --- 5.15.2 2016/01/11 Re-organize Windows build. Use ICU compiled with VS 2015 to use same runtime as rest of components (YAZ, Libxml2, etc). Move YAZ and many other software components to GitHub. --- 5.15.1 2015/11/12 Bundle sha1 rather than use libgcrypt/nettle. This means that configure no longer accepts --with-gcrypt and --with-nettle. Fix rpn2cql fails for Bib-1 set in qry+conf YAZ-865 --- 5.15.0 2015/11/11 CCL: fix r=o, r=r WRT inherited attributes YAZ-864 (more 1400 lines are listed in NEWS, omitted) (pkgsrc changes) - Add following line to find backtrace and backtrace_symbols # backtrace and backtrace_symbols LDFLAGS+= -lexecinfo
- Loading branch information
mef
committed
Aug 26, 2016
1 parent
187b4ad
commit 345f8cd
Showing
3 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.28 2015/11/04 00:35:47 agc Exp $ | ||
$NetBSD: distinfo,v 1.29 2016/08/26 13:59:34 mef Exp $ | ||
|
||
SHA1 (yaz-4.1.6.tar.gz) = 2c370b246c571d79b2fd8221b80eb99362cee0c8 | ||
RMD160 (yaz-4.1.6.tar.gz) = 635caf0538254fd8b7e3be2a9cbd12c294fbfc38 | ||
SHA512 (yaz-4.1.6.tar.gz) = df1c6fad3c34b5f1ed0fa49ee1d3f66943afa0f36b3988781048bd11ff65b813d9726a9dd2624ff52dbcf489c4566f8bd5eb1fdd1a63509d2053c07398860d4e | ||
Size (yaz-4.1.6.tar.gz) = 2253206 bytes | ||
SHA1 (yaz-5.16.0.tar.gz) = ed9def5455afa20b8ad2dcb51dff5219a8ba5f80 | ||
RMD160 (yaz-5.16.0.tar.gz) = 90da21fd1c94c24c3614b1c1a2bcbbddcc7de38c | ||
SHA512 (yaz-5.16.0.tar.gz) = 61314083f7068696870280d5b3fa0fda7b81bc885c440d38a54bb09a8252750fa29e7873e273f15492c774d8a65093ffc2f38a60e7900cbd68a4f9895921ff01 | ||
Size (yaz-5.16.0.tar.gz) = 2586095 bytes |