From 204b1aae40261c489d7a5fdcb1c66141214a7659 Mon Sep 17 00:00:00 2001 From: Lyonel Vincent Date: Sat, 23 Apr 2016 00:29:02 +0200 Subject: [PATCH 01/43] release clean-up --- Makefile | 2 +- docs/Changelog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0103377..b6d1297 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGENAME = lshw -VERSION?= $(shell git describe --tags --long | cut -d - -f 1,2 | tr - .) +VERSION?= $(shell git describe --tags | cut -d - -f 1,2 | tr - .) export PACKAGENAME all clean install snapshot gui install-gui: diff --git a/docs/Changelog b/docs/Changelog index e845c1c..924b146 100644 --- a/docs/Changelog +++ b/docs/Changelog @@ -1,3 +1,8 @@ +* lshw B.02.18 + migrated to git + bug fixes + code cleanup + updated data files * lshw B.02.17 bug fixes code cleanup -- 2.10.2