Changes
author Vincent Tondellier <tonton+hg@team1664.org>
Mon, 09 Feb 2015 00:06:34 +0100
changeset 61 3a0ca02556da
parent 52 099dd15af6fd
child 112 148a7bfbf021
permissions -rw-r--r--
Add crash_data table to store the json Add searching on crashing backtrace function names Drop never used tables Bump DB schema version Requires PostgreSQL >= 9.4 for now (for jsonb)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
46
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     1
{{$NEXT}}
52
099dd15af6fd Update Changes for 0.1.0 release
Vincent Tondellier <tonton+hg@team1664.org>
parents: 46
diff changeset
     2
099dd15af6fd Update Changes for 0.1.0 release
Vincent Tondellier <tonton+hg@team1664.org>
parents: 46
diff changeset
     3
0.1.0     2014-09-21
46
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     4
  - Improved index page
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     5
  - Added a SQL backend
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     6
  - Split SCM link and function shortener helpers in modules
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     7
  - Added a trace quality plugin
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     8
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     9
0.0.2     2013-06-08
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    10
  - Added a Gearman queue for decoding (optional)
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    11
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    12
0.0.1     2012-10-20
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    13
  - First version with basic features