Skip to content

Commit bb7cc4d

Browse files
committed
v0.1.53
1 parent 462f6c1 commit bb7cc4d

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636

3737
const (
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.

packaging/deb/span/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: span
2-
Version: 0.1.52
2+
Version: 0.1.53
33
Section: utils
44
Priority: optional
55
Architecture: amd64

packaging/rpm/span.spec

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Library data conversions.
22
Name: span
3-
Version: 0.1.52
3+
Version: 0.1.53
44
Release: 0
55
License: MIT
66
BuildArch: 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

0 commit comments

Comments
 (0)