diff --git a/CHANGELOG b/CHANGELOG index 972ccfa..57bb8e7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,31 @@ CHANGELOG / Intaro Pinboard =========================== +* 1.3 (2014-10-04) + +* bug #88 Slow query on Overview tab of the server +* feature Add base_url for static urls +* bug #81 Diagram Req/sec is broken when hostname contains non-word symbols +* bug #80 Fix order link on statuses page +* bug #77 Slow query on main page +* bug #72 Wrong aggregate locking after smtp exception +* feature #73 Total values on the homepage +* feature #71 Display hostname next to error pages in email notifications +* feature #70 Sort domains in top menu alphabetically +* feature #68 Add play/pause in Live tab +* Increased limits in Live tab + +* 1.2 (2014-03-2) + +* feature #64 Add notification about increasing of 90th and 95th percentiles of request time higher than a border value +* feature #63 Settings for MySQL non-standart port connecting +* feature #47 Display the data for a 1 day, 3 days, 1 week and 1 month +* bug #58 Fix condition to order cpu column in grid +* bug #60 Don't show in menu the servers with empty server name +* bug #61 Fix aggregating stopping because wrong .lock-file creating +* bug #65 Duplicate records in "CPU peak usage" tab +* bug #66 Wrong chart rendering in "Overview" tab for servers with several hosts + * 1.1 (2013-12-16) * bug #55 ./console aggregate return PDOException diff --git a/LICENSE b/LICENSE index 4e7da93..429ea3d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013 Intaro Soft +Copyright (c) 2014 Intaro Soft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4d45fe8..d18a71e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Developed on [Silex][3] framework and works with PHP 5.3.3 or later. $ git clone git://github.com/intaro/pinboard.git $ cd ./pinboard - $ git checkout v1.2 + $ git checkout v1.3 2. Download [composer](http://getcomposer.org): @@ -104,6 +104,8 @@ Apply changes to database $ ./console migrations:migrate +Add to `parameters.yml` new options from `parameters.yml.dist`. + ## More Information Documentation in [Wiki][5].