aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-10-26 10:50:00 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-10-26 10:50:00 +0300
commite2586aead6c28c7eabd9a7dbf5b6cb39aeebb0ea (patch)
tree8168950c4a63e75ea3a20f25cf2382444bcfbef4
parent9c05a5d36ed327460f579e0981a0d8725ffb3e84 (diff)
downloadjumper-e2586aead6c28c7eabd9a7dbf5b6cb39aeebb0ea.tar.gz
jumper-e2586aead6c28c7eabd9a7dbf5b6cb39aeebb0ea.tar.bz2
Version 1.2release-1.2
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
-rw-r--r--src/cmdline.opt4
3 files changed, 7 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index e0fd7d9..7d8d08c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,9 @@
1Jumper -- history of user-visible changes. 2017-04-05 1Jumper -- history of user-visible changes. 2018-10-26
2Copyright (C) 2013, 2017 Sergey Poznyakoff
3See the end of file for copying conditions. 2See the end of file for copying conditions.
4 3
5Please send Jumper bug reports to <bug-jumper@gnu.org.ua> 4Please send Jumper bug reports to <bug-jumper@gnu.org.ua>
6 5
7Version 1.1.90 (Git) 6Version 1.2, 2018-10-26
8 7
9* Implement heartbeat event 8* Implement heartbeat event
10 9
@@ -39,7 +38,7 @@ Initial release
39========================================================================= 38=========================================================================
40Copyright information: 39Copyright information:
41 40
42Copyright (C) 2013, 2017 Sergey Poznyakoff 41Copyright (C) 2013-2018 Sergey Poznyakoff
43 42
44 Permission is granted to anyone to make or distribute verbatim copies 43 Permission is granted to anyone to make or distribute verbatim copies
45 of this document as received, in any medium, provided that the 44 of this document as received, in any medium, provided that the
diff --git a/configure.ac b/configure.ac
index 409c15e..f4f5297 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of Jumper -*- autoconf -*- 1# This file is part of Jumper -*- autoconf -*-
2# Copyright (C) 2013, 2017 Sergey Poznyakoff 2# Copyright (C) 2013, 2017, 2018 Sergey Poznyakoff
3# 3#
4# Jumper is free software; you can redistribute it and/or modify 4# Jumper is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
15# along with Jumper. If not, see <http://www.gnu.org/licenses/>. 15# along with Jumper. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ([2.69]) 17AC_PREREQ([2.69])
18AC_INIT([jumper], [1.1.90], [bug-jumper@gnu.org.ua],, 18AC_INIT([jumper], [1.2], [bug-jumper@gnu.org.ua],,
19 [http://www.gnu.org.ua/software/jumper]) 19 [http://www.gnu.org.ua/software/jumper])
20AC_CONFIG_SRCDIR([src/jumper.c]) 20AC_CONFIG_SRCDIR([src/jumper.c])
21AC_CONFIG_HEADERS([config.h]) 21AC_CONFIG_HEADERS([config.h])
diff --git a/src/cmdline.opt b/src/cmdline.opt
index af25964..dc83afd 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -1,5 +1,5 @@
1/* This file is part of Jumper -*- autoconf -*- 1/* This file is part of Jumper -*- autoconf -*-
2 Copyright (C) 2013, 2017 Sergey Poznyakoff 2 Copyright (C) 2013, 2017, 2018 Sergey Poznyakoff
3 3
4 Jumper is free software; you can redistribute it and/or modify 4 Jumper is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ OPTIONS_BEGIN("jumper",
21 [<jumper brings network links up on demand>], 21 [<jumper brings network links up on demand>],
22 [<[CONFIG]>], 22 [<[CONFIG]>],
23 [<gnu>], 23 [<gnu>],
24 [<copyright_year=2013>], 24 [<copyright_year=2013-2018>],
25 [<copyright_holder=Sergey Poznyakoff>]) 25 [<copyright_holder=Sergey Poznyakoff>])
26 26
27GROUP(Operation mode switches) 27GROUP(Operation mode switches)

Return to:

Send suggestions and report system problems to the System administrator.