Skip to content

Commit 87102b4

Browse files
committed
Prepare for 0.2.2
1 parent b02b96d commit 87102b4

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

MaxMind.Db/Properties/AssemblyInfo.cs

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

5-
// General Information about an assembly is controlled through the following
5+
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("MaxMind.Db")]
@@ -14,8 +14,8 @@
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

@@ -25,13 +25,13 @@
2525
// Version information for an assembly consists of the following four values:
2626
//
2727
// Major Version
28-
// Minor Version
28+
// Minor Version
2929
// Build Number
3030
// Revision
3131
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
32+
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.2.1")]
36-
[assembly: AssemblyFileVersion("0.2.1")]
35+
[assembly: AssemblyVersion("0.2.2")]
36+
[assembly: AssemblyFileVersion("0.2.2")]
3737
[assembly: InternalsVisibleTo("MaxMind.Db.Test")]

releasenotes.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Nodes #
22

3+
## 0.2.2 (2013-12-24) ##
4+
5+
* Fixed a bug that occurred when using the memory-mode in a multi-threaded
6+
application. When using a single `Reader` from multiple threads in memory-
7+
mode, the internal state of the object could become corrupt if you replaced
8+
the MaxMind database file on disk with another database file.
9+
310
## 0.2.1 (2013-11-15) ##
411

512
* Fixed bug that caused an exception to be thrown when two threads created a

0 commit comments

Comments
 (0)