diff --git a/ChangeLog b/ChangeLog index 0696f59..dde1399 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +1.0.94 +Fix to skip directory which does not exist. 1.0.93 Add one member 'sos_commands/abrt/'. 1.0.92 diff --git a/NEWS b/NEWS index 8749f33..4624a79 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ +Version 1.0.94 +~~~~~~~~~~~~~~ +Released: 2019-4-1 + Version 1.0.93 ~~~~~~~~~~~~~~ Released: 2019-4-1 diff --git a/VERSION b/VERSION index 87903b6..00572ce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.93 +1.0.94 diff --git a/common/global.h b/common/global.h index b2f6e54..a364433 100644 --- a/common/global.h +++ b/common/global.h @@ -25,7 +25,7 @@ #define PROGRAM_VERSION 1 #define PROGRAM_RELEASE 0 -#define PROGRAM_SUB_RELEASE 93 +#define PROGRAM_SUB_RELEASE 94 /* the maximum line length of file name */ #define MAX_FULL_PATH_LENGTH 512 diff --git a/configure.ac b/configure.ac index 5ae8509..f225495 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ version 2.1 of the License, or (at your option) any later version. See the configure.ac file for more details.]) # initialize and set version and bugreport address -AC_INIT([sosreport-analyzer], [1.0.93], [shintaro.fujiwara@gmail.com]) +AC_INIT([sosreport-analyzer], [1.0.94], [shintaro.fujiwara@gmail.com]) RELEASE_MONTH="Apr 2019" AC_SUBST(RELEASE_MONTH) AC_CONFIG_MACRO_DIR([m4]) diff --git a/libsar-analyzer/Makefile.am b/libsar-analyzer/Makefile.am index ce89e33..e20e2f9 100644 --- a/libsar-analyzer/Makefile.am +++ b/libsar-analyzer/Makefile.am @@ -8,7 +8,7 @@ else libsar_analyzer_la_SOURCES=common.c make_report.c sar_analyzer.c setter_getter.c endif -libsar_analyzer_la_LDFLAGS = -version-info 1:93:0 +libsar_analyzer_la_LDFLAGS = -version-info 1:94:0 all: diff --git a/libsosreport-analyzer/Makefile.am b/libsosreport-analyzer/Makefile.am index 925ff7a..8348c80 100644 --- a/libsosreport-analyzer/Makefile.am +++ b/libsosreport-analyzer/Makefile.am @@ -4,7 +4,7 @@ lib_LTLIBRARIES = libsosreport-analyzer.la libsosreport_analyzer_la_SOURCES = cfg.c common.c line_data.c -libsosreport_analyzer_la_LDFLAGS = -version-info 1:93:0 +libsosreport_analyzer_la_LDFLAGS = -version-info 1:94:0 all: