From e340f94f6a41c47a2e9afafd34524817808d04c1 Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Thu, 1 Sep 2016 14:54:09 -0500 Subject: [PATCH 1/2] Add ChangeLog line for dver change --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 14ff94f0..c10e76cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ Unreleased - Don't print "Implicitly building for el..." message unless in verbose mode - Add update action (--update or -U) to osg-import-srpm +- Some internal cleanup * Fri Aug 05 2016 Mátyás Selmeci - 1.7.0 - Add three-way diff functionality (--diff3 or -3) to osg-import-srpm From 8948923e2b0bb5c62b9fb2dc0180c260ca54c1ea Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Thu, 1 Sep 2016 14:54:23 -0500 Subject: [PATCH 2/2] Bump version to 1.7.1 and update ChangeLog --- ChangeLog | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c10e76cf..9e9e3460 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Unreleased +* Thu Sep 01 2016 Mátyás Selmeci - 1.7.1 - Don't print "Implicitly building for el..." message unless in verbose mode - Add update action (--update or -U) to osg-import-srpm - Some internal cleanup diff --git a/Makefile b/Makefile index 8a0a9f0d..42f0a41d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.7.0 +VERSION = 1.7.1 NAME = osg-build NAME_VERSION = $(NAME)-$(VERSION) PYDIR = osgbuild