gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31674 - gnunet-fuse


From: gnunet
Subject: [GNUnet-SVN] r31674 - gnunet-fuse
Date: Sun, 22 Dec 2013 14:31:31 +0100

Author: grothoff
Date: 2013-12-22 14:31:31 +0100 (Sun, 22 Dec 2013)
New Revision: 31674

Removed:
   gnunet-fuse/gnunet_ext_config.h.in
Modified:
   gnunet-fuse/AUTHORS
   gnunet-fuse/ChangeLog
   gnunet-fuse/README
   gnunet-fuse/configure.ac
Log:
-fuse is ready for 0.10

Modified: gnunet-fuse/AUTHORS
===================================================================
--- gnunet-fuse/AUTHORS 2013-12-22 13:21:55 UTC (rev 31673)
+++ gnunet-fuse/AUTHORS 2013-12-22 13:31:31 UTC (rev 31674)
@@ -3,9 +3,9 @@
 Maintainer: Christian Grothoff <address@hidden>
 Bug reports: https://gnunet.org/bugs/
 Security related bug reports: address@hidden
-License: some GPLv2+, mostly GPLv3+ 
+License: GPLv3+ 
 
-Primary developers (0.9.x series):
+Primary developers (0.10.x series):
 Christian Grothoff <address@hidden>
 
 Code contributions also came from:

Modified: gnunet-fuse/ChangeLog
===================================================================
--- gnunet-fuse/ChangeLog       2013-12-22 13:21:55 UTC (rev 31673)
+++ gnunet-fuse/ChangeLog       2013-12-22 13:31:31 UTC (rev 31674)
@@ -1,3 +1,6 @@
+Sun Dec 22 14:29:43 CET 2013
+       Packageing gnunet-fuse for GNUnet 0.10. -CG
+
 2012-03-07  gettextize  <address@hidden>
 
        * m4/gettext.m4: New file, from gettext-0.18.1.

Modified: gnunet-fuse/README
===================================================================
--- gnunet-fuse/README  2013-12-22 13:21:55 UTC (rev 31673)
+++ gnunet-fuse/README  2013-12-22 13:31:31 UTC (rev 31674)
@@ -1 +1,3 @@
-This is a template for GNUnet extensions.
+GNUnet-fuse allows you to mount directories published on GNUnet
+as read-only file-systems (on GNU/Linux and other operating
+systems that support the FUSE API).

Modified: gnunet-fuse/configure.ac
===================================================================
--- gnunet-fuse/configure.ac    2013-12-22 13:21:55 UTC (rev 31673)
+++ gnunet-fuse/configure.ac    2013-12-22 13:31:31 UTC (rev 31674)
@@ -1,9 +1,9 @@
 # This file is part of GNUnet.
-# (C) 2001-2012 Christian Grothoff (and other contributing authors)
+# (C) 2001-2013 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published
-# by the Free Software Foundation; either version 2, or (at your
+# by the Free Software Foundation; either version 3, or (at your
 # option) any later version.
 #
 # GNUnet is distributed in the hope that it will be useful, but
@@ -20,8 +20,8 @@
 # Process this file with autoconf to produce a configure script.
 #
 AC_PREREQ(2.61)
