diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c017813..224f66d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ project(fswatch VERSION 1.18.0 LANGUAGES C CXX) #@formatter:off set(PACKAGE "${PROJECT_NAME}") set(PACKAGE_NAME "${PACKAGE}") -set(PACKAGE_VERSION "${PROJECT_VERSION}-rc3") +set(PACKAGE_VERSION "${PROJECT_VERSION}") set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_AUTHOR "enrico.m.crisostomo@gmail.com") set(PACKAGE_BUGREPORT "${PACKAGE_AUTHOR}") diff --git a/NEWS b/NEWS index ba413d23..cbfbd20a 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS **** -New in 1.18.0-rc3: +New in 1.18.0: * The C++17 standard has been adopted: code has been rewritten and simplified to adobe new features of the C++17 standard library such as std::filesystem. diff --git a/NEWS.libfswatch b/NEWS.libfswatch index cf7c904e..74e79937 100644 --- a/NEWS.libfswatch +++ b/NEWS.libfswatch @@ -1,7 +1,7 @@ NEWS **** -New in 1.18.0-rc3 +New in 1.18.0: * Documentation: add reference to Go bindings. diff --git a/libfswatch/src/libfswatch/c++/path_utils.hpp b/libfswatch/src/libfswatch/c++/path_utils.hpp index ed884bdd..a2480002 100644 --- a/libfswatch/src/libfswatch/c++/path_utils.hpp +++ b/libfswatch/src/libfswatch/c++/path_utils.hpp @@ -38,7 +38,7 @@ namespace fsw * * @param path The directory whose entries must be returned. * @return A vector containing the list of entries of @p path. - * @since 1.18.0-rc3 + * @since 1.18.0 */ std::vector get_directory_entries(const std::filesystem::path& path); diff --git a/m4/fswatch_version.m4 b/m4/fswatch_version.m4 index 5af5ecb8..e1153b2b 100644 --- a/m4/fswatch_version.m4 +++ b/m4/fswatch_version.m4 @@ -13,5 +13,5 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see . # -m4_define([FSWATCH_VERSION], [1.18.0-rc3]) +m4_define([FSWATCH_VERSION], [1.18.0]) m4_define([FSWATCH_REVISION], [1]) diff --git a/m4/libfswatch_version.m4 b/m4/libfswatch_version.m4 index de64c2a3..be041749 100644 --- a/m4/libfswatch_version.m4 +++ b/m4/libfswatch_version.m4 @@ -37,6 +37,6 @@ # # Libtool documentation, 7.3 Updating library version information # -m4_define([LIBFSWATCH_VERSION], [1.18.0-rc3]) +m4_define([LIBFSWATCH_VERSION], [1.18.0]) m4_define([LIBFSWATCH_API_VERSION], [13:1:0]) m4_define([LIBFSWATCH_REVISION], [1]) diff --git a/po/en.po b/po/en.po index 958efe82..a7a0323b 100644 --- a/po/en.po +++ b/po/en.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fswatch 1.11.3\n" "Report-Msgid-Bugs-To: enrico.m.crisostomo@gmail.com\n" -"POT-Creation-Date: 2024-12-29 23:54+0100\n" +"POT-Creation-Date: 2025-01-03 13:06+0100\n" "PO-Revision-Date: 2017-10-29 14:04+0100\n" "Last-Translator: Enrico Maria Crisostomo \n" "Language-Team: English\n" @@ -485,12 +485,12 @@ msgstr "" msgid "Error accessing directory: %s" msgstr "" -#: libfswatch/src/libfswatch/c++/path_utils.cpp:71 +#: libfswatch/src/libfswatch/c++/path_utils.cpp:76 #, c-format msgid "Cannot stat %s" msgstr "" -#: libfswatch/src/libfswatch/c++/path_utils.cpp:81 +#: libfswatch/src/libfswatch/c++/path_utils.cpp:85 #, c-format msgid "Cannot lstat %s" msgstr "" diff --git a/po/en@boldquot.po b/po/en@boldquot.po index e263b741..f7fd16b1 100644 --- a/po/en@boldquot.po +++ b/po/en@boldquot.po @@ -1,7 +1,7 @@ # English translations for fswatch package. -# Copyright (C) 2024 Enrico M. Crisostomo +# Copyright (C) 2025 Enrico M. Crisostomo # This file is distributed under the same license as the fswatch package. -# Automatically generated, 2024. +# Automatically generated, 2025. # # All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation @@ -30,10 +30,10 @@ # msgid "" msgstr "" -"Project-Id-Version: fswatch 1.18.0-rc1\n" +"Project-Id-Version: fswatch 1.18.0\n" "Report-Msgid-Bugs-To: enrico.m.crisostomo@gmail.com\n" -"POT-Creation-Date: 2024-12-29 23:54+0100\n" -"PO-Revision-Date: 2024-12-29 23:54+0100\n" +"POT-Creation-Date: 2025-01-03 13:06+0100\n" +"PO-Revision-Date: 2025-01-03 13:06+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en@boldquot\n" @@ -518,12 +518,12 @@ msgstr "Notifying events #: %d.\n" msgid "Error accessing directory: %s" msgstr "Error accessing directory: %s" -#: libfswatch/src/libfswatch/c++/path_utils.cpp:71 +#: libfswatch/src/libfswatch/c++/path_utils.cpp:76 #, c-format msgid "Cannot stat %s" msgstr "Cannot stat %s" -#: libfswatch/src/libfswatch/c++/path_utils.cpp:81 +#: libfswatch/src/libfswatch/c++/path_utils.cpp:85 #, c-format msgid "Cannot lstat %s" msgstr "Cannot lstat %s" diff --git a/po/en@quot.po b/po/en@quot.po index 2ce329ab..874a9c8e 100644 --- a/po/en@quot.po +++ b/po/en@quot.po @@ -1,7 +1,7 @@ # English translations for fswatch package. -# Copyright (C) 2024 Enrico M. Crisostomo +# Copyright (C) 2025 Enrico M. Crisostomo # This file is distributed under the same license as the fswatch package. -# Automatically generated, 2024. +# Automatically generated, 2025. # # All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation @@ -27,10 +27,10 @@ # msgid "" msgstr "" -"Project-Id-Version: fswatch 1.18.0-rc1\n" +"Project-Id-Version: fswatch 1.18.0\n" "Report-Msgid-Bugs-To: enrico.m.crisostomo@gmail.com\n" -"POT-Creation-Date: 2024-12-29 23:54+0100\n" -"PO-Revision-Date: 2024-12-29 23:54+0100\n" +"POT-Creation-Date: 2025-01-03 13:06+0100\n" +"PO-Revision-Date: 2025-01-03 13:06+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en@quot\n" @@ -515,12 +515,12 @@ msgstr "Notifying events #: %d.\n" msgid "Error accessing directory: %s" msgstr "Error accessing directory: %s" -#: libfswatch/src/libfswatch/c++/path_utils.cpp:71 +#: libfswatch/src/libfswatch/c++/path_utils.cpp:76 #, c-format msgid "Cannot stat %s" msgstr "Cannot stat %s" -#: libfswatch/src/libfswatch/c++/path_utils.cpp:81 +#: libfswatch/src/libfswatch/c++/path_utils.cpp:85 #, c-format msgid "Cannot lstat %s" msgstr "Cannot lstat %s" diff --git a/po/es.po b/po/es.po index 37762e62..68ea912a 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fswatch 1.11.3\n" "Report-Msgid-Bugs-To: enrico.m.crisostomo@gmail.com\n" -"POT-Creation-Date: 2024-12-29 23:54+0100\n" +"POT-Creation-Date: 2025-01-03 13:06+0100\n" "PO-Revision-Date: 2017-10-29 14:04+0100\n" "Last-Translator: Enrico Maria Crisostomo \n" "Language-Team: Spanish \n" @@ -496,12 +496,12 @@ msgstr "Notificando eventos #: %d.\n" msgid "Error accessing directory: %s" msgstr "" -#: libfswatch/src/libfswatch/c++/path_utils.cpp:71 +#: libfswatch/src/libfswatch/c++/path_utils.cpp:76 #, c-format msgid "Cannot stat %s" msgstr "No se puede hacer stat() de %s" -#: libfswatch/src/libfswatch/c++/path_utils.cpp:81 +#: libfswatch/src/libfswatch/c++/path_utils.cpp:85 #, c-format msgid "Cannot lstat %s" msgstr "No se puede hacer lstat() de %s" diff --git a/po/fswatch.pot b/po/fswatch.pot index bad5250c..6c7665c6 100644 --- a/po/fswatch.pot +++ b/po/fswatch.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: fswatch 1.17.1\n" +"Project-Id-Version: fswatch 1.18.0\n" "Report-Msgid-Bugs-To: enrico.m.crisostomo@gmail.com\n" -"POT-Creation-Date: 2024-12-29 19:01+0100\n" +"POT-Creation-Date: 2025-01-03 13:06+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -485,12 +485,12 @@ msgstr "" msgid "Error accessing directory: %s" msgstr "" -#: libfswatch/src/libfswatch/c++/path_utils.cpp:71 +#: libfswatch/src/libfswatch/c++/path_utils.cpp:76 #, c-format msgid "Cannot stat %s" msgstr "" -#: libfswatch/src/libfswatch/c++/path_utils.cpp:81 +#: libfswatch/src/libfswatch/c++/path_utils.cpp:85 #, c-format msgid "Cannot lstat %s" msgstr "" diff --git a/po/it.po b/po/it.po index 0e32ead1..34979c94 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fswatch 1.11.3\n" "Report-Msgid-Bugs-To: enrico.m.crisostomo@gmail.com\n" -"POT-Creation-Date: 2024-12-29 23:54+0100\n" +"POT-Creation-Date: 2025-01-03 13:06+0100\n" "PO-Revision-Date: 2018-05-02 17:29+0200\n" "Last-Translator: Enrico Maria Crisostomo \n" "Language-Team: Italian \n" @@ -496,12 +496,12 @@ msgstr "Notificando eventi #: %d.\n" msgid "Error accessing directory: %s" msgstr "" -#: libfswatch/src/libfswatch/c++/path_utils.cpp:71 +#: libfswatch/src/libfswatch/c++/path_utils.cpp:76 #, c-format msgid "Cannot stat %s" msgstr "Non posso eseguire stat() di %s" -#: libfswatch/src/libfswatch/c++/path_utils.cpp:81 +#: libfswatch/src/libfswatch/c++/path_utils.cpp:85 #, c-format msgid "Cannot lstat %s" msgstr "Non posso eseguire lstat() di %s"