Skip to content

Commit

Permalink
Update the configs and README.md and prepare for the minor version bu…
Browse files Browse the repository at this point in the history
…g fix release.
  • Loading branch information
nginadofficial committed Feb 24, 2016
1 parent 0a6f0a9 commit 945923b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
nginad
=======

February 24, 2016
------------------

A bug fix update. The update fixes statistics for domain admins. Previously the statistics for domain admins included publishers from
other domain admins on other private exchanges. This issue is now fixed and domain admins only have access to their own statistics.

It should also be noted that most of the statistics are still stored as text files in the /upload/logs folder and you need to build
your own report manager interface to view those visually.

There are still only very limited statistics available via the reports functionality in the existing user interface.

This is a minor version update to version 1.6.9

February 20, 2016
------------------

Expand All @@ -13,6 +26,14 @@ Usage Documentation: https://nginad.atlassian.net/wiki/display/NGIN/Using+Header

If you are upgrading from 1.6.7 please execute the SQL update in dbschema/releases/1.6/header-bidding-update-1.6.8/header-bidding-update.sql

Also note that if you are upgrading from a prior version you need to add new lines to your nginx configurations from:

* /server.configs/load.balancer/etc/nginx/conf.d/default.conf
* /server.configs/slave.instance/etc/nginx/conf.d/default.conf

You need to add the new HTTP header forwarding for X-Real-UA to the load balancer
and the fastcgi_param HTTP_USER_AGENT in the nginx upstream back-end servers.

January 18, 2016
------------------

Expand Down
2 changes: 1 addition & 1 deletion upload/config/autoload/global.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,6 @@
// our house publisher ids are exempt from being scrubbed as network loss
'network_loss_exempt_publisher_info_id_list' => array(),
// version
'version_id' => '1.6.8'
'version_id' => '1.6.9'
),
);
2 changes: 1 addition & 1 deletion upload/config/autoload/global.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,6 @@ return array(
// our house publisher ids are exempt from being scrubbed as network loss
'network_loss_exempt_publisher_info_id_list' => array(),
// version
'version_id' => '1.6.8'
'version_id' => '1.6.9'
),
);

0 comments on commit 945923b

Please sign in to comment.