summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--libstore/ChangeLog11
2 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e766e4f..4e8e3d1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-25 Roland McGrath <roland@frob.com>
+
+ * configure.in: Add a check for Parted's libraries.
+ (PARTED_LIBS): New variable, substitute it.
+
2001-08-24 Roland McGrath <roland@frob.com>
* config.make.in (PARTED_LIBS): New variable, substituted by configure.
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 60a8e0bb..6c525901 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,5 +1,16 @@
2001-08-25 Roland McGrath <roland@frob.com>
+ * part.c (store_part_create): Do a run-time check on ped_get_version.
+
+2001-08-25 Neal H Walfield <neal@cs.uml.edu>
+
+ * part.c: New file.
+ * std.c (store_std_classes): Add store_part_class.
+ * store.h (store_part_create): New prototype.
+ (store_part_open): Likewise.
+
+2001-08-25 Roland McGrath <roland@frob.com>
+
* Makefile (parted.o, parted_pic.o): Pass -nostdlib.
2001-08-25 Neal H Walfield <neal@cs.uml.edu>