projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35af405
)
Starting to work towards 1.0.11.
author
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 20 Oct 2009 20:22:59 +0000
(22:22 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 20 Oct 2009 20:22:59 +0000
(22:22 +0200)
NEWS
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
b0a5533
..
0d5d2ad
100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,3
+1,7
@@
+Version 1.0.11 Not released yet.
+
+ * Fixed potential crash when the HUP signal is sent.
+
Version 1.0.10 Oct 18 2009
* Fixed potential crashes during shutdown and (in rare conditions) when other
diff --git
a/configure.in
b/configure.in
index
efe9a8a
..
89ef5b2
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-3,7
+3,7
@@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT
AC_CONFIG_SRCDIR([src/tincd.c])
-AM_INIT_AUTOMAKE(tinc, 1.0.1
0
)
+AM_INIT_AUTOMAKE(tinc, 1.0.1
1~git
)
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE