Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
hussamnasir committed Mar 4, 2021
1 parent 6bd3bc7 commit 36bd67f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README-omni.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
AC_INIT([geni-tools], [2.10], [[email protected]])
AC_INIT([geni-tools], [2.11], [[email protected]])
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
6 changes: 5 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 04 March 2021 10:07:00 -0400

* TBD for version 2.10

Expand Down
4 changes: 2 additions & 2 deletions geni-tools.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gcf/gcf_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 36bd67f

Please sign in to comment.