diff options
-rw-r--r-- | config/packages | 1 | ||||
-rw-r--r-- | doc/CHANGES.md | 2 | ||||
-rw-r--r-- | doc/INSTALL.md | 2 |
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. |