------------------------------------------------------------------- Tue Jan 15 12:44:16 UTC 2019 - Cristian Rodríguez - fix undefined reference to "ceil", some compiler versions do not optimize-out or inline ceil, but anyways libm is required. ------------------------------------------------------------------- Tue Jan 8 15:02:56 UTC 2019 - Cristian Rodríguez - Update to version 2.1.0 * Implement -w MAX_SECS,HERE,NEAR option * Provide tcptraceroute * Improve the main loop for better interactivity. ------------------------------------------------------------------- Thu Jul 16 20:27:50 UTC 2015 - crrodriguez@opensuse.org - traceroute-autotools.patch: switch to non-recursive automake without libtool. ------------------------------------------------------------------- Thu Jul 16 19:33:35 UTC 2015 - crrodriguez@opensuse.org - Version 2.0.21 * fix -F --mtu with current kernel versions - traceroute-autotools.patch refresh and add -fvisibility=hidden to CFLAGS. ------------------------------------------------------------------- Sun Aug 31 17:02:49 UTC 2014 - crrodriguez@opensuse.org - version 2.0.20 * Describe all complementary long options in the man page * Use correct service name for AS lookups * Avoid some rare case null dereference * Improve expiration check for simultaneous probes - traceroute-secure_getenv.patch use secure_getenv - traceroute-autotools.patch refresh ------------------------------------------------------------------- Thu Mar 7 17:52:47 UTC 2013 - crrodriguez@opensuse.org - The previous incarnation of traceroute had a traceroute6 binary, provide a compatibility symlink for it. - Build with full RELRO. ------------------------------------------------------------------- Sun Jan 27 19:20:20 UTC 2013 - crrodriguez@opensuse.org - Initial version. obsoletes the version found in package net-tools - This is the implementation used by the rest of the planet, not the one found in SUSE but Fedora, RHEL, Debian, Mandriva, Gentoo, Ubuntu.