Skip to content

Commit

Permalink
1.1.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jun 30, 2015
1 parent 3f4ba50 commit 142f643
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MaxMind.Db/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyInformationalVersion("1.1.0-beta1")]
[assembly: InternalsVisibleTo("MaxMind.Db.Test")]
14 changes: 14 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Nodes #

## 1.1.0-beta1 (2015-06-30) ##

* A `IOException: Not enough storage is available to process this command`
when using the memory-mapped mode with 32-bit builds or many threads was
fixed. Closes GH #5.
* Use of streams was replaced with direct access for both the memory-mapped
file mode and the memory mode. This should increase performance in most
cases.
* When using memory-mapped mode, the file is now opened with
`FileShare.Delete`, allowing other processes to delete or replace the
database when it is in use. The reader object will continue using the old
database.
* The Json.NET dependency was updated to 7.0.1.

## 1.0.1 (2015-05-19) ##

* Improved the exception thrown when the constructor for `Reader` is called
Expand Down

0 comments on commit 142f643

Please sign in to comment.