[Openvpn-devel] 2.4.5 typo in ChangeLog file

Message ID 20180301091522.GV69387@greenie.muc.de
State Accepted
Headers show
Series [Openvpn-devel] 2.4.5 typo in ChangeLog file | expand

Commit Message

Gert Doering Feb. 28, 2018, 10:15 p.m. UTC
Hi,

most of the 2.4.5 release is fine and well tested, but one typo managed
to sneak into the "ChangeLog" file - it talks "2.4.4" release, with
the proper timestamp.

As the commit has been tagged and the tag pushed, fixing this will 
break git repos of people that have already pulled - and the common
wisdom is "DO NOT DO THAT!".  It's not an emergency breakage which 
might warrant "skip 2.4.5 then, and re-tag everything as 2.4.6".

Thus, I'm just going to apply (+PGP-sign) the following patch to the
release/2.4 tree, so the ChangeLog is factually correct now - even if
it won't change the shipping tarballs.

Sorry.

gert

Patch

From 161afbebdc2b7e244a136182a676ad55347c9cf5 Mon Sep 17 00:00:00 2001
From: Gert Doering <gert@greenie.muc.de>
Date: Thu, 1 Mar 2018 10:11:08 +0100
Subject: [PATCH] Correct version in ChangeLog - should be 2.4.5, was mistyped
 as 2.4.4

Signed-off-by: Gert Doering <gert@greenie.muc.de>
---
 ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 99772a33..0db3e5b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@ 
 OpenVPN Change Log
 Copyright (C) 2002-2018 OpenVPN Inc <sales@openvpn.net>
 
-2018.02.28 -- Version 2.4.4
+2018.02.28 -- Version 2.4.5
 Antonio Quartulli (4):
       reload HTTP proxy credentials when moving to the next connection profile
       Allow learning iroutes with network made up of all 0s (only if netbits < 8)
-- 
2.16.1