The unified diff between revisions [642423d0..] and [39f4c70e..] is displayed below. It can also be downloaded as a raw diff.
# # # patch "ChangeLog" # from [50b5bb2e57bab4828fc775363f72b563cf10afbf] # to [5ad3b4bc5dbd09ee63094946c7cb005d28eb2957] # # patch "acpi.h" # from [cd655acbe5104fac1a8335f6551b2362294e3562] # to [cf40e7a35bb99257c81acc22e7c7e453775475fb] # # patch "configure.ac" # from [778f12934cea87ad1e176c5d71aeb08bfffd8f32] # to [575e8d6c17d950d4267ff3dd69562e1afccd50de] # ============================================================ --- ChangeLog 50b5bb2e57bab4828fc775363f72b563cf10afbf +++ ChangeLog 5ad3b4bc5dbd09ee63094946c7cb005d28eb2957 @@ -1,3 +1,11 @@ +2005-04-14 Grahame Bowland <grahame@angrygoats.net> + + * release 0.09 + * fixes Debian bug ids: #169351, #226306 + * better handling of "unknown" "charging rate" and "present state" fields + * reformatted from 4 space to tab indents + * use VERSION from config.h rather than hard-coding it twice. + 2005-04-12 Grahame Bowland <grahame@angrygoats.net> * release 0.08 ============================================================ --- acpi.h cd655acbe5104fac1a8335f6551b2362294e3562 +++ acpi.h cf40e7a35bb99257c81acc22e7c7e453775475fb @@ -23,8 +23,10 @@ #ifndef _ACPI_H #define _APCI_H +#include "config.h" + /* remember to update this when making new releases */ -#define ACPI_VERSION_STRING "acpi 0.08" +#define ACPI_VERSION_STRING "acpi " VERSION #define ACPI_PATH "/proc/acpi" #define BUF_SIZE 1024 ============================================================ --- configure.ac 778f12934cea87ad1e176c5d71aeb08bfffd8f32 +++ configure.ac 575e8d6c17d950d4267ff3dd69562e1afccd50de @@ -1,6 +1,6 @@ AM_CONFIG_HEADER(config.h) AC_INIT(main.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(acpi, 0.08) +AM_INIT_AUTOMAKE(acpi, 0.09) AC_PROG_CC AC_ISC_POSIX AC_HEADER_STDC