From 7b8696037658a03b5223bd4209f84a0da35cb0a8 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Wed, 14 Nov 2012 23:12:39 +0000 Subject: [PATCH] Add ChangeLog to version control --- ChangeLog | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..7afa255 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,90 @@ +Date: Wed Nov 14 2012 Bryn M. Reeves bmr@redhat.com +- Drop git hash from version and bump to 0.04 + +Date: Wed Nov 14 2012 Bryn M. Reeves bmr@redhat.com +- Prefix logging functions with '_' + +Date: Wed Nov 14 2012 Bryn M. Reeves bmr@redhat.com +- Add GPL license header to blkdevalias + +Date: Wed Nov 14 2012 Bryn M. Reeves bmr@redhat.com +- Change {nick,}name to alias in all comments and messages + +Date: Wed Nov 14 2012 Bryn M. Reeves bmr@redhat.com +- Handle empty lines in map file + +Date: Thu Nov 8 2012 Bryn M. Reeves bmr@redhat.com +- Specfile fixes + +Date: Thu Nov 8 2012 Bryn M. Reeves bmr@redhat.com +- Truncate default map file to zero entries + +Date: Thu Nov 8 2012 Bryn M. Reeves bmr@redhat.com +- Fix typo (missing ' ') in querydisk output + +Date: Thu Nov 1 2012 Bryn M. Reeves bmr@redhat.com +- Allow abbreviated commands + +Date: Thu Nov 1 2012 Bryn M. Reeves bmr@redhat.com +- Install mpath-parent in rpm spec file + +Date: Thu Nov 1 2012 Bryn M. Reeves bmr@redhat.com +- Work around to get WWID for mpath partitions + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Rename NNAME (nickname) -> ALIAS + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Update configure message for name change + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Rename wwid add/del functions to match ba_ prefix + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Rename WM_ and wm_ prefixes to BA_ and ba_ + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Fix quoting in string comparisons + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Add udev rule file to RPM file list + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Fix packaging of udev rules file + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Fix udev rules to use new command name + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Install empty map from tarball instead of touching + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Add usage information and examples to README + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Add RPM spec file to version control + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Update udev rules file + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Add empty map file templatet to version control + +Date: Wed Oct 31 2012 Bryn M. Reeves bmr@redhat.com +- Rename wwidmap -> blkdevalias + +Date: Tue Oct 30 2012 Bryn M. Reeves bmr@redhat.com +- Add COPYING and README + +Date: Tue Oct 30 2012 Bryn M. Reeves bmr@redhat.com +- Fix querydisk -d output + +Date: Tue Oct 30 2012 Bryn M. Reeves bmr@redhat.com +- Add wm_querydisk implementation + +Date: Tue Oct 30 2012 Bryn M. Reeves bmr@redhat.com +- Misc. tidyups - Load map for all commands - Tidy up debug output - Add traling newline to configure message + +Date: Tue Oct 30 2012 Bryn M. Reeves bmr@redhat.com +- Initial commit + -- 1.7.10.4