Skip to content

Commit

Permalink
Releasing version 0.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Apr 5, 2012
1 parent d95dbf9 commit 3f8dd1f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions HOWTO-RELEASE
Expand Up @@ -3,12 +3,12 @@ rake # and also for Ruby 1.9.1
edit VERSION edit VERSION
edit NEWS edit NEWS
git commit git commit
git tag cat VERSION && git tag v`cat VERSION`
rake package rake package_git
osc build osc build
git push git push
git push --tags git push --tags
upload pkg/*.{tgz, gem} (to github) gem push pkg/ruby-dbus-`cat VERSION`.gem
osc ci osc ci
osc sr osc sr
edit homepage edit homepage
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Expand Up @@ -5,6 +5,14 @@ Note about bug numbers:
Issue#1 - http://github.com/mvidner/ruby-dbus/issues#issue/1 Issue#1 - http://github.com/mvidner/ruby-dbus/issues#issue/1
bnc#1 - https://bugzilla.novell.com/show_bug.cgi?id=1 bnc#1 - https://bugzilla.novell.com/show_bug.cgi?id=1


== Ruby D-Bus 0.7.2 - 2012-04-05

A brown-paper-bag release.

Bug fixes:
* Fixed "undefined local variable or method `continue'" in
DBus::Main#run when a service becomes idle (by Ravil Bayramgalin)

== Ruby D-Bus 0.7.1 - 2012-04-04 == Ruby D-Bus 0.7.1 - 2012-04-04


Bug fixes: Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.7.1 0.7.2

0 comments on commit 3f8dd1f

Please sign in to comment.