Skip to content

Commit 2cd9417

Browse files
authored
Merge pull request #329 from emcrisostomo:1.18.0
Bump version to 1.18.0 and update related documentation
2 parents 585dda0 + 1275e0c commit 2cd9417

12 files changed

Lines changed: 33 additions & 33 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project(fswatch VERSION 1.18.0 LANGUAGES C CXX)
1919
#@formatter:off
2020
set(PACKAGE "${PROJECT_NAME}")
2121
set(PACKAGE_NAME "${PACKAGE}")
22-
set(PACKAGE_VERSION "${PROJECT_VERSION}-rc3")
22+
set(PACKAGE_VERSION "${PROJECT_VERSION}")
2323
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
2424
set(PACKAGE_AUTHOR "enrico.m.crisostomo@gmail.com")
2525
set(PACKAGE_BUGREPORT "${PACKAGE_AUTHOR}")

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NEWS
22
****
33

4-
New in 1.18.0-rc3:
4+
New in 1.18.0:
55

66
* The C++17 standard has been adopted: code has been rewritten and simplified
77
to adobe new features of the C++17 standard library such as std::filesystem.

NEWS.libfswatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NEWS
22
****
33

4-
New in 1.18.0-rc3
4+
New in 1.18.0:
55

66
* Documentation: add reference to Go bindings.
77

libfswatch/src/libfswatch/c++/path_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace fsw
3838
*
3939
* @param path The directory whose entries must be returned.
4040
* @return A vector containing the list of entries of @p path.
41-
* @since 1.18.0-rc3
41+
* @since 1.18.0
4242
*/
4343
std::vector<std::filesystem::directory_entry> get_directory_entries(const std::filesystem::path& path);
4444

m4/fswatch_version.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# You should have received a copy of the GNU General Public License along with
1414
# this program. If not, see <http://www.gnu.org/licenses/>.
1515
#
16-
m4_define([FSWATCH_VERSION], [1.18.0-rc3])
16+
m4_define([FSWATCH_VERSION], [1.18.0])
1717
m4_define([FSWATCH_REVISION], [1])

m4/libfswatch_version.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
#
3838
# Libtool documentation, 7.3 Updating library version information
3939
#
40-
m4_define([LIBFSWATCH_VERSION], [1.18.0-rc3])
40+
m4_define([LIBFSWATCH_VERSION], [1.18.0])
4141
m4_define([LIBFSWATCH_API_VERSION], [13:1:0])
4242
m4_define([LIBFSWATCH_REVISION], [1])

po/en.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: fswatch 1.11.3\n"
99
"Report-Msgid-Bugs-To: enrico.m.crisostomo@gmail.com\n"
10-
"POT-Creation-Date: 2024-12-29 23:54+0100\n"
10+
"POT-Creation-Date: 2025-01-03 13:06+0100\n"
1111
"PO-Revision-Date: 2017-10-29 14:04+0100\n"
1212
"Last-Translator: Enrico Maria Crisostomo <enrico.m.crisostomo@gmail.com>\n"
1313
"Language-Team: English\n"
@@ -485,12 +485,12 @@ msgstr ""
485485
msgid "Error accessing directory: %s"
486486
msgstr ""
487487

488-
#: libfswatch/src/libfswatch/c++/path_utils.cpp:71
488+
#: libfswatch/src/libfswatch/c++/path_utils.cpp:76
489489
#, c-format
490490
msgid "Cannot stat %s"
491491
msgstr ""
492492

493-
#: libfswatch/src/libfswatch/c++/path_utils.cpp:81
493+
#: libfswatch/src/libfswatch/c++/path_utils.cpp:85
494494
#, c-format
495495
msgid "Cannot lstat %s"
496496
msgstr ""

po/en@boldquot.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# English translations for fswatch package.
2-
# Copyright (C) 2024 Enrico M. Crisostomo
2+
# Copyright (C) 2025 Enrico M. Crisostomo
33
# This file is distributed under the same license as the fswatch package.
4-
# Automatically generated, 2024.
4+
# Automatically generated, 2025.
55
#
66
# All this catalog "translates" are quotation characters.
77
# The msgids must be ASCII and therefore cannot contain real quotation
@@ -30,10 +30,10 @@
3030
#
3131
msgid ""
3232
msgstr ""
33-
"Project-Id-Version: fswatch 1.18.0-rc1\n"
33+
"Project-Id-Version: fswatch 1.18.0\n"
3434
"Report-Msgid-Bugs-To: enrico.m.crisostomo@gmail.com\n"
35-
"POT-Creation-Date: 2024-12-29 23:54+0100\n"
36-
"PO-Revision-Date: 2024-12-29 23:54+0100\n"
35+
"POT-Creation-Date: 2025-01-03 13:06+0100\n"
36+
"PO-Revision-Date: 2025-01-03 13:06+0100\n"
3737
"Last-Translator: Automatically generated\n"
3838
"Language-Team: none\n"
3939
"Language: en@boldquot\n"
@@ -518,12 +518,12 @@ msgstr "Notifying events #: %d.\n"
518518
msgid "Error accessing directory: %s"
519519
msgstr "Error accessing directory: %s"
520520

