Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document some of the recent changes that I can remember of
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 22 Jun 2012 12:41:33 +0000 (14:41 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 22 Jun 2012 12:41:33 +0000 (14:41 +0200)
ChangeLog

index 3b5d1c4..49cf338 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ SimGrid (3.8) NOT RELEASED; urgency=low
  * Remove option custom_flags. Now use environment variables CFLAGS
    and LDFLAGS.
  * Enable tracing by default. This modules rocks you should use it.
  * Remove option custom_flags. Now use environment variables CFLAGS
    and LDFLAGS.
  * Enable tracing by default. This modules rocks you should use it.
+ * Use default cmake things to detect lua instead of home grown ones.
 
  MSG:
  * Add an experimental interface to manipulate VMs. They are mainly
 
  MSG:
  * Add an experimental interface to manipulate VMs. They are mainly
@@ -16,6 +17,7 @@ SimGrid (3.8) NOT RELEASED; urgency=low
    Please use MSG_init() instead. (reducing the amount of entry 
    points in the library helps us).
  * Make it impossible to link against the wrong version of the lib
    Please use MSG_init() instead. (reducing the amount of entry 
    points in the library helps us).
  * Make it impossible to link against the wrong version of the lib
+ * Bug fixes that made the host (and link) failures unusable.
 
  Simix:
  * Bug fixes around the resource failures: don't let the processes
 
  Simix:
  * Bug fixes around the resource failures: don't let the processes