projects
/
statsd-tg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a438586
)
Change version to 1.0.1.
author
Florian Forster
<octo@verplant.org>
Tue, 16 Jul 2013 10:13:14 +0000
(12:13 +0200)
committer
Florian Forster
<octo@verplant.org>
Tue, 16 Jul 2013 10:13:14 +0000
(12:13 +0200)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
fedfcb6
..
d59a00c
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,2
+1,7
@@
+2013-07-16, Version 1.0.1
+ * Fix the "-T" command line option and add it to the usage
+ information.
+ * Added the statsd-tg(1) manual page.
+
2013-07-12, Version 1.0.0
* Initial version.
diff --git
a/configure.ac
b/configure.ac
index
20c4de0
..
51fc877
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,5
+1,5
@@
AC_PREREQ([2.67])
-AC_INIT([statsd-tg], [1.0.
0
], [ff@octo.it])
+AC_INIT([statsd-tg], [1.0.
1
], [ff@octo.it])
AC_CONFIG_SRCDIR([src/statsd-tg.c])
AC_CONFIG_HEADERS([src/config.h])