From 5ca5b62082c5423d64463134e66e793c54a54c4b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 21 Jan 2011 23:17:48 +0100 Subject: Adding support for Ubuntu jaunty and natty, thanks to Cody A.W. Somerville . --- data/debian-cd/jaunty | 1 + data/debian-cd/natty | 1 + functions/releases.sh | 2 ++ 3 files changed, 4 insertions(+) create mode 120000 data/debian-cd/jaunty create mode 120000 data/debian-cd/natty diff --git a/data/debian-cd/jaunty b/data/debian-cd/jaunty new file mode 120000 index 000000000..5cb6e6000 --- /dev/null +++ b/data/debian-cd/jaunty @@ -0,0 +1 @@ +maverick \ No newline at end of file diff --git a/data/debian-cd/natty b/data/debian-cd/natty new file mode 120000 index 000000000..5cb6e6000 --- /dev/null +++ b/data/debian-cd/natty @@ -0,0 +1 @@ +maverick \ No newline at end of file diff --git a/functions/releases.sh b/functions/releases.sh index 3bbcc442f..1911359a7 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -21,6 +21,8 @@ RELEASE_baureo="unstable" RELEASE_dapper="6.06" # LTS RELEASE_hardy="8.04" # LTS RELEASE_intrepid="8.10" +RELEASE_jaunty="9.04" RELEASE_karmic="9.10" RELEASE_lucid="10.04" # LTS RELEASE_maverick="10.10" +RELEASE_natty="11.04" -- cgit v1.2.3