diff --git a/UPGRADE b/UPGRADE index ca04cc6ba8..cf2375dffe 100644 --- a/UPGRADE +++ b/UPGRADE @@ -95,4 +95,23 @@ have a line in your config.php pointing to the old name, you'll need to update it. Note that the XMPP bots have changed since version 0.5; see above for -details. \ No newline at end of file +details. + +Privacy +======= + +With StatusNet 1.0, our default install profile is for private sites. + +If you did not specify the privacy level of your site previously, it +was public. Now, it's private. + +If you upgrade a public site, you will need to reset the privacy +level. You can do this in your config.php: + + $config['site']['private'] = false; + +...or with setconfig.php in the db: + + php setconfig.php site private false + +...or with the site admin panel.