From 30c10e90a810c68691c785a6cc896e6375f5bec1 Mon Sep 17 00:00:00 2001 From: Toni Corvera Date: Sat, 12 May 2007 20:07:36 +0000 Subject: [PATCH] Retro-fitted branch 1.0.2 git-svn-id: https://svn.outlyer.net/svn/pub/nautilus-follow-symlink/branches/1.0.2@34 da2faf11-d50b-4b07-92cd-6070d1bd8887 --- ChangeLog | 7 +++++-- configure.in | 4 ++-- debian/changelog | 6 ++++++ dist | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2053ea..35ba7ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ -1.0.1: +1.0.2: (2007-05-12) + * BUGFIX: Fixed icon location, was broken on newer systems + +1.0.1: (2006-12-14) * BUGFIX: Show correctly file names with underscores * BUGFIX: Fixed compilation on 64bits archs (__unused can't be defined) * BUGFIX: Require automake 1.9, which was actually used -1.0: Initial public release +1.0: Initial public release (2006-11-10) diff --git a/configure.in b/configure.in index 59aa0a1..f2d6aff 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT(src/follow-symlink.c) -AM_INIT_AUTOMAKE([ 1.9 libnautilus-follow-symlink ], "1.0.1") +AM_INIT_AUTOMAKE([ 1.9 libnautilus-follow-symlink ], "1.0.2") AC_CONFIG_HEADER(src/config.h) dnl default FLAGS @@ -9,7 +9,7 @@ CFLAGS="$CFLAGS -O -Wall -Werror -Winline" LDFLAGS="$LDFLAGS -Wl,--as-needed" # FIXME: Make this better -FSL_ICON="/usr/share/icons/gnome/48x48/emblems/emblem-symbolic-link.png" +FSL_ICON="/usr/share/icons/gnome/16x16/emblems/emblem-symbolic-link.png" AC_SUBST(FSL_ICON) AC_DEFINE_UNQUOTED(FSL_ICON, "$FSL_ICON", [follow-symlink menu icon]) diff --git a/debian/changelog b/debian/changelog index 7c8a3e0..6e7427e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nautilus-follow-symlink (1.0.2-out.1) unstable; urgency=low + + * New upstream release. + + -- Toni Corvera Sat, 12 May 2007 21:35:32 +0200 + nautilus-follow-symlink (1.0.1-out.1) unstable; urgency=low * New upstream version diff --git a/dist b/dist index e38bf08..28c201d 100755 --- a/dist +++ b/dist @@ -2,7 +2,7 @@ # $Id$ -UPSTREAM_URL=http://proyectos.outlyer.net/nautilus-follow-symlink +UPSTREAM_URL=http://p.outlyer.net/nautilus-follow-symlink dist: gen