~ubuntu-branches/ubuntu/hardy/squirrelmail/hardy-updates

« back to all changes in this revision

Viewing changes to doc/db-backend.txt

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2006-07-04 14:49:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060704144923-w5l1xdbivclpkmda
Tags: 2:1.4.7-1
* New upstream bugfix release.
  + Addresses some low-impact, theoretical or disputed security bugs,
    for which the code is tightened just-in-case:
    - Possible local file inclusion (Closes: #373731, CVE-2006-2842)
    - XSS in search.php (Closes: #375782, CVE-2006-3174)
  + Adds note to db-backend.txt about postgreSQL (Closes: #376605).

* Checked for standards version to 3.7.2, no changes necessary.
* Update maintainer address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$Id: db-backend.txt,v 1.9.4.2 2006/02/02 10:00:26 kink Exp $
 
1
$Id: db-backend.txt,v 1.9.4.3 2006/07/04 08:55:22 kink Exp $
2
2
 
3
3
 
4
4
Storing private addressbooks and preferences in a database
115
115
 mysql://squirreluser:sqpassword@localhost/squirrelmail or
116
116
 pgsql://squirreluser:sqpassword@localhost/squirrelmail
117
117
 
 
118
Note that when using the above PostgreSQL schema, you also need to change
 
119
the prefs_user_field variable in config.php from the default 'user' to
 
120
'username'.
 
121
 
118
122
From now on all users' personal preferences will be stored in a
119
123
database.
120
124