We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332a584 commit 5ec8b2eCopy full SHA for 5ec8b2e
2 files changed
ChangeLog
@@ -1,3 +1,9 @@
1
+== 1.5.0 / 2011-05-18
2
+
3
+- Fixes for ruby 1.9.
4
+- Move Mime into the Mapi module namespace (crowbot).
5
+- Use ascii regex flag to avoid unicode probs (crowbot).
6
7
== 1.4.0 / 2008-10-12
8
9
- Initial simple msg test case.
lib/mapi.rb
@@ -2,7 +2,7 @@
require 'mapi/property_set'
module Mapi
- VERSION = '1.4.0'
+ VERSION = '1.5.0'
#
# Mapi::Item is the base class used for all mapi objects, and is purely a
0 commit comments