~ubuntu-branches/ubuntu/trusty/ufw/trusty-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2012-04-04 12:12:25 UTC
  • mfrom: (30.1.13)
  • mto: This revision was merged to the branch mainline in revision 65.
  • Revision ID: package-import@ubuntu.com-20120404121225-pjt6j7hm3ua0q580
Tags: 0.31.1-1
* New upstream release (Closes: 663677, Closes: 625681)
* debian/control: update to standards 3.9.3
* convert to source format 3.0 (quilt)
* 0001-optimize-boot.patch: only read in /etc/ufw/ufw.conf when disabled
* debian/rules: adjust to only install the application profiles when not
  Ubuntu
* debian/po/nl.po: add Dutch translation of debconf templates. Thanks to
  Jeroen Schot (Closes: 658495)
* debian/po/da.po: add Danish translation of debconf templates. Thanks to
  Joe Dalton (Closes: 666557)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ufw (0.31.1) RELEASED; urgency=low
 
2
 
 
3
  * src/util.py: revert revert r752 which introduced problems with other
 
4
    locales (LP: #953372)
 
5
  * add tests/check-locales. This is Debian/Ubuntu specific, but will help
 
6
    avoid commits like r752.
 
7
 
 
8
 -- Jamie Strandboge <jamie@ubuntu.com>  Mon, 12 Mar 2012 20:26:28 -0500
 
9
 
 
10
ufw (0.31) RELEASED; urgency=low
 
11
 
 
12
  * allow UPnP multicast for service discovery (LP: #764933)
 
13
  * conf/ufw.defaults:
 
14
    - remove IRC connection tracking, which is only required for DCC
 
15
    - allow nf_conntrack_netbios_ns (Samba) (LP: #360975)
 
16
  * enable IPv6 by default
 
17
  * fix 'allow to any ipv6' when IPv6 is enabled
 
18
  * update manpage references to ufw and ufw-framework to include the section
 
19
  * update check-requirements to prompt to continue with tests that may
 
20
    autoload modules. Add '-f' option to check-requirements and update test
 
21
    suite accordingly (LP: #782816)
 
22
  * don't fail when running 'show listening' under fakeroot (LP: #812516)
 
23
  * add syntax-check to Makefile
 
24
  * add man-check to Makefile
 
25
  * src/util.py: use codes.open(..., 'UTF-8') to better support non-english
 
26
    locales in third-party frontends. Analysis and patch suggestion thanks to
 
27
    S. Nizio. (LP: #921758)
 
28
  * conf/ufw.defaults and doc/ufw-framework.8: add info on tftp connection
 
29
    tracking modules
 
30
  * fix traceback when specifying '--dry-run' with no arguments (LP: #946332)
 
31
  * tests/testlib.sh: add 'http-or-www' argument to do_cmd() to try to
 
32
    account for /etc/services files with http/udp instead of www/udp. Adjust
 
33
    bad/apps and root/normalization for this (LP: #947224)
 
34
  * conf/before6.rules: use correct ports for DHCPv6 and limit source and
 
35
    destination addresses to autoconfiguration addresses (fe80::/10). Thanks
 
36
    to Mathieu Trudel-Lapierre (LP: #947416)
 
37
  * import new and updated Launchpad translations:
 
38
    - po/ar.po, po/ast.po (new), po/bg.po, po/bs.po (new), po/ca.po, po/cs.po,
 
39
      po/da.po, po/de.po, po/el.po, po/en_AU.po, po/en_GB.po, po/es.po,
 
40
      po/fi.po, po/fr.po, po/he.po, po/hu.po, po/id.po, po/it.po,
 
41
      po/ja.po (new), po/nb.po, po/nl.po, po/pl.po, po/pt_BR.po, po/pt.po,
 
42
      po/ru.po, po/sk.po, po/sl.po, po/sr.po, po/sv.po, po/tl.po,
 
43
      po/ur.po (new), po/zh_CN.po
 
44
    - thanks to all contributors: https://translations.launchpad.net/ufw
 
45
  * allow multiple interface matching via '+'. Thanks to Oliver Hookins.
 
46
    (LP: #611838)
 
47
  * allow application profiles to start with a digit (LP: #663632)
 
48
  * don't traceback in show listening when a rule references a non-existent
 
49
    interface (LP: #840500)
 
50
 
 
51
 -- Jamie Strandboge <jamie@ubuntu.com>  Fri, 09 Mar 2012 14:24:24 -0600
 
52
 
1
53
ufw (0.30.1) RELEASED; urgency=low
2
54
 
3
55
  * allow for python 2.7 (verified to work with python 2.7.1)