diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 24cdcb02..295bc134 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,4 +1,4 @@ -recoll (1.27.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low +recoll (1.27.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Support for language-sensitive analysis of Korean text * Index docx endnotes and footnotes diff --git a/src/VERSION b/src/VERSION index 5db08bf2..08002f86 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.27.0 +1.27.1 diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 8a3fe55e..749d9375 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -1,7 +1,6 @@ /* Manually edited version of autoconfig.h for windows. Many things are -overriden in the c++ code by ifdefs _WIN32 anyway */ -#ifndef _AUTOCONFIG_H_INCLUDED -#define _AUTOCONFIG_H_INCLUDED + overriden in the c++ code by ifdefs _WIN32 anyway */ + /* Define if building universal (internal helper macro) */ /* #undef AC_APPLE_UNIVERSAL_BUILD */ @@ -34,12 +33,21 @@ overriden in the c++ code by ifdefs _WIN32 anyway */ /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 +/* Define to 1 if you have the `kqueue' function. */ +/* #undef HAVE_KQUEUE */ + +/* Define to 1 if you have the `chm' library (-lchm). */ +#define HAVE_LIBCHM 1 + /* Define to 1 if you have the `pthread' library (-lpthread). */ #define HAVE_LIBPTHREAD 1 /* Define to 1 if you have the `z' library (-lz). */ #define HAVE_LIBZ 1 +/* Define to 1 if you have the `malloc_trim' function. */ +/* #undef HAVE_MALLOC_TRIM */ + /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 @@ -119,10 +127,7 @@ overriden in the c++ code by ifdefs _WIN32 anyway */ #define PACKAGE_NAME "Recoll" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Recoll 1.27.0" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "1.27.0" +#define PACKAGE_STRING "Recoll 1.27.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "recoll" @@ -130,6 +135,9 @@ overriden in the c++ code by ifdefs _WIN32 anyway */ /* Define to the home page for this package. */ #define PACKAGE_URL "" +/* Define to the version of this package. */ +#define PACKAGE_VERSION "1.27.1" + /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */ @@ -146,7 +154,7 @@ overriden in the c++ code by ifdefs _WIN32 anyway */ /* #undef RCL_USE_FAM */ /* Compile the inotify interface */ -#define RCL_USE_INOTIFY 1 +/* #undef RCL_USE_INOTIFY */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 @@ -184,7 +192,4 @@ overriden in the c++ code by ifdefs _WIN32 anyway */ /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ -// #define DISABLE_WEB_INDEXER - #include "conf_post.h" -#endif // already included