- Use kluge to an automake bug to have ``make distcheck'' working again

- Update ChangeLog


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@492 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-03-05 23:06:48 +00:00
parent 7207f697c7
commit 181164722b
3 changed files with 43 additions and 4 deletions

View file

@ -1,3 +1,38 @@
2006-03-05 01:07 tchernobog
* trunk/src/templates/smartp.tcc: - Fix obscure bug (with reference
initialization, or nested name specifiers?)
2006-03-04 13:46 tchernobog
* trunk/src/backend/pyloader/sgpem.i: - Remove non-const method from
Python-exported interface that allowed to change a
SchedulableStatus from a user Policy
2006-03-03 21:04 tchernobog
* trunk/Makefile.am,
trunk/src/backend/pyloader/python_policy_manager.cc,
trunk/src/main.cc: - Reorganize makefile to install files in a
reorganized directory hierarchy: - make room for future plugins -
separate real plugins from their satellite helper data
2006-02-26 23:38 tchernobog
* trunk/src/backend/pyloader/python_policy.cc,
trunk/src/backend/scheduler.cc,
trunk/src/builtin-policies/fcfs.py: - Catch UserInterruptException
launched from PythonPolicy in Scheduler, but it cheerfully
segfaults python...
2006-02-25 19:32 tchernobog
* trunk/ChangeLog, trunk/m4/ac_python_devel.m4,
trunk/src/graphical_terminal_io.cc,
trunk/src/graphical_terminal_io.hh: - Update ac_python_devel macro
to integrate advice from Horst - Improve a little
GraphicalTerminalIo
2006-02-25 12:40 tchernobog
* trunk/Makefile.am, trunk/src/backend/plugin.hh,