File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 4141// [assembly: AssemblyVersion("1.0.*")]
4242
4343[ assembly: AssemblyVersion ( "1.0.1" ) ]
44- [ assembly: AssemblyFileVersion ( "1.0.1" ) ]
44+ [ assembly: AssemblyFileVersion ( "1.1.0" ) ]
45+ [ assembly: AssemblyInformationalVersion ( "1.1.0-beta1" ) ]
4546[ assembly: InternalsVisibleTo ( "MaxMind.Db.Test" ) ]
Original file line number Diff line number Diff line change 11# Release Nodes #
22
3+ ## 1.1.0-beta1 (2015-06-30) ##
4+
5+ * A ` IOException: Not enough storage is available to process this command `
6+ when using the memory-mapped mode with 32-bit builds or many threads was
7+ fixed. Closes GH #5 .
8+ * Use of streams was replaced with direct access for both the memory-mapped
9+ file mode and the memory mode. This should increase performance in most
10+ cases.
11+ * When using memory-mapped mode, the file is now opened with
12+ ` FileShare.Delete ` , allowing other processes to delete or replace the
13+ database when it is in use. The reader object will continue using the old
14+ database.
15+ * The Json.NET dependency was updated to 7.0.1.
16+
317## 1.0.1 (2015-05-19) ##
418
519* Improved the exception thrown when the constructor for ` Reader ` is called
You can’t perform that action at this time.
0 commit comments