From aecd339dbbe6e6ac5d5452e6936c41fc93042e84 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 5 Jan 2016 22:29:52 +0100 Subject: [PATCH] Drop the Changelog file and use a NEWS file The NEWS file is intended for humans, all the other species can look at the git history. There is no need to keep a detailed Changelog around which is the exact copy of the git history anyways. --- ChangeLog | 203 -------------------------------------------------------------- NEWS | 6 ++ 2 files changed, 6 insertions(+), 203 deletions(-) delete mode 100644 ChangeLog create mode 100644 NEWS diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index bb7db37..0000000 --- a/ChangeLog +++ /dev/null @@ -1,203 +0,0 @@ -2013-12-06 17:46:39 +0100 Antonio Ospite - - * ChangeLog: refresh for v0.3 (HEAD, tag: v0.3, master) - -2013-12-06 17:45:36 +0100 Antonio Ospite - - * Makefile: remove a trailing space - -2013-12-06 17:43:22 +0100 Antonio Ospite - - * Makefile: don't create the empty dir /lib/firmware/kinect - -2013-12-06 17:42:43 +0100 Antonio Ospite - - * kinect_upload_fw/Makefile: fix double spacing - -2013-12-06 17:36:12 +0100 Antonio Ospite - - * kinect_upload_fw/endian.c: fix warning and rename a function - -2013-11-19 16:16:18 +0100 Antonio Ospite - - * README: reword and re-indent some paragraphs (origin/master, origin/HEAD) - -2013-11-19 16:02:39 +0100 Antonio Ospite - - * Makefile: misc fixes - -2012-02-23 22:48:22 +0100 Antonio Ospite - - * kinect_upload_fw: initialize 'transferred' before USB transfers - -2012-02-03 13:12:01 +0100 Antonio Ospite - - * README: acknowledge Steven Toth's sponsorship - -2011-12-28 12:17:52 +0100 Antonio Ospite - - * kinect_fetch_fw: mention that p7zip-full >= 9.20 is needed - -2011-12-28 12:14:06 +0100 Antonio Ospite - - * README: mention reloading udev rules - -2011-11-27 12:16:20 +0100 Antonio Ospite - - * Add ChangeLog for v0.2 (tag: v0.2) - -2011-11-27 10:23:30 +0100 Antonio Ospite - - * kinect_fetch_fw: tell where we are getting the firmware from - -2011-11-27 10:11:51 +0100 Antonio Ospite - - * README: tell where we are getting the actual firmware from - -2011-11-27 10:10:28 +0100 Antonio Ospite - - * README: fix a typo and add some clarifications - -2011-11-27 09:59:04 +0100 Antonio Ospite - - * kinect_fetch_fw: make the script less verbose when invoking 7z - -2011-11-27 09:46:38 +0100 Antonio Ospite - - * kinect_fetch_fw: download the latest KinectSDK-v1.0-beta2-x86.msi - -2011-11-27 09:45:54 +0100 Antonio Ospite - - * kinect_fetch_fw: mention wget in the internal documentation - -2011-11-27 00:34:57 +0100 Antonio Ospite - - * kinect_upload_fw: specify libraries after objects in the linking command - -2011-11-05 00:10:30 +0100 Antonio Ospite - - * Add info about building kinect_upload_fw for MS Windows - -2011-11-04 23:59:19 +0100 Antonio Ospite - - * Update .gitignore - -2011-10-21 22:19:37 +0200 Antonio Ospite - - * kinect_upload_fw: fix reading the firmware file on Windows - -2011-10-14 21:57:12 +0200 Antonio Ospite - - * kinect_upload_fw: fix a mingw32 compilation error - -2011-10-13 23:35:10 +0200 Antonio Ospite - - * kinect_upload_fw: fix generating endian.h before compiling kinect_upload_fw - -2011-10-13 23:31:11 +0200 Antonio Ospite - - * kinect_upload_fw: disable some compiler flags - -2011-10-12 12:13:34 +0200 Antonio Ospite - - * Add ChangeLog for v0.1 (tag: v0.1) - -2011-10-06 14:49:01 +0200 Antonio Ospite - - * kinect_upload_fw: fix a couple of minor warnings from 'sparse' - -2011-10-03 16:22:36 +0200 Antonio Ospite - - * kinect_upload_fw: support architectures that are not little-endian - -2011-10-03 15:55:28 +0200 Antonio Ospite - - * kinect_fetch_fw: add a mechanism to check the integrity of the downloaded file - -2011-10-03 15:47:53 +0200 Antonio Ospite - - * kinect_fetch_fw: print error messages on stderr - -2011-09-30 23:00:42 +0200 Antonio Ospite - - * kinect_upload_fw: really fix -Wformat warnings about sizeof() - -2011-09-30 13:59:17 +0200 Antonio Ospite - - * kinect_upload_fw: fix issues shown by valgrind --leak-check=full --show-reachable=yes - -2011-09-30 13:43:52 +0200 Antonio Ospite - - * kinect_upload_fw: cosmetic changes - -2011-09-30 13:38:42 +0200 Antonio Ospite - - * kinect_upload_fw: print more meaningful error message on failure - -2011-09-30 13:26:48 +0200 Antonio Ospite - - * kinect_fetch_fw: return value from $() does not need to be quoted - -2011-09-30 13:21:06 +0200 Antonio Ospite - - * kinect_fetch_fw: make FW_DESTDIR an absolute path - -2011-09-30 12:54:46 +0200 Antonio Ospite - - * Change description of kinect_fetch_fw - -2011-09-30 11:31:01 +0200 Antonio Ospite - - * Add more info in the README file - -2011-09-29 23:20:26 +0200 Antonio Ospite - - * kinect_upload_fw: fix a -Wstrict-aliasing warning - -2011-09-29 23:13:09 +0200 Antonio Ospite - - * kinect_upload_fw: fix assigning a string literal to a 'char *' - -2011-09-29 23:11:21 +0200 Antonio Ospite - - * kinect_upload_fw: fix -Wsign-compare and -Wpointer-sign - -2011-09-29 23:09:48 +0200 Antonio Ospite - - * kinect_upload_fw: fix -Wformat warnings - -2011-09-29 23:05:58 +0200 Antonio Ospite - - * kinect_upload_fw: fix -Wmissing-prototypes warning - -2011-09-29 23:04:24 +0200 Antonio Ospite - - * kinect_upload_fw: fix -Wold-style-definition warnings - -2011-09-29 22:06:26 +0200 Antonio Ospite - - * kinect_upload_fw: fix spacing in Makefile, use simple expansion to set bindir - -2011-09-29 22:05:35 +0200 Antonio Ospite - - * kinect_upload_fw: enable more warnings in Makefile - -2011-09-17 21:46:55 +0200 Antonio Ospite - - * kinect_upload_fw: remove some trailing spaces - -2011-09-29 18:19:23 +0200 Antonio Ospite - - * Makefile: Add a rule to generate a GNU style Changelog - -2011-09-12 00:49:16 +0200 Antonio Ospite - - * Add a .gitignore file - -2011-09-11 20:42:39 +0200 Antonio Ospite - - * Initial import of the other pieces of knect_audio_setup - -2011-09-11 20:35:19 +0200 Drew Fisher - - * Initial import of kinect_upload_fw diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..abd781d --- /dev/null +++ b/NEWS @@ -0,0 +1,6 @@ +News for v0.4: +============== + + * kinect_upload_fw: fix setting the USB configuration for some devices + * kinect_upload_fw: make the code more robust + * Drop the Changelog file and use a NEWS file -- 2.1.4