gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-fuse] branch master updated (41f0a42 -> 0411d89)


From: gnunet
Subject: [gnunet-fuse] branch master updated (41f0a42 -> 0411d89)
Date: Fri, 30 Dec 2022 00:52:08 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a change to branch master
in repository gnunet-fuse.

    from 41f0a42  bump version
     new 79ec9f3  -actually fix dist-build against gnunet master (0.19)
     new 0411d89  release v0.19.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog            | 3 +++
 configure.ac         | 2 +-
 contrib/build-common | 2 +-
 src/fuse/Makefile.am | 3 ++-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8443b5f..19b5d77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Fri Dec 30 12:51:11 AM CET 2022
+    Releasing gnunet-fuse 0.19.1: fix build for GNUnet 0.19.0+.
+
 Fri 22 Nov 2019 17:50:00 PM CET
     Releasing gnunet-fuse 0.11.8:
     updates to build with gnunet 0.11.8,
diff --git a/configure.ac b/configure.ac
index 07726c8..eaa2d6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
 # Process this file with autoconf to produce a configure script.
 #
 AC_PREREQ(2.61)
-AC_INIT([gnunet-fuse],[0.19.0],[bug-gnunet@gnu.org])
+AC_INIT([gnunet-fuse],[0.19.1],[bug-gnunet@gnu.org])
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(gnunet_fuse_config.h)
 
diff --git a/contrib/build-common b/contrib/build-common
index 2353867..38c168b 160000
--- a/contrib/build-common
+++ b/contrib/build-common
@@ -1 +1 @@
-Subproject commit 23538677f6c6be2a62f38dc6137ecdd1c76b7b15
+Subproject commit 38c168b11eeeab93562ffa74b3e2aff4b596c77a
diff --git a/src/fuse/Makefile.am b/src/fuse/Makefile.am
index 6768ff1..33b2731 100644
--- a/src/fuse/Makefile.am
+++ b/src/fuse/Makefile.am
@@ -16,7 +16,8 @@ gnunet_fuse_SOURCES = \
   readdir.c \
   read.c \
   open.c \
-  getattr.c
+  getattr.c \
+  gettext.h
 #
 #      mkdir.c \
 #      mknod.c \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]