forked from revive-adserver/revive-adserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE_NOTES.txt
223 lines (150 loc) · 8.06 KB
/
RELEASE_NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
+---------------------------------------------------------------------------+
| Revive Adserver |
| https://www.revive-adserver.com |
| |
| Copyright: See the COPYRIGHT.txt file. |
| License: GPLv2 or later, see the LICENSE.txt file. |
+---------------------------------------------------------------------------+
Release Notes: Revive Adserver 5.6.0
====================================
These release notes cover what's new, system requirements, download and
installation instructions, known issues and frequently asked questions for
Revive Adserver. Please read these notes before reporting any bugs.
What's New in Revive Adserver 5.6.0
-----------------------------------
* Release date: t.b.d.
Security Updates
----------------
* None
New Features
------------
* Added "Link: rel=preconnect" header when using SSL connection and images
are hosted on a different hostname then delivery (e.g. CDN), in order to
speed up ad rendering on a page.
* Added new "addMagicMacros" delivery plugin hook.
* New displayNameLength configuration directive to increase the length of
campaign and banner names displayed in the zone linking screens.
* Added loading animation when the next screen is taking some time to load
and a new UI setting to disable or customise how long to wait before
displaying the loader (defaults to 250ms).
* Improved pruning of the data_summary_ad_zone_assoc table.
* Added new command to delete orphaned images or HTML5 banner folders.
The command can be executed using the new script/console entry point,
based on Symfony Console Command component.
* Added support for writing to a fail2ban compatible log file on unsuccessful
login attempts.
* Replaced advertiser and website statistics with a new account statistics
screen for administrator users.
Bug Fixes
---------
* HEAD requests to delivery scripts were previously executed and counted
as proper requests, even though the ad payload would have been discarded.
* Fixed issue with the search functionality being case-sensitive when
using a Postgres database.
* Optimimized some queries used in the statistics screen, leading to
faster response times on very large instances.
* Changed the OAGEO cookie from session cookie to permanent, with a 30m
expiration time. This should allow refreshing geo information for mobile
users on the move.
* Fixed the definition of the "acls" and "acls_channel" tables so that they
have a proper primary key.
* Fixed the definition of the "banners_vast_element" table in the IAB VAST
Plugin to use a primary key and avoid the creation of an additional
"banners_vast_element_seq" table on MySQL without any prefix.
Non-Backwards Compatible Changes
--------------------------------
* Revive Adserver now requires at least PHP 8.1
* Deprecated [rawDatabase] section in the config file is no longer supported.
* Deprecated SQL stored banners: the default setting for new installations is
to disallow SQL stored banners.
Community Contributions
------------------------
We would like to thank the following community members for their
contribution to this release:
* zd-ls
* lcuis
System Requirements
-------------------
Before installing, please make sure your server meets the system
requirements, which can be found at:
https://www.revive-adserver.com/support/requirements/
Downloading and Installing
--------------------------
* Downloading Revive Adserver
You can always find the latest version of Revive Adserver at:
https://www.revive-adserver.com.
* Installing Revive Adserver
Installing Revive Adserver is a straightforward process. Follow the steps at:
https://www.revive-adserver.com/how-to/install/
* Upgrading Revive Adserver
Upgrading Revive Adserver is a straightforward process. Follow the steps at:
https://www.revive-adserver.com/how-to/update/
Please note: The upgrade process will update your Revive Adserver database,
and the database may no longer be compatible with your old installation.
You *must* create a backup of your database before you upgrade, just in case.
The upgrade wizard supports upgrading from:
---------------------------------------------------------------
| Product | Version(s) |
---------------------------------------------------------------
| Revive Adserver 5.x | All previous versions |
---------------------------------------------------------------
| Revive Adserver 4.x | All versions |
---------------------------------------------------------------
| Revive Adserver 3.x | All versions |
---------------------------------------------------------------
| OpenX 2.x | All versions |
---------------------------------------------------------------
| Openads 2.4 | All versions |
---------------------------------------------------------------
| Openads 2.0 for MySQL | 2.0.11-pr1 |
| (formerly phpAdsNew) | |
---------------------------------------------------------------
| Openads 2.3 alpha | 2.3.31-alpha-pr3 |
| (formerly Max Media Manager v0.3) | (v0.3.31-alpha-pr3) |
---------------------------------------------------------------
| Openads 2.3 beta | All versions |
---------------------------------------------------------------
| Max Media Manager v0.1 | v0.1.29-rc |
---------------------------------------------------------------
| Openads 2.0 for PostgreSQL | 2.0.11-pr1 |
| (formerly phpPgAds) | |
---------------------------------------------------------------
If you are not running one of these versions, you will need to upgrade
your existing installation before you will be able to upgrade to
Revive Adserver.
* Uninstalling Revive Adserver
To uninstall Revive Adserver, delete the installed files and database tables.
Known Issues
------------
This list covers some of the known problems with Revive Adserver. Please read
this before reporting any new bugs.
* The upgrade process may time out with very large databases. See
https://www.revive-adserver.com/docs/faq for more information if you
have a large database.
* If you want to run Revive Adserver with MySQL, please note that MySQL 4.1 or
higher is required. If you are using an older version of MySQL, you will
need to update you database software before upgrading.
* If you want to run Revive Adserver with PostgreSQL, please note that
PostgreSQL 8.1 or higher is required. If you are using an older version of
PostgreSQL, you will need to update your database software before
upgrading.
* Some of the PEAR libraries used are not compatible with database prefix
names with double "_" characters (e.g. "rv__"). You should NOT install
Revive Adserver with a prefix of this format.
* Some users have reported issues of being logged out when viewing
statistics. This can be worked around by ensuring that the timezone is
correctly set in PHP.
* See https://www.revive-adserver.com/support/bugs/ for the latest bug reports.
FAQ
---
1. Can I upgrade from OpenX Source?
Yes. OpenX Source has rebranded as Revive Adserver. You will be able to
upgrade from any version of OpenX Source.
2. Where can I get help?
You can ask for help at the Revive Adserver community forums:
https://forum.revive-adserver.com/
3. What can I do to help?
We need help from both developers and users to provide as much feedback
as possible to make Revive Adserver even better. You can contribute
feedback, bug reports, submit patches or help with documentation by
visiting https://www.revive-adserver.com/.