Skip to content

Commit

Permalink
Information about v1.3 and update year in the License
Browse files Browse the repository at this point in the history
  • Loading branch information
muxx committed Oct 4, 2014
1 parent a7cc145 commit de0b947
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down Expand Up @@ -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].
Expand Down

0 comments on commit de0b947

Please sign in to comment.