preparing for 7.3.17 release

This commit is contained in:
JT Smith 2007-05-09 15:27:33 +00:00
parent 159badc849
commit 222a0fb33d
3 changed files with 17 additions and 6 deletions

View file

@ -6,6 +6,7 @@
- fix: Welcome messages shouldn't be added to inbox as pending.
- fix: Always use correct format for Message-Id headers in mail.
- fix: Don't reject built in groups when changing permissions.
- fix: raw message in post is an array instead of a scalar
7.3.16

File diff suppressed because one or more lines are too long

View file

@ -20,6 +20,10 @@ save you many hours of grief.
isThreadLocked. No template variables, field names or database
columns were changed.
* The create.sql script for 7.3.15 was released with 7.3.16. While
upgrading to 7.3.17 you'll notice it also processing the 7.3.15-
7.3.16 upgrade. This is to be expected.
7.3.15
--------------------------------------------------------------------