summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bleything <ben@bleything.net>2010-02-23 21:16:50 -0800
committerBen Bleything <ben@bleything.net>2010-02-23 21:29:33 -0800
commitea0b4e7ae753831d9fc1673c00eb706a9fe67958 (patch)
tree4515c7696df5ddca236722bace428ab599820f2a
parente8874f0131bf7f4ca3c631e2dd7f329d280ff5d8 (diff)
downloadplist-integrate_DanaDanger.tar.gz
version bump: 3.1.0 releasedintegrate_DanaDanger
-rw-r--r--CHANGELOG18
-rw-r--r--lib/plist.rb2
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3a0fff4..c2b0dda 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,23 @@
= plist - All-purpose Property List manipulation library
+=== Release version 3.0.0!
+
+2010-02-23:
+ * Ruby 1.9.x compatibility!
+
+2010-02-16:
+ * excise a bunch of unnecessary @@ variables
+ * fix up some tests for cross-version compatibility
+
+2010-02-14:
+ * generalized cleanup:
+ * fix old file headers
+ * modernize rakefile
+ * clean up rdoc
+
+2010-01-08:
+ * move from RubyForge Subversion to GitHub
+
2007-02-22 (r81):
* make the plist parser accept strings contain XML or any object that responds to #read (File and StringIO being the intended targets here). Test and idea contributed by Chuck Remes.
diff --git a/lib/plist.rb b/lib/plist.rb
index 29e65dc..71f2714 100644
--- a/lib/plist.rb
+++ b/lib/plist.rb
@@ -17,5 +17,5 @@ require 'plist/generator'
require 'plist/parser'
module Plist
- VERSION = '3.0.0'
+ VERSION = '3.1.0'
end