Welcome back! Thanks for the review. I pushed it. --Justin
On Aug 2, 2011, at 3:30 PM, Ben Pfaff wrote: > Looks good to me, thanks. > > On Tue, Aug 02, 2011 at 12:23:19PM -0700, Justin Pettit wrote: >> --- >> ChangeLog | 4 ++++ >> configure.ac | 2 +- >> debian/changelog | 6 ++++++ >> 3 files changed, 11 insertions(+), 1 deletions(-) >> >> diff --git a/ChangeLog b/ChangeLog >> index 3126e05..03869b3 100644 >> --- a/ChangeLog >> +++ b/ChangeLog >> @@ -1,3 +1,7 @@ >> +v1.1.2 - 02 Aug 2011 >> +------------------------ >> + - Bug fixes >> + >> v1.1.1 - 26 May 2011 >> ------------------------ >> - Bug fixes >> diff --git a/configure.ac b/configure.ac >> index 2906791..0f9f14c 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -13,7 +13,7 @@ >> # limitations under the License. >> >> AC_PREREQ(2.64) >> -AC_INIT(openvswitch, 1.1.1, [email protected]) >> +AC_INIT(openvswitch, 1.1.2, [email protected]) >> NX_BUILDNR >> AC_CONFIG_SRCDIR([datapath/datapath.c]) >> AC_CONFIG_MACRO_DIR([m4]) >> diff --git a/debian/changelog b/debian/changelog >> index 4e6fa5a..5914303 100644 >> --- a/debian/changelog >> +++ b/debian/changelog >> @@ -1,3 +1,9 @@ >> +openvswitch (1.1.2-1) unstable; urgency=low >> + >> + * Bug fixes. >> + >> + -- Open vSwitch team <[email protected]> Tue, 02 Aug 2011 12:21:00 +0000 >> + >> openvswitch (1.1.1-1) unstable; urgency=low >> >> [ Open vSwitch team ] >> -- >> 1.7.1 >> >> _______________________________________________ >> dev mailing list >> [email protected] >> http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
