Skip to content

Commit 406ebe0

Browse files
committed
Merge pull request #3 from GlobalNOC/1.2.9-dev
1.2.9 dev
2 parents c9a26a2 + 74f1ec1 commit 406ebe0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
GRNOC::WebService v1.2.9 -- Tue Apr 19 2016
2+
===========================================
3+
4+
Bug Fixes:
5+
* ISSUE=231 PROJ=159 Fixed the issue where unauthorized requests may bypass the proxy and gain access to the services when it's misconfigured or non-cosigned protected
6+
17
GRNOC::WebService v1.2.8 -- Thu Oct 02 2014
28
===========================================
39

lib/GRNOC/WebService.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use strict;
99

1010
package GRNOC::WebService;
1111

12-
our $VERSION = '1.2.8';
12+
our $VERSION = '1.2.9';
1313

1414
require GRNOC::WebService::Dispatcher;
1515
require GRNOC::WebService::Method;

perl-GRNOC-WebService.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: perl-GRNOC-WebService
2-
Version: 1.2.8
2+
Version: 1.2.9
33
Release: 1%{?dist}
44
Summary: GRNOC WebService Library for perl
55
License: CHECK(Distributable)

0 commit comments

Comments
 (0)