Change logs for tinc source package in Utopic

  • tinc (1.0.24-2.1) unstable; urgency=medium
    
    
      * NMU after getting go ahead from guus on #tinc
      * Add a -dbg package which contains the debugging symbols for tinc
        Thanks <email address hidden> (Closes: #752561)
    
     -- Micah Anderson <email address hidden>  Tue, 24 Jun 2014 14:01:47 -0400
  • tinc (1.0.24-2) unstable; urgency=medium
    
    
      * Improve the init script: stopping tinc now waits for the process to
        terminate. If that doesn't happen in 5 seconds, it will send the TERM
        signal again (which helps if tinc is waiting for a script to finish
        executing). It now also detects whether the process mentioned in the PID
        file is actually running, and if not it will exit early and without
        warnings. Closes: #748107
    
     -- Guus Sliepen <email address hidden>  Wed, 14 May 2014 21:44:16 +0200
  • tinc (1.0.24-1) unstable; urgency=medium
    
    
      [ Guus Sliepen ]
      * New upstream release
      * Add a debian/watch file.
      * Bump Standards-Version.
    
      [ Gian Piero Carrubba ]
      * Allow resource limits to be set in /etc/default/tinc.
        Closes: #690685, #704702
    
     -- Guus Sliepen <email address hidden>  Sun, 11 May 2014 21:17:13 +0200
  • tinc (1.0.23-2) unstable; urgency=low
    
    
      * Use if-statements instead of && in shell scripts. Closes: #731279
        The && operator does not clear the error status, and if the next statement
        in a shell script does not change the error status it would cause the
        script to prematurely exit. Thanks to Peter Reinholdtsen for spotting it.
      * Use absolute path to tincd in the if-post-down script.
    
     -- Guus Sliepen <email address hidden>  Thu, 05 Dec 2013 09:41:13 +0000