Change logs for ufw source package in Jaunty

  • ufw (0.27-0ubuntu2) jaunty; urgency=low
    
      * properly return translated string with formatted text (LP: #346563)
    
     -- Jamie Strandboge <email address hidden>   Fri, 03 Apr 2009 10:07:33 -0500
  • ufw (0.27-0ubuntu1) jaunty; urgency=low
    
      * new upstream release (bug fix only)
        - insert rules in proper order when ufw is enabled (LP: #344971)
    
     -- Jamie Strandboge <email address hidden>   Wed, 18 Mar 2009 22:10:08 -0500
  • ufw (0.27~r416-0ubuntu5) jaunty; urgency=low
    
      * Don't traceback when ufw modules aren't available (LP: #337705)
    
     -- Jamie Strandboge <email address hidden>   Wed, 04 Mar 2009 15:10:13 -0600
  • ufw (0.27~r416-0ubuntu4) jaunty; urgency=low
    
      * debian/templates: rephrase boolean description so it works with both cli
        yes/no question and gui checkbox (LP: #337890)
    
     -- Jamie Strandboge <email address hidden>   Wed, 04 Mar 2009 13:29:15 -0600
  • ufw (0.27~r416-0ubuntu3) jaunty; urgency=low
    
      * debian/rules: adjust dh_pycentral call to make sure dist-package symlinks
        are available at dpkg unpack. Patch thanks to Michael Vogt (LP: #337705)
    
     -- Jamie Strandboge <email address hidden>   Wed, 04 Mar 2009 09:20:11 -0600
  • ufw (0.27~r416-0ubuntu2) jaunty; urgency=low
    
      * debian/templates: fix lintian error
      * get rid of DeprecationWarnings from 2.6 transition, which cause a FTBFS
        due to tests failing (grab commits 420-422 from trunk)
      * debian/control: update Vcs-Bzr url
    
     -- Jamie Strandboge <email address hidden>   Mon, 02 Mar 2009 14:44:48 -0600
  • ufw (0.27~r416-0ubuntu1) jaunty; urgency=low
    
      * new upstream release
        - don't do symlink check anymore (LP: #317700)
        - don't do hidden file check anymore (LP: #319226)
        - add insert rule support (LP: #260745)
        - clear up status output (LP: #262975)
        - add log level support
        - add per rule logging
      * debian/ufw.init: use mountall for Required-Start rather than mountall.sh
      * added allow_custom_ports debconf option
      * debian/postinst: don't exit on ufw error
      * ship debian/sysctl.conf instead of upstream. This file now only lists
        settings that do are non-default in Ubuntu
      * adjust initscript to tell it is using /etc/ufw/sysctl.conf
      * debian/*md5sums: updated for new upstream defaults
      * debian/config: update has_existing() to also check old md5sums
      * debian/postinst: don't error out when processing triggers, as this causes
        dpkg errors (LP: #270285, #328728)
    
     -- Jamie Strandboge <email address hidden>   Wed, 18 Feb 2009 16:53:15 -0600
  • ufw (0.26-0ubuntu1) jaunty; urgency=low
    
      * new upstream release, which fixes:
        - formatting of dpkg output incorrect on upgrades (LP: #300726)
        - new REJECT functionality (LP: #197322)
        - ufw shouldn't flush built-in chains by default. New MANAGE_BUILTINS
          configuration option can be used to restore the old (flush) behavior
      * debian/control:
        - Build-Depends-Indep on iptables (required for iptables version check in
          setup.py)
        - add ${misc:Depends} to Depends and bump Standards-Version to 3.8.0
        - update Description
        - move po-debconf to Build-Depends
      * added debian/watch
      * debian/source.lintian-overrides: don't complain about
        no-complete-debconf-translation
      * debian/rules:
        - rename and gzip upstream changelogs
        - rename initscript.ubuntu to ufw.init and use dh_installinit (but
          continue to use /etc/defaults/ufw installed via setup.py for now)
        - cleanup dh_installdirs
        - use dh_installexamples for example files
        - run debconf-updatepo in clean target
      * debian/postinst: remove old ufw.rules check because ufw.rules existed for
        only a short time during the Hardy development cycle, it's ignored by ufw
        and its existence is harmless.
      * debian/config and debian/templates: remove ufw/oldrules
      * provide debconf mechanism for enabling the firewall and setting some basic
        rules (LP: #307715)
    
     -- Jamie Strandboge <email address hidden>   Fri, 16 Jan 2009 08:02:36 -0600
  • ufw (0.25-0ubuntu1) jaunty; urgency=low
    
      * new upstream release (no longer a native package)
        - fixes LP: #311066 (initscript flushes rules on stop when not enabled)
      * add debian/initscript.ubuntu since upstream doesn't ship an initscript
        anymore
      * dirs: add etc/init.d
      * debian/rules: install initscript.ubuntu, examples from doc/ and
        upstream changelogs
    
     -- Jamie Strandboge <email address hidden>   Mon, 22 Dec 2008 08:45:59 -0600
  • ufw (0.24.1) jaunty; urgency=low
    
      * remove existing stop links for runlevels 0 and 6, thus completing the fix
        for LP: #298736.
      * adjust tarball Makefile target
    
     -- Jamie Strandboge <email address hidden>   Sun, 21 Dec 2008 11:47:45 -0600
  • ufw (0.24) jaunty; urgency=low
    
      * debian/rules: check for 'nocheck' in DEB_BUILD_OPTIONS
      * debian/postrm: don't fail if iptables or ip6tables fails (LP: #278670)
      * fix typo in error message (LP: #280348)
      * allow case-insensitive matches for application rules (LP: #263757). Based
        on work by Didier Roche
      * add skel-ui for UI example
      * debian/postinst: don't stop in runlevels 0 and 6 (LP: #298736)
      * before6.rules: adjust hop limit to 255 for NDP messages (LP: #299268) per
        RFC 4890 secton 4.2. Thanks to Ryan Giobbi
      * before6.rules: restrict multicast (LP: #304216). Thanks to Ryan Giobbi
      * before.rules: don't use ctstate as it is not supported on all kernels and
        we don't use the extra information anyway (LP: #289906)
      * fix translations for input strings (LP: #302426)
      * update ucf md5sums for before.rules and before6.rules
      * adjust root/destructive tests for when we can't unmount /proc
    
     -- Jamie Strandboge <email address hidden>   Fri, 12 Dec 2008 13:43:11 -0500
  • ufw (0.23.2) intrepid; urgency=low
    
      * fix typo in error message (LP: #280348)
    
     -- Jamie Strandboge <email address hidden>   Tue, 07 Oct 2008 09:22:34 -0500