Skip to content

Commit

Permalink
Version bump to 2.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Lindsaar committed Dec 23, 2010
1 parent 79b3f7b commit db68d8a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,14 @@
== Thu 23 Dec 2010 09:15:58 UTC Mikel Lindsaar <mikel@rubyx.com>

* Added backport fix for net/smtp bug (Aaron Patterson)
* Changed "Mail#text_part" so that it does not return a plain text attachment (Anton Mironov)
* Added in rescue blocks for badly formatted dates as well as encoding problems (Karl Baum)
* Fixed warning errors of duplicated regular expressions (Kouhei Sutou)
* Removed duplication from Regex's containing [\w\d]+ as \w contains \d (mikel)
* Add authentication selection for imap retriever (Björn Albers)
* Removing warning on @name not being initialized (mikel)
* Version bump to 2.2.13 and gem release

== Fri 10 Dec 2010 09:06:49 UTC Mikel Lindsaar <mikel@rubyx.com>

* Fixing problems with multibyte filenamed attachment (amatsuda)
Expand Down
2 changes: 1 addition & 1 deletion lib/VERSION
@@ -1,4 +1,4 @@
patch:12
patch:13
major:2
build:
minor:2

0 comments on commit db68d8a

Please sign in to comment.