diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-19 05:20:42 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-19 05:20:42 +0000 |
commit | 6f703b6ceb9c2cf3d17b228848c3e0d736957c83 (patch) | |
tree | 4ea41b7d21b3fbab239ed3a176372db21fe26d17 /knetworkconf/backends | |
parent | 08e5b55ee2bf1f741751c8ee8b9094123903d144 (diff) | |
download | tdeadmin-6f703b6ceb9c2cf3d17b228848c3e0d736957c83.tar.gz tdeadmin-6f703b6ceb9c2cf3d17b228848c3e0d736957c83.zip |
Add newer Ubuntu and Debian versions to the networkconf backendv3.5.13
This closes Bug 548
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1259601 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'knetworkconf/backends')
-rw-r--r-- | knetworkconf/backends/platform.pl.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/knetworkconf/backends/platform.pl.in b/knetworkconf/backends/platform.pl.in index 100cd6a..d540097 100644 --- a/knetworkconf/backends/platform.pl.in +++ b/knetworkconf/backends/platform.pl.in @@ -43,6 +43,8 @@ $PLATFORM_INFO = { "debian-3.1" => "Debian GNU/Linux 3.1 Sarge", "debian-4.0" => "Debian GNU/Linux 4.0 Etch", "debian-5.0" => "Debian GNU/Linux 5.0 Lenny", + "debian-6.0" => "Debian GNU/Linux 6.0 Squeeze", + "debian-7.0" => "Debian GNU/Linux 7.0 Wheezy", "debian-testing" => "Debian GNU/Linux Testing/Unstable", "ubuntu-5.04" => "Kubuntu 5.04, Hoary Hedgehog", "ubuntu-5.10" => "Kubuntu 5.10, Breezy Badger", @@ -55,7 +57,10 @@ $PLATFORM_INFO = { "ubuntu-9.04" => "Kubuntu 9.04, Jaunty Jackalope", "ubuntu-9.10" => "Kubuntu 9.10, Karmic Koala", "ubuntu-10.04" => "Kubuntu 10.04, Lucid Lynx", - "ubuntu-10.10" => "Kubuntu 10.10, Unknown Yet", + "ubuntu-10.10" => "Kubuntu 10.10, Maverick Meerkat", + "ubuntu-11.04" => "Kubuntu 11.04, Natty Narwhal", + "ubuntu-11.10" => "Kubuntu 11.10, Oneiric Ocelot", + "ubuntu-12.04" => "Kubuntu 12.04, Precise Pangolin", "redhat-5.2" => "Red Hat Linux 5.2 Apollo", "redhat-6.0" => "Red Hat Linux 6.0 Hedwig", "redhat-6.1" => "Red Hat Linux 6.1 Cartman", |