-AC_INIT([gnunet-fuse],[0.9.3],address@hidden)
-AM_INIT_AUTOMAKE([gnunet-fuse], [0.9.3])
+AC_INIT([gnunet-fuse],[0.10.0],address@hidden)
+AM_INIT_AUTOMAKE([gnunet-fuse], [0.10.0])
 AM_CONFIG_HEADER(gnunet_fuse_config.h)
 
 AH_TOP([#define _GNU_SOURCE  1])
@@ -111,7 +111,7 @@
 
 AC_CHECK_HEADERS([errno.h stdio.h unistd.h locale.h sys/stat.h sys/types.h 
langinfo.h libintl.h unistd.h stddef.h argz.h sys/socket.h netinet/in.h 
stdarg.h])
 
-backup_LIBS="$LIBS"    
+backup_LIBS="$LIBS"
 backup_CFLAGS="$CFLAGS "
 backup_CPPFLAGS="$CPPFLAGS"
 CFLAGS="-D_FILE_OFFSET_BITS=64"

Deleted: gnunet-fuse/gnunet_ext_config.h.in
===================================================================
--- gnunet-fuse/gnunet_ext_config.h.in  2013-12-22 13:21:55 UTC (rev 31673)
+++ gnunet-fuse/gnunet_ext_config.h.in  2013-12-22 13:31:31 UTC (rev 31674)
@@ -1,179 +0,0 @@
-/* gnunet_ext_config.h.in.  Generated from configure.ac by autoheader.  */
-
-#define _GNU_SOURCE  1
-
-/* This is a Cygwin system */
-#undef CYGWIN
-
-/* Define to 1 if translation of program messages to the user's native
-   language is requested. */
-#undef ENABLE_NLS
-
-/* This is a FreeBSD system */
-#undef FREEBSD
-
-/* Define to 1 if you have the <argz.h> header file. */
-#undef HAVE_ARGZ_H
-
-/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
-   CoreFoundation framework. */
-#undef HAVE_CFLOCALECOPYCURRENT
-
-/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
-   the CoreFoundation framework. */
-#undef HAVE_CFPREFERENCESCOPYAPPVALUE
-
-/* Define if the GNU dcgettext() function is already present or preinstalled.
-   */
-#undef HAVE_DCGETTEXT
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define to 1 if you have the <errno.h> header file. */
-#undef HAVE_ERRNO_H
-
-/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
-#undef HAVE_FSEEKO
-
-/* Define if the GNU gettext() function is already present or preinstalled. */
-#undef HAVE_GETTEXT
-
-/* Define to 1 if you have the <gnunet/gnunet_util_lib.h> header file. */
-#undef HAVE_GNUNET_GNUNET_UTIL_LIB_H
-
-/* Define if you have the iconv() function and it works. */
-#undef HAVE_ICONV
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define to 1 if you have the <langinfo.h> header file. */
-#undef HAVE_LANGINFO_H
-
-/* Define to 1 if you have the `intl' library (-lintl). */
-#undef HAVE_LIBINTL
-
-/* Define to 1 if you have the <libintl.h> header file. */
-#undef HAVE_LIBINTL_H
-
-/* Define to 1 if you have the <locale.h> header file. */
-#undef HAVE_LOCALE_H
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have the <netinet/in.h> header file. */
-#undef HAVE_NETINET_IN_H
-
-/* Define to 1 if you have the <stdarg.h> header file. */
-#undef HAVE_STDARG_H
-
-/* Define to 1 if you have the <stddef.h> header file. */
-#undef HAVE_STDDEF_H
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdio.h> header file. */
-#undef HAVE_STDIO_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the <sys/socket.h> header file. */
-#undef HAVE_SYS_SOCKET_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* This is a Linux system */
-#undef LINUX
-
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
-#undef LT_OBJDIR
-
-/* This is a MinGW system */
-#undef MINGW
-
-/* This is a NetBSD system */
-#undef NETBSD
-
-/* This is an OpenBSD system */
-#undef OPENBSD
-
-/* This is an OS X system */
-#undef OSX
-
-/* Some strange OS */
-#undef OTHEROS
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* The directory for installing read-only architecture-independent data */
-#undef PACKAGE_DATA
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* source dir */
-#undef PACKAGE_SOURCE_DIR
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* This is a Solaris system */
-#undef SOLARIS
-
-/* This is a BSD system */
-#undef SOMEBSD
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Version number of package */
-#undef VERSION
-
-/* This is a Windows system */
-#undef WINDOWS
-
-/* Number of bits in a file offset, on hosts where this is settable. */
-#undef _FILE_OFFSET_BITS
-
-/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
-#undef _LARGEFILE_SOURCE
-
-/* Define for large files, on AIX-style hosts. */
-#undef _LARGE_FILES
-
-/* Need with solaris or errno doesnt work */
-#undef _REENTRANT
-
-/* This is a Windows system */
-#undef _WIN32




reply via email to

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