history-service (0.5) unstable; urgency=medium

  * Upstream-provided Debian package for history-service. See upstream
    ChangeLog for recent changes.

 -- UBports developers <developers@ubports.com>  Thu, 25 Jan 2024 16:58:47 +0100

history-service (0.4) unstable; urgency=medium

  [ Lionel Duboeuf ]
  * Manage ofono account and database mismatch
  * Be able to disable database Triggers for database maintenance
  * Remove attachments management
  * Store attachments with their file name
  * Add MMS tests

  [ UBports developers ]
  * Upstream-provided Debian package for history-service. See upstream
    ChangeLog for recent changes.

 -- UBports developers <developers@ubports.com>  Fri, 13 Jan 2023 10:30:56 +0100

history-service (0.3+ubports6) UNRELEASED; urgency=medium

  * Rename qtdeclarative5-ubuntu-history0.1 to qml-module-lomiri-history0.1

  [jEzEk]
  * Use status from delivery details if received message is an error message
  * Use debug message from delivery details as text if received message is an error message

 -- Guido Berhoerster <guido+gitlab.com@berhoerster.name>  Fri, 28 Jan 2022 11:36:59 +0100

history-service (0.3~0ubports5) focal; urgency=medium

  * Port to focal
  * Update to dh version 12
  * Specify native package format
  * Remove dependency of qt5-default metapackage

 -- Guido Berhoerster <guido+gitlab.com@berhoerster.name>  Mon, 06 Dec 2021 13:39:59 +0100

history-service (0.3~0ubports4) xenial; urgency=medium

  * Revert use of sent date instead of the received one

 -- Lionel Duboeuf <lduboeuf@ouvaton.org>  Tue, 09 Jul 2020 20:44:04 +0200

history-service (0.3~0ubports3) xenial; urgency=medium

  * Allow querying history db with NotEquals match flag

 -- Lionel Duboeuf <lduboeuf@ouvaton.org>  Tue, 09 Jul 2020 20:44:04 +0200

history-service (0.3~0ubports2) xenial; urgency=medium

  * Add MessageStatusDraft Enum

 -- Lionel Duboeuf <lduboeuf@ouvaton.org>  Tue, 31 Mar 2020 20:44:04 +0200

history-service (0.3~0ubports1) xenial; urgency=medium

  * debian/control:
    Allow building with crossbuilder
  * Update to new QtPim

 -- Alberto Mardegan <mardy@users.sourceforge.net>  Tue, 18 Sep 2018 20:44:04 +0300

history-service (0.2+0ubports2) xenial; urgency=medium

  * No change rebuild against new QtPim.

 -- Alberto Mardegan <mardy@users.sourceforge.net>  Wed, 25 Jul 2018 21:46:57 +0300

history-service (0.2+0ubports1) xenial; urgency=medium

  * Adapt to support VOIP accounts.
  * Improve the notifications of participants changing
  * Only start saving information events about contacts joining and leaving after the self contact is in the local list of participants.
  * Improve Roles management performance by caching the retrieved data.
  * Mark entire conversations as read.
  * Allow pass multiple fields on sort clause.
  * Reduce the dbus traffic when marking messages and threads as read.
  * Use a QLockFile to ensure there will be only one instance of the daemon per user. As we now delay the registration on dbus, sometimes we ended up having two instances of the daeon running (because of dbus activation). This change makes sure that won't happen.
  * Do not load the participants from threads automatically. If the client really needs it, it can use the newly added API to fetch the participants.
  * Make it possible to debug sqlite commands.

 -- Marius Gripsgard <marius@ubports.com>  Tue, 06 Mar 2018 08:18:08 +0100

history-service (0.2+ubports) xenial; urgency=medium

  * Imported to UBports

 -- UBports auto importer <infra@ubports.com>  Thu, 11 Jan 2018 10:22:35 +0000

history-service (0.1+17.04.20161130-0ubuntu1) zesty; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Improve group chat support.

 -- Tiago Salem Herrmann <tiago.herrmann@canonical.com>  Wed, 30 Nov 2016 15:14:35 +0000

