Skip to content

Commit 142f643

Browse files
committed
1.1.0-beta1
1 parent 3f4ba50 commit 142f643

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

MaxMind.Db/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
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")]

releasenotes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

0 commit comments

Comments
 (0)