File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import (
3636
3737const (
3838 // AppVersion of span package. Commandline tools will show this on -v.
39- AppVersion = "0.1.52 "
39+ AppVersion = "0.1.53 "
4040 // KeyLengthLimit is a limit imposed by memcached protocol, which is used
4141 // for blob storage as of June 2015. If we change the key value store,
4242 // this limit might become obsolete.
Original file line number Diff line number Diff line change 11Package: span
2- Version: 0.1.52
2+ Version: 0.1.53
33Section: utils
44Priority: optional
55Architecture: amd64
Original file line number Diff line number Diff line change 11Summary: Library data conversions.
22Name: span
3- Version: 0.1.52
3+ Version: 0.1.53
44Release: 0
55License: MIT
66BuildArch: x86_64
@@ -40,6 +40,21 @@ rm -rf %{_topdir}/BUILD/%{name}
4040/usr/local /sbin/span-import
4141
4242%changelog
43+ * Mon Nov 2 2015 Martin Czygan
44+ - 0.1.53 release
45+ - span-import: sort format name output
46+ - thieme: add subject
47+ - thieme: rework XML parsing
48+ - exporter: add more words to author blacklist
49+ - export: strip Index from author field, refs #6326
50+ - add simple test for TestFromJSONSize
51+ - export: fix date and rawdate, refs #6266
52+ - span-export -list sorted output formats
53+ - embed and reuse export structs
54+ - update LICENCE to GPL
55+ - span-export: allow DOI filter per ISIL as well
56+ - genios: add two more document attributes
57+
4358* Fri Aug 14 2015 Martin Czygan
4459- 0.1.51 release
4560- no new features, just internal refactoring
You can’t perform that action at this time.
0 commit comments