summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <david@fubar.dk>2005-05-12 21:14:17 +0000
committerDavid Zeuthen <david@fubar.dk>2005-05-12 21:14:17 +0000
commit1dd67bb8e8ae27932f3a54b95db4206a28d60df7 (patch)
treed4eb5b645132061c11a884aca7ffc7cee39377ec
parent5f3313edeb399b49a9b0fbcff390bd69077cdcbe (diff)
Bump version to 0.5.2HAL_0_5_2
Update for release 0.5.2 Also dist gen-libgphoto-hal-fdi
-rw-r--r--ChangeLog10
-rw-r--r--NEWS16
-rw-r--r--configure.in4
-rw-r--r--doc/spec/hal-spec.html8
-rw-r--r--tools/Makefile.am2
5 files changed, 32 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index ac9b50de..60029645 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-05-12 David Zeuthen <davidz@redhat.com>
+ * configure.in: Bump version to 0.5.2
+
+ * NEWS: Update for release 0.5.2
+
+2005-05-12 David Zeuthen <davidz@redhat.com>
+
+ * tools/Makefile.am (EXTRA_DIST): Also dist gen-libgphoto-hal-fdi
+
+2005-05-12 David Zeuthen <davidz@redhat.com>
+
* hald/linux2/addons/addon-usb-csr.c (property_cache_item_get): Bah,
make this file actually compile again.
diff --git a/NEWS b/NEWS
index 4f79b4c6..72b6dc96 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,22 @@
==========
+HAL 0.5.2 "Can't do it, Sally."
+==========
+
+Released May 12, 2005
+
+ - Calculate remaining time for batteries (Richard Hughes)
+ - libhal documentation update (Rohan McGovern)
+ - Tweak default policy to automount 'mmc' devices (Pierre Ossman)
+ - PMU lid button and battery polling fixes (David Zeuthen)
+ - Detect PTP cameras (Pozsar Balazs)
+ - Include script to generate libgphoto2 .fdi file (Pozsar Balazs)
+ - Unmount by mount point instead of by device file (Rohan McGovern)
+
+==========
HAL 0.5.1 "Sonny...?"
==========
-Release Apr 27, 2005
+Released Apr 27, 2005
- Teach volume_id about Minix and a bunch of ATA raid signatures
and use last label on multi-session discs (Kay Sievers)
diff --git a/configure.in b/configure.in
index 72742a08..917f192c 100644
--- a/configure.in
+++ b/configure.in
@@ -7,8 +7,8 @@ dnl Process this file with autoconf to produce a configure script.
#
AC_PREREQ(2.57)
-AC_INIT(hal, 0.5.1, david@fubar.dk)
-AM_INIT_AUTOMAKE(hal, 0.5.1)
+AC_INIT(hal, 0.5.2, david@fubar.dk)
+AM_INIT_AUTOMAKE(hal, 0.5.2)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
diff --git a/doc/spec/hal-spec.html b/doc/spec/hal-spec.html
index 96cf4dea..bd59a4ea 100644
--- a/doc/spec/hal-spec.html
+++ b/doc/spec/hal-spec.html
@@ -2,7 +2,7 @@
<HTML
><HEAD
><TITLE
->HAL 0.5.1 Specification</TITLE
+>HAL 0.5.2 Specification</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"></HEAD
@@ -24,7 +24,7 @@ CLASS="TITLEPAGE"
CLASS="title"
><A
NAME="AEN2"
->HAL 0.5.1 Specification</A
+>HAL 0.5.2 Specification</A
></H1
><H3
CLASS="author"
@@ -51,7 +51,7 @@ HREF="mailto:david@fubar.dk"
></DIV
><SPAN
CLASS="releaseinfo"
->Version 0.5.1<BR></SPAN
+>Version 0.5.2<BR></SPAN
><HR></DIV
><DIV
CLASS="TOC"
@@ -690,7 +690,7 @@ CLASS="CALSTABLE"
></TR
><TR
><TD
->0.5.1</TD
+>0.5.2</TD
><TD
>&nbsp;</TD
><TD
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 452ade70..444b96ab 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -34,7 +34,7 @@ man_MANS = fstab-sync.8
endif
## FSTAB_SYNC_ENABLED end
-EXTRA_DIST=$(man_MANS) $(MAN_IN_FILES)
+EXTRA_DIST=$(man_MANS) $(MAN_IN_FILES) gen-libgphoto-hal-fdi
clean-local :
rm -f *~