diff host/libcdl/ChangeLog @ 108:ff3f181b64bd ecos-sw-2000-07-04

Merge from eCos master repository on 2000-07-04-20:42:44-BST
author jlarmour
date Tue, 04 Jul 2000 20:17:21 +0000
parents 5a0cc6c243a9
children 84e4bde58b26
line wrap: on
line diff
--- a/host/libcdl/ChangeLog
+++ b/host/libcdl/ChangeLog
@@ -1,3 +1,16 @@
+2000-07-04  Bart Veer  <bartv@redhat.com>
+
+	* value.cxx (save):
+	The comment "# This value cannot be modified here." was being
+	added even for modifiable options, courtesy of some earlier
+	code rearrangement.
+
+	* config.cxx (change_package_version):
+	Prevent assertion failure/crash when changing the version of a
+	package that has not been loaded (not uncommon when using
+	ecosconfig and confusing the order of the version and the
+	package(s)).
+
 2000-06-28  Bart Veer  <bartv@redhat.com>
 
 	* transact.cxx, cdlcore.hxx: