~ubuntu-branches/ubuntu/utopic/openvpn/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-31 04:55:56 UTC
  • mfrom: (1.1.18) (10.2.16 sid)
  • Revision ID: package-import@ubuntu.com-20111231045556-3fwmrbggevr9iqxd
Tags: 2.2.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
 + debian/openvpn.init.d:
    - Do not use start-stop-daemon and </dev/null to avoid blocking boot.
    - Show per-VPN result messages.
    - Add "--script-security 2" by default for backwards compatabliity.
  + debian/control: Add lsb-base >= 3.2-14 to allow status_of_proc()
  + debian/update-resolv-conf: Support multiple domains.
  + fix bug where '--script-security 2' would be passed for all
    daemons after the first. (LP: #794916)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
openvpn (2.2.1-3ubuntu1) precise; urgency=low
 
2
 
 
3
  * Merge from Debian testing.  Remaining changes:
 
4
   + debian/openvpn.init.d:
 
5
      - Do not use start-stop-daemon and </dev/null to avoid blocking boot.
 
6
      - Show per-VPN result messages.
 
7
      - Add "--script-security 2" by default for backwards compatabliity.
 
8
    + debian/control: Add lsb-base >= 3.2-14 to allow status_of_proc()
 
9
    + debian/update-resolv-conf: Support multiple domains.
 
10
    + fix bug where '--script-security 2' would be passed for all
 
11
      daemons after the first. (LP: #794916)
 
12
 
 
13
 -- Chuck Short <zulcss@ubuntu.com>  Sat, 31 Dec 2011 04:55:56 +0000
 
14
 
 
15
openvpn (2.2.1-3) unstable; urgency=low
 
16
 
 
17
  * The iproute fiasco release.
 
18
  * Remove --enable-iproute2 dependency since it's only available in Linux.
 
19
    Write that in the changelog so I don't forget _again_ why iproute is not
 
20
    set... (Closes: #652702)
 
21
 
 
22
 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Tue, 20 Dec 2011 13:06:05 +0100
 
23
 
 
24
openvpn (2.2.1-2) unstable; urgency=low
 
25
 
 
26
  * debian/rules: Force path to 'ip' command so that it's set correctly even
 
27
    if not present (in the buildd). (Closes: #652702)
 
28
  * Fix OMIT_SENDSIGS logic on init.d script. (Closes: #652703)
 
29
 
 
30
 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Tue, 20 Dec 2011 07:21:07 +0100
 
31
 
 
32
openvpn (2.2.1-1) unstable; urgency=low
 
33
 
 
34
  * New upstream release
 
35
  * Added OMIT_SENDSIGS option in init.d script to let openvpn run after
 
36
    sendsigs on system reboot or shutdown. (Closes: #636864)
 
37
  * Configure with --enable-iproute2.
 
38
  * Change path to route on kFreeBSD. (Closes: #646221) Thanks Robert Millan.
 
39
 
 
40
 
 
41
 -- Alberto Gonzalez Iniesta <agi@inittab.org>  Tue, 13 Dec 2011 11:04:22 +0100
 
42
 
1
43
openvpn (2.2.0-2ubuntu1) oneiric; urgency=low
2
44
 
3
45
  * Merge from debian unstable.  Remaining changes: