add xenial (ubuntu 16.04) per Christoph Berg on -www
authorStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Thu, 31 Mar 2016 18:25:35 +0000 (20:25 +0200)
committerStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Thu, 31 Mar 2016 18:25:35 +0000 (20:25 +0200)
templates/pages/download/linux/ubuntu.html

index c4833e30005b6bb9da50ddd4dd43e34bbc0b8391..e680f00c4137d5f17fa66602078409afa59c41cb 100644 (file)
@@ -50,7 +50,7 @@ updates for all supported versions of PostgreSQL throughout the support
 <a href="/support/versioning/">lifetime</a> of PostgreSQL.
 </p>
 <p>
-The PostgreSQL apt repository supports LTS versions of Ubuntu (12.04 and 14.04)
+The PostgreSQL apt repository supports LTS versions of Ubuntu (12.04, 14.04 and 16.04)
 on amd64 and i386 architectures as well as select non-LTS versions(15.10).
 While not fully supported, the packages often work on other non-LTS versions as well, 
 by using the closest LTS version available.
@@ -62,6 +62,7 @@ To use the apt repository, follow these steps:
  <li>
   <select id="field.series" name="field.series" onchange='updateSeries(this);'>
    <option selected="selected" value="YOUR_UBUNTU_VERSION_HERE">Choose your Ubuntu version</option>
+   <option value="xenial">Xenial (16.04)</option>
    <option value="wily">Wily Werewolf (15.10)</option>
    <option value="trusty">Trusty (14.04)</option>
    <option value="precise">Precise (12.04)</option>