From b2629710746b1a7c589c197bfadb5693a0fc3e4c Mon Sep 17 00:00:00 2001 From: Harald Geyer Date: Tue, 2 Aug 2016 20:20:08 +0200 Subject: [PATCH] Update CREDITS.md and ChangeLog.md * It's rather odd to get credits for .gitignore patterns but not for the driver I wrote so change that ... ;) * Also make the credits for minor stuff more generic so that I don't have to update that file for every one line patch. * Finally add the new driver to the change log --- CREDITS.md | 5 +++-- ChangeLog.md | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index 0df8429..1c61b19 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -420,8 +420,9 @@ flexible :) - [Harald Geyer](mailto:harald@ccbib.org) - - Cleanup I2C handling (https://github.com/lcdproc/lcdproc/pull/8) - - Add more patterns to .gitignore (https://github.com/lcdproc/lcdproc/pull/9) + - Driver for the linux input subsystem + - Driver and font for Olimex MOD-LCD1x9 14 segment display + - Various minor and not-so-minor cleanups and fixes - Colin Munro (colinmunro) diff --git a/ChangeLog.md b/ChangeLog.md index 82884f7..69309f4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,6 +6,7 @@ v0.5dev (ongoing development) - [added] New driver linux_input (https://github.com/lcdproc/lcdproc/pull/7) - [fixed] Cleanup I2C handling (https://github.com/lcdproc/lcdproc/pull/8) - [fixed] Add more patterns to .gitignore (https://github.com/lcdproc/lcdproc/pull/9) + - [added] New driver for Olimex MOD-LCD1x9 v0.5.7 - [fixed] Fix using the left key to change the ring and checkbox menu items