Skip to content

Commit

Permalink
Merge pull request #329 from emcrisostomo:1.18.0
Browse files Browse the repository at this point in the history
Bump version to 1.18.0 and update related documentation
  • Loading branch information
emcrisostomo authored Jan 3, 2025
2 parents 585dda0 + 1275e0c commit 2cd9417
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]")
set(PACKAGE_BUGREPORT "${PACKAGE_AUTHOR}")
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.libfswatch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NEWS
****

New in 1.18.0-rc3
New in 1.18.0:

* Documentation: add reference to Go bindings.

Expand Down
2 changes: 1 addition & 1 deletion libfswatch/src/libfswatch/c++/path_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::filesystem::directory_entry> get_directory_entries(const std::filesystem::path& path);

Expand Down
2 changes: 1 addition & 1 deletion m4/fswatch_version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
#
m4_define([FSWATCH_VERSION], [1.18.0-rc3])
m4_define([FSWATCH_VERSION], [1.18.0])
m4_define([FSWATCH_REVISION], [1])
2 changes: 1 addition & 1 deletion m4/libfswatch_version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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])
6 changes: 3 additions & 3 deletions po/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fswatch 1.11.3\n"
"Report-Msgid-Bugs-To: [email protected]\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 <[email protected]>\n"
"Language-Team: English\n"
Expand Down Expand Up @@ -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 ""
Expand Down
14 changes: 7 additions & 7 deletions po/[email protected]
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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: [email protected]\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"
Expand Down Expand Up @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions po/[email protected]
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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: [email protected]\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"
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fswatch 1.11.3\n"
"Report-Msgid-Bugs-To: [email protected]\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 <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions po/fswatch.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]\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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -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 ""
Expand Down
6 changes: 3 additions & 3 deletions po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fswatch 1.11.3\n"
"Report-Msgid-Bugs-To: [email protected]\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 <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 2cd9417

Please sign in to comment.