Skip to content

Commit 425d01e

Browse files
committed
Version bump to rc12
1 parent 5189fad commit 425d01e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-------------------------------------------------------------------------------
44

55

6-
2014-FIXME - Version 2.0.0rc11
6+
2014-FIXME - Version 2.0.0rc12
77
---------------------------
88
o Feature: Added support for custom message format specification at
99
configuration time
@@ -25,6 +25,8 @@ o Feature: Added envp data to intputdatastorage if execve() is used. Prepared
2525
for future inputs to consume it.
2626
o Feature: Created snoopy-enable and snoopy-disable system scripts.
2727

28+
o Distro packaging: added debian/ubuntu packaging data (by Sebastien Gross)
29+
2830
o Refactoring: Separated data gathering into separate functions, to be
2931
used at will - now they are called "input providers"
3032
o Refactoring: Removed external filtering, to be replaced with internal

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([Snoopy Logger], [2.0.0rc11], [https://github.com/a2o/snoopy/], [snoopy])
5+
AC_INIT([Snoopy Logger], [2.0.0rc12], [https://github.com/a2o/snoopy/], [snoopy])
66
AC_DEFINE(PACKAGE_URL, [], "https://github.com/a2o/snoopy/")
77
AC_CONFIG_SRCDIR([config.h.in])
88
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)