521-
#: libfswatch/src/libfswatch/c++/path_utils.cpp:71
521+
#: libfswatch/src/libfswatch/c++/path_utils.cpp:76
522522
#, c-format
523523
msgid "Cannot stat %s"
524524
msgstr "Cannot stat %s"
525525

526-
#: libfswatch/src/libfswatch/c++/path_utils.cpp:81
526+
#: libfswatch/src/libfswatch/c++/path_utils.cpp:85
527527
#, c-format
528528
msgid "Cannot lstat %s"
529529
msgstr "Cannot lstat %s"

po/en@quot.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# English translations for fswatch package.
2-
# Copyright (C) 2024 Enrico M. Crisostomo
2+
# Copyright (C) 2025 Enrico M. Crisostomo
33
# This file is distributed under the same license as the fswatch package.
4-
# Automatically generated, 2024.
4+
# Automatically generated, 2025.
55
#
66
# All this catalog "translates" are quotation characters.
77
# The msgids must be ASCII and therefore cannot contain real quotation
@@ -27,10 +27,10 @@
2727
#
2828
msgid ""
2929
msgstr ""
30-
"Project-Id-Version: fswatch 1.18.0-rc1\n"
30+
"Project-Id-Version: fswatch 1.18.0\n"
3131
"Report-Msgid-Bugs-To: enrico.m.crisostomo@gmail.com\n"
32-
"POT-Creation-Date: 2024-12-29 23:54+0100\n"
33-
"PO-Revision-Date: 2024-12-29 23:54+0100\n"
32+
"POT-Creation-Date: 2025-01-03 13:06+0100\n"
33+
"PO-Revision-Date: 2025-01-03 13:06+0100\n"
3434
"Last-Translator: Automatically generated\n"
3535
"Language-Team: none\n"
3636
"Language: en@quot\n"
@@ -515,12 +515,12 @@ msgstr "Notifying events #: %d.\n"
515515
msgid "Error accessing directory: %s"
516516
msgstr "Error accessing directory: %s"
517517

518-
#: libfswatch/src/libfswatch/c++/path_utils.cpp:71
518+
#: libfswatch/src/libfswatch/c++/path_utils.cpp:76
519519
#, c-format
520520
msgid "Cannot stat %s"
521521
msgstr "Cannot stat %s"
522522

523-
#: libfswatch/src/libfswatch/c++/path_utils.cpp:81
523+
#: libfswatch/src/libfswatch/c++/path_utils.cpp:85
524524
#, c-format
525525
msgid "Cannot lstat %s"
526526
msgstr "Cannot lstat %s"

po/es.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: fswatch 1.11.3\n"
99
"Report-Msgid-Bugs-To: enrico.m.crisostomo@gmail.com\n"
10-
"POT-Creation-Date: 2024-12-29 23:54+0100\n"
10+
"POT-Creation-Date: 2025-01-03 13:06+0100\n"
1111
"PO-Revision-Date: 2017-10-29 14:04+0100\n"
1212
"Last-Translator: Enrico Maria Crisostomo <enrico.m.crisostomo@gmail.com>\n"
1313
"Language-Team: Spanish <es@li.org>\n"
@@ -496,12 +496,12 @@ msgstr "Notificando eventos #: %d.\n"
496496
msgid "Error accessing directory: %s"
497497
msgstr ""
498498

499-
#: libfswatch/src/libfswatch/c++/path_utils.cpp:71
499+
#: libfswatch/src/libfswatch/c++/path_utils.cpp:76
500500
#, c-format
501501
msgid "Cannot stat %s"
502502
msgstr "No se puede hacer stat() de %s"
503503

504-
#: libfswatch/src/libfswatch/c++/path_utils.cpp:81
504+
#: libfswatch/src/libfswatch/c++/path_utils.cpp:85
505505
#, c-format
506506
msgid "Cannot lstat %s"
507507
msgstr "No se puede hacer lstat() de %s"

0 commit comments

Comments
 (0)