Skip to content

Commit

Permalink
1.4.5 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlehane committed Feb 5, 2016
1 parent ee1bf50 commit 33eeb09
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Key features are:

## Version

1.4.4
1.4.5

[![Build Status](https://travis-ci.org/richardlehane/siegfried.png?branch=master)](https://travis-ci.org/richardlehane/siegfried) [![GoDoc](https://godoc.org/github.com/richardlehane/siegfried?status.svg)](https://godoc.org/github.com/richardlehane/siegfried)

Expand Down Expand Up @@ -80,6 +80,13 @@ Download a pre-built binary from the [releases page](https://github.com/richardl


## Recent Changes
### Version 1.4.5 (6/2/2016)
- bugfix: [big file handling](https://github.com/richardlehane/siegfried/commit/b348c4628ac8edf8e93208e9100bd15616f72e41)
- bugfix: [file handle leak](https://github.com/richardlehane/siegfried/commit/47144fd33a4ddd260bdcd5dd15c132525c3bd113); reported by [Ross Spencer](https://github.com/richardlehane/siegfried/issues/66)
- bugfix: [mscfb](https://github.com/richardlehane/mscfb/commit/e19fa67f7571388d3dc956f7c6b4547bfb635072); reported by [Ross Spencer](https://github.com/richardlehane/siegfried/issues/68)
- summarise os errors; requested by [Ross Spencer](https://github.com/richardlehane/siegfried/issues/65)
- code quality: vendor external packages; implemented by [Misty de Meo](https://github.com/richardlehane/siegfried/pull/71)

### Version 1.4.4 (9/1/2016)
- fix: speed regression in TIFF mis-identification patch last release
- code quality: refactor textmatcher package
Expand Down
Binary file modified cmd/roy/data/archivematica.sig
Binary file not shown.
Binary file modified cmd/roy/data/pronom.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion config/siegfried.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var siegfried = struct {
out io.Writer
checkpoint int64
}{
version: [3]int{1, 4, 4},
version: [3]int{1, 4, 5},
signature: "pronom.sig",
magic: []byte{'s', 'f', 0x00, 0xFF},
distance: 8192,
Expand Down

0 comments on commit 33eeb09

Please sign in to comment.