Skip to content

Commit

Permalink
increment version/changelog.
Browse files Browse the repository at this point in the history
git-svn-id: https://xmpp4r-simple.googlecode.com/svn/trunk@21 1e3c5029-9921-0410-9e82-436f4d538387
  • Loading branch information
romeda committed Dec 7, 2006
1 parent f5a8983 commit 982ddd8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
@@ -1,3 +1,13 @@
xmpp4r-simple (0.8.3)

[ Blaine Cook ]
* Update presence_updates to only store one presence_update per user.
Changes methods, will break code that uses presence_updates if not updated
correspondingly, check the documenation for the new semantics.

-- Blaine Cook <blaine@obvious.com> Thu, 07 Dec 2006 12:45:52 -0800


xmpp4r-simple (0.8.2)

[ Blaine Cook ]
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -25,7 +25,7 @@ require 'rcov/rcovtask'
spec = Gem::Specification.new do |s|
s.add_dependency('xmpp4r', '>= 0.3.0')
s.name = "xmpp4r-simple"
s.version = "0.8.2"
s.version = "0.8.3"
s.author = "Blaine Cook"
s.email = "romeda@gmail.com"
s.homepage = "http://xmpp4r-simple.rubyforge.org/"
Expand Down

0 comments on commit 982ddd8

Please sign in to comment.