From 03d3c8d9998d4a03a9667ff5de534bdaf47162bb Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 26 Mar 2018 08:21:46 +0200
Subject: [PATCH] Fixes to the changelog

---
 release/changelog_since_last_release.txt | 108 +++--------------------
 1 file changed, 13 insertions(+), 95 deletions(-)

diff --git a/release/changelog_since_last_release.txt b/release/changelog_since_last_release.txt
index 73686e6..b2354ca 100644
--- a/release/changelog_since_last_release.txt
+++ b/release/changelog_since_last_release.txt
@@ -1,30 +1,16 @@
 * bob.buildout
   * v2.1.3 (Sep 22, 2017 10:37)
+	   * port to new CI/CD
   * v2.1.4 (Sep 22, 2017 11:34)
+	   * port to new CI/CD
   * v2.1.5 (Sep 22, 2017 13:58)
-     * no changes
+     * no signficant changes
   * v2.1.6 (Feb 27, 2018 16:29)
      * Enables built-in conda packaging
      * Provides user/development guides
      * Provides an alternative for gdb (based on lldb) for MacOS
-     - [docs] remove latex stuff
-     - Test
-     - Test
-     - Test
-     - test
-     - Add after_script to the build stage
-     - Get the install script from the clean branch too
-     - Update CI
-     - Update conda recipe
-     - remove bob-devel since that depends on a stable version of this
-     - Implement C/C++ debugging with lldb
-     - Try a fix for issue 24
-     - Bump version to avoid using stable version during beta builds
-     - Add a ref to the package name
-     - Add missing whitespace
-     - Create proper documentation for this project (closes bob.buildout#25)
-     - Doc improvements
-  * patch
+		 * Improve handling of environments for Python 3.6 (issue #24)
+  * rebuild
 * bob.extension
   * patch
 * bob.blitz
@@ -348,85 +334,17 @@
      * Initial version of the package
   * patch
 * bob.db.hkpu
-  * patch
-     - Initial commit
-     - Incorporate model-id on File class
-     - Remove unique finger name attribute as that does not match model-id
-     - Fix tests
-     - Remove tests for finger-name (removed)
-     - Add explanation for returning just one single plane from original image
-     - Fix comment
-     - Set private URLs for docs [ci skip]
-     - Fix docs
-     - Add functions to detect and load RoI annotations
-     - Change protocol A to have multiple models instead of multiple samples per model
-     - Update filelist
-     - Update HKPU filelist with new annotations
-     - Add test for annotations
-     - Fix function comment
-     - Add information on the annotations
-     - Fix typo in guide
-     - Port to new CI (closes bob.db.hkpu#1)
-     - Fix build deps
+  * major
+     - Initial release
 * bob.db.thufvdt
-  * patch
-     - Initial commit
-     - Add protocol files
-     - Set protocol p3 to match paper descriptions
-     - List protocol files
-     - Fix sql3 file creation
-     - Finalize tests
-     - Import correct module on docs
-     - Fix short descr
-     - Centralize links
-     - Add functions to detect and load RoI annotations
-     - Change db name to thufvdt (simpler)
-     - Updated ignore file
-     - Update metadata contents
-     - Add symlinks to metadata
-     - Add annotation check tests
-     - Add annotation section
-     - Fix typo in func doc
-     - Port to new CI (closes bob.db.thufvdt#1)
-     - Fix build deps
-     - Fix build deps
-     - Pin compatible pillow versions
-     - Fix use of pin_compatible
+  * major
+     - Initial release
 * bob.db.mmcbnu6k
-  * patch
-     - Initial commit
-     - Add protocols; Fix creation
-     - Fix tests
-     - Implement roi-based protocol; improve testing
-     - Rectify score count analysis
-     - Avoid creation of unused Finger entries on SQL database
-     - Fix comment
-     - Use model name for scoring
-     - Fixes to model.id -> model.name as model identifier
-     - Return any finger name (all are the same) given the first found model
-     - Fix finger name look-up
-     - Fix function comment
-     - Add information on the annotations
-     - Update file listing to include annotations
-     - Add annotation tests
-     - Add warning about annotations
-     - Include annotations with metadata
-     - Test annotations
-     - Port to new CI (closes bob.db.mmcbnu6k#1)
+  * major
+     - Initial release
 * bob.db.hmtvein
-  * patch
-     - Initial commit
-     - Correct database creation
-     - Fix test
-     - Fix references in documentation
-     - Use model name for scoring
-     - Fixes to model.id -> model.name as model identifier
-     - Return any finger name (all are the same) given the first found model
-     - Fix finger name look-up
-     - Add annotations
-     - Add information on the annotations
-     - Fix function comment
-     - Port to new CI (closes bob.db.hmtvein#1)
+  * major
+     - Initial release
 * bob.db.voicepa
   * v1.0.2 (Sep 22, 2017 14:34)
   * minor
-- 
GitLab