diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2005-01-23 10:06:21 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2005-01-23 10:06:21 +0000 |
commit | 1b5152db3bd8781a622980ecf7e38bd9a1b5af5a (patch) | |
tree | 57e81c48b94a896e0f83208f56477a068e7e3ed3 /UPDATING | |
parent | d9985cee49efdb31744d3466783e5cd4415ebcfc (diff) |
Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel by
stuffing the 8.0.0 release in here for the time being. Port epoch bumped
because 8.0.rc* is greater than 8.0.0. A note from UPDATING to people who
want to use 8.0.0 via -devel in production:
The -devel port has been updated to contain 8.0 release since
postgresql80-server can not be updated until 4.11 is released and the
changes in PR ports/75344 are committed. Users who need 8.0 now can
use the -devel port, however, once postgresql80-server has been
committed, -devel will begin tracking 8.1. Please be smart about
tracking ports and if used in production, update to
databases/postgresql80-server as soon as it becomes available. No
dump/reload will be required when changing from -devel to
postgresql80-server.
Check out the release notes and the shiny new PostgreSQL.org website at:
http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0
Notes
Notes:
svn path=/head/; revision=127126
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20050122: + AFFECTS: users of PostgreSQL + AUTHOR: seanc@FreeBSD.org + + The -devel port has been updated to contain 8.0 release since + postgresql80-server can not be updated until 4.11 is released and the + changes in PR ports/75344 are committed. Users who need 8.0 now can + use the -devel port, however, once postgresql80-server has been + committed, -devel will begin tracking 8.1. Please be smart about + tracking ports and if used in production, update to + databases/postgresql80-server as soon as it becomes available. No + dump/reload will be required when changing from -devel to + postgresql80-server. + 20050117: AFFECTS: users of mail/spambnc AUTHOR: thierry@FreeBSD.org |