From 36bd67f7f4210d8a1d8ce33ef24208bc3ad03615 Mon Sep 17 00:00:00 2001 From: Hussamuddin Nasir Date: Thu, 4 Mar 2021 10:11:20 -0500 Subject: [PATCH] Updated version numbers --- README-omni.txt | 2 +- configure.ac | 4 ++-- debian/changelog | 6 +++++- geni-tools.spec | 4 ++-- src/gcf/gcf_version.py | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README-omni.txt b/README-omni.txt index f21b417d..b9234a1d 100644 --- a/README-omni.txt +++ b/README-omni.txt @@ -41,7 +41,7 @@ tips, see the Omni Wiki: https://github.com/GENI-NSF/geni-tools/wiki/Omni == Release Notes == New in v2.11 - * Due to the chnages in the underlying OpenSSL versions some minor changes to SSL protocol versions were implemented. + * Due to the changes in the underlying OpenSSL versions some minor changes to SSL protocol versions were implemented. These changes were needed to make omni run on newer Operating Systems using the updated OpenSSL version New in v2.10: diff --git a/configure.ac b/configure.ac index f3250001..1decbfa9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ -AC_INIT([geni-tools], [2.10], [help@geni.net]) +AC_INIT([geni-tools], [2.11], [help@geni.net]) AM_INIT_AUTOMAKE([foreign -Wall]) AC_PROG_MKDIR_P AC_PROG_INSTALL AC_PROG_LN_S -AM_PATH_PYTHON([2.6]) +AM_PATH_PYTHON([2.7]) AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile]) AC_OUTPUT diff --git a/debian/changelog b/debian/changelog index 5a35a6bb..a6a8b975 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,8 @@ -geni-tools (2.10-1) UNRELEASED; urgency=medium +geni-tools (2.11-0) UNRELEASED; urgency=medium + + * Changes with version 2.11 + + -- Hussamuddin Nasir Thu, 04 March 2021 10:07:00 -0400 * TBD for version 2.10 diff --git a/geni-tools.spec b/geni-tools.spec index f2fb99a0..1c06e11b 100644 --- a/geni-tools.spec +++ b/geni-tools.spec @@ -1,11 +1,11 @@ Name: geni-tools -Version: 2.10 +Version: 2.11 Release: 1%{?dist} Summary: GENI command line tools BuildArch: noarch License: GENI Public License URL: https://github.com/GENI-NSF/geni-tools -Source0: https://github.com/GENI-NSF/geni-tools/releases/download/v2.10/geni-tools-2.10.tar.gz +Source0: https://github.com/GENI-NSF/geni-tools/releases/download/v2.11/geni-tools-2.11.tar.gz Group: Applications/Internet Requires: m2crypto Requires: python-dateutil diff --git a/src/gcf/gcf_version.py b/src/gcf/gcf_version.py index 25fb96f9..51b7c8dd 100644 --- a/src/gcf/gcf_version.py +++ b/src/gcf/gcf_version.py @@ -22,4 +22,4 @@ #---------------------------------------------------------------------- # The current version of GCF and Omni. Update this with each new release -GCF_VERSION="2.10" +GCF_VERSION="2.11"