diff --git a/ChangeLog b/ChangeLog index 7af33c1..7ab2a48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,58 +1,2 @@ -Iterim milestones -These private versions, the version numbering bumps just denote -that a development milestone is achieved +1.0: Initial public release -0.10.0: - * BUGFIX/INTERNAL: Try not to throw nautilus on allocation errors - * INTERNAL: Inherit CWD from parent nautilus - * INTERNAL: Adjusted allocation for printf upper_bounds - * INTERNAL: Display a simpler menu entry if allocation fails, won't work - selections - -0.9.0 (30 oct 2006): - * INTERNAL: function tagging for optimization/semantics with GCC's C - extensions - * INTERNAL: stricter parameter attributes - * INTERNAL: Use of inlined variadic functions for debugging instead of macros - * FEATURE: Display icon in the menu entry/entries - * INTERNAL: Debugging macros/functions cleanup - * FEATURE: Support for different verbosity levels on debug - * LEGAL: Relicensed as LGPL, added license to all source files - -0.8.0 (25 oct 2006): - * INTERNAL: Changed the use of lstat() and realpath() to GnomeVFS versions - * BUGFIX: Resolve realpaths correctly for paths with non-ascii characters - or spaces - * FEATURE: Support for multiple file selections, entries for the symbolic - links in the selected set are added to the context menu - * BUGFIX: Don't use urlencoded urls for the working dir of the spawned - nautilus - * INTERNAL: Use '.' as cwd of the spawned nautilus - -0.7.9 (24 oct 2006): - * FEATURE: Show the symbolic link's name (unresolved) in context menu and - description - -0.7.0 (24 oct 2006): - * FEATURE: Added support for background items (context menu on opened symlinks) - * BUGFIX: Corrected translation typos - * BUGFIX: Corrected includes only working in DEBUG/NON-DEBUG mode - -0.6.0 (24 oct 2006): - * FEATURE: Added support for i18n, updated build-dependancies accordingly - -0.5.2 (24 oct 2006): - * INTERNAL: Corrected includes and function declarations - * INTERNAL: Switched to the autotools build system - * BUGFIX: Retrieve libnautilus-extension's directory for installation - * BUGFIX: Fixed mistakenly using relative paths for link resolution - * BUGFIX: Fixed incorrect memory allocation (crashed nautilus sometimes) - -0.5.1 (23 oct 2006): - * BUGFIX: Correctly check error in realpath() call - * INTERNAL: Rearrangement in multiple files, applied static where - appropiate - * INTERNAL: Added extra-verbosity, switchable on compile time - -0.5 (22 oct 2006): - * Initial release diff --git a/configure.in b/configure.in index 940f206..5871069 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,11 @@ AC_INIT(src/follow-symlink.c) -AM_INIT_AUTOMAKE(libnautilus-follow-symlink, "0.10.0") +AM_INIT_AUTOMAKE(libnautilus-follow-symlink, "1.0.0") AC_CONFIG_HEADER(src/config.h) dnl default FLAGS CPPFLAGS="$CPPFLAGS -std=gnu99 -pedantic-errors -Wall" -CFLAGS="$CFLAGS -O -Wall -Werror" +CFLAGS="$CFLAGS -O -Wall -Werror -Winline" LDFLAGS="$LDFLAGS -Wl,--as-needed" # FIXME: Make this better diff --git a/debian/changelog b/debian/changelog index 67ebda7..e244ad6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,64 +1,5 @@ -nautilus-follow-symlink (0.10.0-out.1) unstable; urgency=low - - * New upstream release - - -- Toni Corvera Mon, 30 Oct 2006 14:01:58 +0100 - -nautilus-follow-symlink (0.9.0-out.1) unstable; urgency=low - - * New upstream release - - -- Toni Corvera Mon, 30 Oct 2006 06:16:26 +0100 - -nautilus-follow-symlink (0.8.0-out.1) unstable; urgency=low - - * New upstream release - - -- Toni Corvera Wed, 25 Oct 2006 05:03:23 +0200 - -nautilus-follow-symlink (0.7.9-out.1) unstable; urgency=low - - * New upstream release - - -- Toni Corvera Tue, 24 Oct 2006 23:00:48 +0200 - -nautilus-follow-symlink (0.7.0-out.1) unstable; urgency=low - - * New upstream release - - -- Toni Corvera Tue, 24 Oct 2006 21:30:10 +0200 - -nautilus-follow-symlink (0.6.0-out.1) experimental; urgency=low - - * New upstream release - * debian/control: - - Added intltool and gettext (new requirements of 0.6) - - Corrected Build-Depends - - -- Toni Corvera Tue, 24 Oct 2006 20:25:12 +0200 - -nautilus-follow-symlink (0.5.2-out.2) unstable; urgency=low - - * debian/rules: Install upstream ChangeLog - * debian/docs: Install upstream BUILD instructions - - -- Toni Corvera Tue, 24 Oct 2006 18:32:54 +0200 - -nautilus-follow-symlink (0.5.2-out.1) unstable; urgency=low - - * New upstream release - - -- Toni Corvera Tue, 24 Oct 2006 18:24:52 +0200 - -nautilus-follow-symlink (0.5.1-out.1) experimental; urgency=low - - * New upstream release - - -- Toni Corvera Mon, 23 Oct 2006 01:20:15 +0200 - -nautilus-follow-symlink (0.5-out.1) experimental; urgency=low +nautilus-follow-symlink (1.0.0-out.1) unstable; urgency=low * Initial release - -- Toni Corvera Sun, 22 Oct 2006 04:11:50 +0200 - + -- Toni Corvera Wed, 1 Nov 2006 21:21:48 +0100 diff --git a/debian/copyright b/debian/copyright index 15326e2..b4891be 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,8 +1,7 @@ This package was debianized by Toni Corvera on Sat, 21 Oct 2006 23:46:12 +0200. -It can be officially downloaded right now, contact the autor to -get a copy or more information. +It can be downloaded right now from . Copyright Holder: Toni Corvera diff --git a/dist b/dist index 25887a1..c007a32 100755 --- a/dist +++ b/dist @@ -1,5 +1,8 @@ #!/usr/bin/make -f +# $Id$ + +UPSTREAM_URL=http://proyectos.outlyer.net/nautilus-follow-symlink dist: gen @@ -74,3 +77,15 @@ clean: # Undo intltoolize rm -f intltool* rm -f po/Makefile.in.in + +package-source: clean + if [ -d .svn ]; then echo "WARNING: Using SVN working copy" >&2 && sleep 2s ; fi + cd ../ && tar zcvf `basename $$OLDPWD`.tar.gz \ + --label 'nautilus-follow-symlink <$(UPSTREAM_URL)>' \ + --totals \ + --group 0 \ + --owner 0 \ + --exclude='.svn' \ + --exclude='devel_docs' \ + --exclude='.*' \ + `basename $$OLDPWD`/ diff --git a/src/Makefile.am b/src/Makefile.am index 4474a7a..8cd2acb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +# $Id$ # +# # Required to correctly install the locale files CPPFLAGS+=-DGNOMELOCALEDIR=\""$(datadir)/locale"\" diff --git a/src/common.h b/src/common.h index 0e011fb..d01dcef 100644 --- a/src/common.h +++ b/src/common.h @@ -1,3 +1,28 @@ +/* $Id$ + * + * common.h + * nautilus-follow-symlink: Nautilus extension which allows opening the real + * path of symbolic links + * + * Copyright (C) 2006 Toni Corvera + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Author: Toni Corvera + */ + #ifndef FOLLOW_SYMLINK_COMMON_H #define FOLLOW_SYMLINK_COMMON_H diff --git a/src/follow-symlink.c b/src/follow-symlink.c index 5162cf8..1a22e3f 100644 --- a/src/follow-symlink.c +++ b/src/follow-symlink.c @@ -1,4 +1,5 @@ -/* +/* $Id$ + * * follow-symlink.h * nautilus-follow-symlink: Nautilus extension which allows opening the real * path of symbolic links diff --git a/src/follow-symlink.h b/src/follow-symlink.h index c195270..49f153f 100644 --- a/src/follow-symlink.h +++ b/src/follow-symlink.h @@ -1,4 +1,5 @@ -/* +/* $Id$ + * * follow-symlink.h * nautilus-follow-symlink: Nautilus extension which allows opening the real * path of symbolic links diff --git a/src/nautilus-ext-follow-symlink.c b/src/nautilus-ext-follow-symlink.c index 036fe65..fb0ab7b 100644 --- a/src/nautilus-ext-follow-symlink.c +++ b/src/nautilus-ext-follow-symlink.c @@ -1,4 +1,5 @@ -/* +/* $Id$ + * * follow-symlink.h * nautilus-follow-symlink: Nautilus extension which allows opening the real * path of symbolic links diff --git a/src/nautilus-ext-follow-symlink.h b/src/nautilus-ext-follow-symlink.h index 3c7d38f..f37c038 100644 --- a/src/nautilus-ext-follow-symlink.h +++ b/src/nautilus-ext-follow-symlink.h @@ -1,4 +1,5 @@ -/* +/* $Id$ + * * follow-symlink.h * nautilus-follow-symlink: Nautilus extension which allows opening the real * path of symbolic links