aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-09-16 16:37:18 +0100
committerLouise Crow <louise.crow@gmail.com>2013-09-16 16:57:43 +0100
commit2e33b1ac860e237ef31b862f80aa7d2b1dcf9c57 (patch)
tree08119967b7a862e1ac10b5143f3b14f747a88328
parent0cd3302fa26b4760e9142d86be30c9049688eff7 (diff)
Assume Ubuntu 12.04 (precise) not 10.04 (lucid)
Precise is now the long term maintenance version, and has a more up-to-date package of rubygems available.
-rw-r--r--config/packages1
-rw-r--r--doc/CHANGES.md2
-rw-r--r--doc/INSTALL.md2
3 files changed, 3 insertions, 2 deletions
diff --git a/config/packages b/config/packages
index 74074dd76..ff0c3b656 100644
--- a/config/packages
+++ b/config/packages
@@ -3,7 +3,6 @@
# alavateli mailing list if you want to change it
ruby1.8
ruby
-libopenssl-ruby1.8 # needed for Ubuntu 10.04 TLS; included in libruby1.8 in Squeeze
rdoc
irb
wv
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index 7eed1f8ea..413895d38 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -10,6 +10,8 @@
`mkdir cache/zips/production/`
`mv cache/zips/download cache/zips/production/download`
`rm public/download`
+* This release upgrades the assumed version of Ubuntu from lucid (10.04) to precise (12.04)
+* This release upgrades rubygems in config/packages - version 1.8.15 is available from squeeze-backports on Debian or by default in Ubuntu precise.
# Version 0.12
## Highlighted features
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index 8390aee7b..431ead4e4 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -1,4 +1,4 @@
-These instructions assume Debian Squeeze or Ubuntu 10.04 LTS.
+These instructions assume Debian Squeeze (64-bit) or Ubuntu 12.04 LTS (precise).
[Install instructions for OS X](https://github.com/mysociety/alaveteli/wiki/OS-X-Quickstart)
are under development. Debian Squeeze is the best supported
deployment platform.