Skip to content

Commit

Permalink
Updated NEWS and UPGRADE
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbosque committed Jul 15, 2014
1 parent b192665 commit 996b1db
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 8 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@

3.0.0 (2014-07-15)
------------------
* New Features
* Multiuser support
* Added avatar_url to User model
* Added custom avatars
* Added Permission model and permission attribute for Visualizations
* Activated Sequel extension connection_validator.
This requires adding to database.yml a value for 'conn_validator_timeout',
else code will default to 900 seconds
* Several minor improvements

* Fixed bugs
* Security fix regarding Typhoeus library
* Several minor bugs

* Migration Type (see UPGRADE): Mandatory migration
* As stated by the README, PostgreSQL now MUST be at least 9.3 to avoid search_path errors
* Cartodb postgres extension update to 0.2.1
* Cartodb postgres extension update to 0.3.0
* Also mandatory to run:
* rake cartodb:db:create_default_vis_permissions
* rake cartodb:db:populate_permission_entity_id

2.14.3 (2014-06-11)
-------------------
Expand Down
10 changes: 10 additions & 0 deletions UPGRADE
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.x -> 3.0.0
------------
* Install CartoDB extension version 0.3.x
* Run rake tasks:
- bundle exec rake cartodb:db:create_default_vis_permissions
- bundle exec rake cartodb:db:populate_permission_entity_id


General notes
-------------

NOTES:
- Redis server must be listening on the configured
Expand Down

0 comments on commit 996b1db

Please sign in to comment.