* Start 2.010

* Fixed incorrect use of != instead of ne for string comparison
This commit is contained in:
Scott Kitterman 2012-06-17 22:26:46 -04:00
commit 2aa104973f
3 changed files with 9 additions and 5 deletions

View file

@ -4,6 +4,10 @@
# ! = Changed something significant, or removed a feature
# * = Fixed a bug, or made a minor improvement
--- 2.010 2012-06-17
* Fixed incorrect use of != instead of ne for string comparison
(LP: #1014243)
--- 2.009 2012-02-03
* Chomp erroneus NULLs off the end of local and authority explanations to
work around a Mail::SPF bug (in Mail::SPF versions prior to 2.008)