Skip to content

Commit c8f8491

Browse files
committed
Bump version and update ChangeLog.
1 parent 93c1a17 commit c8f8491

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
== 1.5.1 / 2012-07-03
2+
3+
- Fix handling of different body types (issue #14). Was breaking on
4+
files without RTF content since 8933c26e, and also failing on files
5+
where PR_BODY_HTML was a string rather than a stream.
6+
- Move classes from RTF into Mapi::RTF (github #4).
7+
18
== 1.5.0 / 2011-05-18
29

310
- Fixes for ruby 1.9.

lib/mapi.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'mapi/property_set'
33

44
module Mapi
5-
VERSION = '1.5.0'
5+
VERSION = '1.5.1'
66

77
#
88
# Mapi::Item is the base class used for all mapi objects, and is purely a

0 commit comments

Comments
 (0)