history-service (0.1+17.04.20161124.1-0ubuntu1) zesty; urgency=medium

  * Append "SNAP" prefix into the path to the plugins dir if none is
    set.

 -- Renato Araujo Oliveira Filho <renato.filho@canonical.com>  Thu, 24 Nov 2016 18:54:43 +0000

history-service (0.1+16.10.20160909.1-0ubuntu1) yakkety; urgency=medium

  * Temporarily disable DaemonTest until we get QtDBus fixed.

 -- Gustavo Pichorim Boiko <gustavo.boiko@canonical.com>  Fri, 09 Sep 2016 14:53:42 +0000

history-service (0.1+16.04.20160425-0ubuntu1) xenial; urgency=medium

  * Make sure Telepathy types are always initialized. (LP: #1563050)

 -- Gustavo Pichorim Boiko <gustavo.boiko@canonical.com>  Mon, 25 Apr 2016 21:03:28 +0000

history-service (0.1+16.04.20160104-0ubuntu1) xenial; urgency=medium

  [ Tiago Salem Herrmann ]
  * Do proper dbus demarshalling of detailProperties. (LP: #1510655)

 -- Bill Filler <ci-train-bot@canonical.com>  Mon, 04 Jan 2016 20:22:09 +0000

history-service (0.1+16.04.20151207-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Tiago Salem Herrmann ]
  * Allow removing empty threads (LP: #1517602)
  * Fix build with new qt on xenial-proposed.
  * Mark messages as read on onMessageRead(). (LP: #1373059)

 -- Tiago Salem Herrmann <tiago.herrmann@canonical.com>  Mon, 07 Dec 2015 17:55:02 +0000

history-service (0.1+16.04.20151103-0ubuntu1) xenial; urgency=medium

  [ Tiago Salem Herrmann ]
  * Enable cross compiling.

 -- Gustavo Pichorim Boiko <gustavo.boiko@canonical.com>  Tue, 03 Nov 2015 14:26:16 +0000

history-service (0.1+15.10.20151020.1-0ubuntu1) wily; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Make it possible to use the custom functions defined by the sqlite
    plugin in the schema files themselves.
  * Move the classes from historyprivate static library to
    libhistoryservice itself and just keep their header files private.
  * Optimize the thread matching by avoiding some phone number
    formatting and validating. (LP: #1488988)
  * Request contact information for all known participants on history-
    daemon initialization, and use this cached information on the
    models.
  * Store threads' timestamps in UTC in the cache, and convert only when
    returning to the client, so that it has the most up-to-date local
    time.

  [ Tiago Salem Herrmann ]
  * Initial cache implementation for grouped conversations.
  * Set max count hint Don't use fallback to tel to avoid queries to the
    address-book-service with null filters

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 20 Oct 2015 20:22:05 +0000

history-service (0.1+15.10.20150828.1-0ubuntu1) wily; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Do not override the build type. Also remove a block of unused code
    from debian/rules.
  * Fix flags.
  * Prevent the history-daemon from crashing in the event of an ended
    call not having any remote member. (LP: #1458990)

  [ Tiago Salem Herrmann ]
  * Correctly set mCanFetchMore in the HistoryGroupedThreadsModel.
  * Generate eventId when there is none Set status to "Accepted" if the
    channel does not support delivery reports
  * Manually add self id to participants list if needed. (LP: #1486187)

 -- CI Train Bot <ci-train-bot@canonical.com>  Fri, 28 Aug 2015 10:16:13 +0000

history-service (0.1+15.10.20150819.2-0ubuntu1) wily; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Fix tests on vivid.

  [ Tiago Salem Herrmann ]
  * Wait telepathy to be ready before querying address-book-service.
    (LP: #1485005)

 -- CI Train Bot <ci-train-bot@canonical.com>  Wed, 19 Aug 2015 22:29:24 +0000

history-service (0.1+15.10.20150810-0ubuntu1) wily; urgency=medium

  [ Tiago Salem Herrmann ]
  * Use libphonenumber for phone number validation, normalization and
    comparison. (LP: #1471545, #1473028)

 -- CI Train Bot <ci-train-bot@canonical.com>  Mon, 10 Aug 2015 21:06:23 +0000

history-service (0.1+15.10.20150701-0ubuntu2~gcc5.1) wily; urgency=medium

  * No-change test rebuild for g++5 ABI transition

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 15 Jul 2015 08:01:07 +0000

history-service (0.1+15.10.20150701-0ubuntu1) wily; urgency=medium

  [ Tiago Salem Herrmann ]
  * Update to telepathy-qt 0.9.6.1.

 -- CI Train Bot <ci-train-bot@canonical.com>  Wed, 01 Jul 2015 14:15:57 +0000

history-service (0.1+15.04.20150428.1-0ubuntu1) vivid; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Fix a crash that was happening when matching new contacts. Also add
    a unit test to make sure it doesn't happen again. (LP: #1449662)

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 28 Apr 2015 21:42:14 +0000

history-service (0.1+15.04.20150409-0ubuntu1) vivid; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Change the tests to use the same infrastructure as the one used in
    telephony-service, and add some tests for the contact matching
    changes.
  * Improve contact matching by accepting other addressable fields than
    just phone numbers.

 -- CI Train Bot <ci-train-bot@canonical.com>  Thu, 09 Apr 2015 19:06:12 +0000

history-service (0.1+15.04.20150210-0ubuntu1) vivid; urgency=medium

  [ Tiago Salem Herrmann ]
  * Add support for writing events from qml. Iterate over attachments
    when qdbus_cast fails. (LP: #1417353)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 10 Feb 2015 19:22:48 +0000

history-service (0.1+15.04.20150206.1-0ubuntu1) vivid; urgency=medium

  [ Tiago Salem Herrmann ]
  * Add tools to populate the history database.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 06 Feb 2015 15:26:43 +0000

history-service (0.1+15.04.20150128-0ubuntu1) vivid; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Store the number that was used to call a given voice event. (LP:
    #1410500)
  * Use QSqlQuery::bindValue() to pass filter arguments to the query to
    prevent errors.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 28 Jan 2015 23:15:37 +0000

history-service (0.1+15.04.20150125-0ubuntu1) vivid; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make sure string filters are correctly escaped.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Sun, 25 Jan 2015 13:27:20 +0000

history-service (0.1+15.04.20150120-0ubuntu1) vivid; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Gustavo Pichorim Boiko ]
  * Convert the filter to a string in the plugin itself and add support
    for the MatchContains match flag. (LP: #1376793)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 20 Jan 2015 21:03:27 +0000

history-service (0.1+15.04.20150106-0ubuntu1) vivid; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make it possible to delete multiple entries from QML. (LP: #1404286)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 06 Jan 2015 17:47:46 +0000

history-service (0.1+15.04.20141110-0ubuntu1) vivid; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Save timestamps in UTC. (LP: #1379018)
  * Remove the tools and their dependencies: they are obsolete and not
    useful anymore.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 10 Nov 2014 13:23:06 +0000

history-service (0.1+14.10.20141003-0ubuntu1) 14.09; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Tiago Salem Herrmann ]
  * Add support for a new message Type: MessageTypeInformation (LP:
    #1356950)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 03 Oct 2014 15:48:10 +0000

history-service (0.1+14.10.20140912-0ubuntu1) utopic; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add support for matching contact info in the data models. (LP:
    #1362387)
  * Keep the models sorted all the time, even when new events arrive.
    Also replace the thread grouping proxy model by a real model that
    groups threads.
  * If the models are used from QML, update the query right after the
    component setup is finished.

  [ Tiago Salem Herrmann ]
  * Create temporary tables in memory
  * Skip messages with the "skip-storage" flag set (LP: #1340255)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 12 Sep 2014 21:28:40 +0000

history-service (0.1+14.10.20140821.1-0ubuntu1) utopic; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add a model that groups events that have happened in a contiguous
    way.
  * Optimize the history-service by delaying the event and thread views
    on the model until the properties are all set.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 21 Aug 2014 19:03:32 +0000

history-service (0.1+14.10.20140813-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Tiago Salem Herrmann ]
  * Export canFetchMore to qml

  [ Renato Araujo Oliveira Filho ]
  * Added "count" property for sortproxymodel; Added "get" function for
    sortproxymodel;

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 13 Aug 2014 22:21:25 +0000

history-service (0.1+14.10.20140730-0ubuntu1) utopic; urgency=low

  [ Tiago Salem Herrmann ]
  * Fix unreadCount update.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 30 Jul 2014 17:52:20 +0000

history-service (0.1+14.10.20140725.1-0ubuntu1) utopic; urgency=low

  [ Tiago Salem Herrmann ]
  * fix attachments on thread queries. don't query the database for null
    filters. Apps should use an empty filter if they want to query the
    whole database. avoid performing queries when the filter is null.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 25 Jul 2014 22:18:44 +0000

history-service (0.1+14.10.20140724-0ubuntu1) utopic; urgency=low

  [ Tiago Salem Herrmann ]
  * Multiple fixes to HistoryThreadGroupingProxyModel: Update grouping
    also on onDataChanged(). use rowsAboutToBeRemoved() instead of
    rowsRemoved() to avoid crashes. Do not emit dataChanged for removed
    indexes. Set participants on groupForEntry() so phone comparison
    works .

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 24 Jul 2014 02:16:30 +0000

history-service (0.1+14.10.20140717.1-0ubuntu1) utopic; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add a proxy model to allow grouping different threads into one.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 17 Jul 2014 18:15:11 +0000

history-service (0.1+14.10.20140701-0ubuntu1) utopic; urgency=low

  [ Tiago Salem Herrmann ]
  * Implement MMS sending support.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 01 Jul 2014 16:24:07 +0000

history-service (0.1+14.10.20140627-0ubuntu1) utopic; urgency=low

  [ Renato Araujo Oliveira Filho ]
  * Export HistoryEventModel.[canFetchMore | fetchMore] to QML

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 27 Jun 2014 16:02:33 +0000

history-service (0.1+14.10.20140619-0ubuntu1) utopic; urgency=low

  [ Ken VanDine ]
  * Added count and at functions to HistoryEventModel to simplify
    getting single events from the model.

  [ Renato Araujo Oliveira Filho ]
  * Export property count and get to QML.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 19 Jun 2014 17:47:44 +0000

history-service (0.1+14.10.20140522-0ubuntu1) utopic; urgency=low

  [ Tiago Salem Herrmann ]
  * add support for removing event attachments. fix dbus demarshaling
    for attachments so they don't get deleted when the event is marked
    as read. .

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 22 May 2014 21:44:24 +0000

history-service (0.1+14.04.20140407-0ubuntu1) trusty; urgency=low

  [ Tiago Salem Herrmann ]
  * Change observer filter to only receive non flash sms's.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 07 Apr 2014 23:02:58 +0000

history-service (0.1+14.04.20140326-0ubuntu1) trusty; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Delay the loading of model data until after the model properties are
    set.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 26 Mar 2014 19:51:27 +0000

history-service (0.1+14.04.20140319-0ubuntu1) trusty; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make sure to only propagate events and threads of the correct type
    on views, even when the filter is null.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 19 Mar 2014 02:39:59 +0000

history-service (0.1+14.04.20140305-0ubuntu1) trusty; urgency=low

  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 05 Mar 2014 13:13:10 +0000

history-service (0.1+14.04.20140228-0ubuntu1) trusty; urgency=low

  [ Tiago Salem Herrmann ]
  * Fix broken test with qt5.2. (LP: #1285007)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 28 Feb 2014 23:22:36 +0000

history-service (0.1+14.04.20140217-0ubuntu1) trusty; urgency=low

  [ Tiago Salem Herrmann ]
  * History needs to also observe channels with TargetHandleType = 0 for
    group chat. Don't iterate if the amount of participants is different
    .

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 17 Feb 2014 13:40:07 +0000

history-service (0.1+14.04.20140210-0ubuntu1) trusty; urgency=low

  [ Tiago Salem Herrmann ]
  * Check if the model is already empty before removing items in order
    to avoid an assert() in qt 5.2. (LP: #1275835)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 10 Feb 2014 16:02:49 +0000

history-service (0.1+14.04.20140130-0ubuntu1) trusty; urgency=low

  [ CI bot ]
  * Release history-service trunk in CITrain

  [ Gustavo Pichorim Boiko ]
  * Do not create threads if they are not already there when a delivery
    report arrives.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 30 Jan 2014 17:04:06 +0000

history-service (0.1+14.04.20140110-0ubuntu1) trusty; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Rename the messageFlags field to messageStatus to reflect its real
    purpose.
  * Add tests for the Telepathy related code in history-service.
  * Handle the delivery reports and use the data to update the message
    status.

  [ Tiago Salem Herrmann ]
  * Declare delivery report enums to be used from QML. Update all
    existing text message status to "accepted".

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 125

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 10 Jan 2014 04:41:34 +0000

history-service (0.1+14.04.20131209-0ubuntu1) trusty; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Update the existing unit tests to improve the code coverage a bit.
  * Pass filters in a way that they can be recreated at the service end.
  * Add a pkgconfig file.
  * Fix calling History::Filter::toString() when the value is a boolean
    or a number.
  * Add tests for the sqlite plugin.
  * Add tests for the History::Manager class.
  * Add an initial set of tests for the thread and event views.

  [ Tiago Salem Herrmann ]
  * Accept non numeric id's.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 120

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 09 Dec 2013 04:18:48 +0000

history-service (0.1+13.10.20131016-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Fix the duration saving on new call entries. They were being saved
    as QTime, but they should be actually saved as just the duration in
    seconds.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 111

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 16 Oct 2013 04:15:07 +0000

history-service (0.1+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Fix passing the call duration via dbus.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 109

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 11 Oct 2013 08:47:23 +0000

history-service (0.1+13.10.20131008.1-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make sure the ThreadsModified signal is emitted with the threads up-
    to-date. (LP: #1234611)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 107

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 08 Oct 2013 04:18:37 +0000

history-service (0.1+13.10.20131001.4-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make sure the events emitted on signals contain the participants
    field.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 105

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 01 Oct 2013 21:20:42 +0000

history-service (0.1+13.10.20130927-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Cache the threads to optimize the performance a bit when displaying
    events.
  * Add a participants field on event to avoid having to query threads
    for each and every event just to discover the participants.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 103

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 27 Sep 2013 05:41:17 +0000

history-service (0.1+13.10.20130925-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make it possible to modify events.
  * Set the Recover property on the telepathy client file to make sure
    that if the history daemon crashes it will get restarted by
    telepathy mission control. (LP: #1228446)
  * Clear the inconsistencies between thread_participants and threads on
    existing databases to make sure the service continues to work
    properly. (LP: #1228446)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 100

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 25 Sep 2013 06:35:24 +0000

history-service (0.1+13.10.20130919.3-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Do not use shared pointers for events, threads, filters and sort.
    They were causing too much trouble for little benefit.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 96

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 19 Sep 2013 15:47:09 +0000

history-service (0.1+13.10.20130918.1-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Use dbus for all the communication between the history service and
    its clients. Clients no longer access the sqlite database directly.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 94

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 18 Sep 2013 07:56:11 +0000

history-service (0.1+13.10.20130917-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Add a missing build dependency on sqlite3 (required to generate the
    schema file).
  * Remove the Reader and Writer classes. All methods are implemented in
    the Plugin class directly to make it simpler.

  [ Tiago Salem Herrmann ]
  * Remove data from thread_participants when deleting threads.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 92

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 17 Sep 2013 12:57:10 +0000

history-service (0.1+13.10.20130827-0ubuntu1) saucy; urgency=low

  * Automatic snapshot from revision 87

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 27 Aug 2013 02:41:38 +0000

history-service (0.1+13.10.20130826.1-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Initial release.

  [ Timo Jyrinki ]
  * Automatic snapshot from revision 85 (bootstrap)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 86

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 26 Aug 2013 19:14:36 +0000
