summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-05-02 18:19:14 +0000
committerPeter Jones <pjones@redhat.com>2006-05-02 18:19:14 +0000
commit15dca265544fb9dc5215cb4ef0a9d29b530c367e (patch)
treeb9e1147c8c49004a9c76bff559119cab340e453b /ChangeLog
parent759a83ad40f915c74d89f3f153281c998233d8be (diff)
- add pm-pmu, at least for now
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 970f9f0..9905fc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2006-05-02 Peter Jones <pjones@redhat.com>
* pm-action: add copyright and license notice.
+ * Makefile: Add pm-pmu.c and pm-pmu.1 .
+ * Makefile: Change CFLAGS; -g and friends should come from
+ RPM_OPT_FLAGS when desired.
+ * pm-pmu.c: suspend helper for b0rked macs.
+ * pm-pmu.1: man page
+ * pm/functions (pm_main): try pm-pmu before echoing stuff
2006-05-01 Peter Jones <pjones@redhat.com>