~ubuntu-branches/ubuntu/wily/steam/wily

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-10-29 19:51:18 UTC
  • mfrom: (1.1.4) (0.1.4 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131029195118-b9bxciz5hwx5z459
Tags: 1:1.0.0.39-2ubuntu1
Add an epoch to the version number as there was an unrelated steam package
in the archive with a higher version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2.2.24
2
 
  * sandbox directories must be world executable (server runs as "nobody")
3
 
 
4
 
2.2.23
5
 
  * do not allow external mails to the steam group (to prevent heavy server
6
 
    load when spam is sent to the steam group)
7
 
  * add service user to admin group (this is required for search services
8
 
    which need read access to all objects on the server...)
9
 
  * pass the service user name and password to the services via environment
10
 
    variables and no longer via command line parameters
11
 
  * ldap bugfix (users and groups could be mixed up on lookup when certain
12
 
    attributes in ldap matched)
13
 
 
14
 
 
15
 
2.2.21
16
 
* bugfixes in security cache
17
 
* cleanup in spm module
18
 
 
19
 
2.2.19
20
 
* extended persistence.cfg (you might have to copy this over your
21
 
  /etc/steam/persistence.cfg if you have an old version from 2.2.18)
22
 
 
23
 
2.2.18
24
 
* introduced persistence.cfg (preliminary version)
25
 
 
26
 
2.2.14
27
 
* fixed event problems
28
 
 
29
 
2.2.13
30
 
* Changed Config library back to the old behavior of not interpreting
31
 
  "yes", "true", "on", "no", "false", "off" as 0/1 int values. This
32
 
  caused problems because this behavior is usually unexpected.
33
 
  There is a new convenience function bool_value() in the Config lib.
34
 
* fixed some security issues
35
 
 
36
 
2.2.12
37
 
* fixed problems with mail sending (using dns lookup after mx lookup)
38
 
* fixed problems with forward module
39
 
 
40
 
2.2.11
41
 
* fixed some ldap config bugs
42
 
 
43
 
2.2.10
44
 
* fixed ldap bind
45
 
 
46
 
2.2.9
47
 
* better error messages when mx lookup fails (sending mails)
48
 
* use port 25 for smtp if no port specified
49
 
 
50
 
2.2.8
51
 
* fixed bug when sending mails with attachment through the webinterface
52
 
 
53
 
2.2.7
54
 
* fixed bug when sending mails without specifying a mail server in the config