File dmtcp.changes of Package dmtcp
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
-------------------------------------------------------------------
Sat Jul 2 23:03:26 UTC 2011 - kapil@ccs.neu.edu
* 1.2.2 release notes from upstream:
- A new module system, allowing users to write their own extensions to DMTCP,
including wrappers around library calls. See the module subdirectory for
examples.
- ./configure --enable-m32 was not working in DMTCP 1.2.1. It works again now.
- more bug fixes and robustness testing. Tested on kernels ranging from Linux
2.6.5 to the latest kernel. Tested especially on the Linux distributions: Red
Hat/Fedora, Debian/Ubuntu, SuSe/OpenSUSE; although we don't know of any Linux
distributions where it fails to run.
- 'screen' did not checkpoint properly on machines using LDAP authentication.
This could also affect processes using 'bash'. This has been fixed.
- Furthermore, recent versions of 'screen' began calling 'utempter' when
present Support for 'utempter' and some other setuid processes has been
added.
- Removed the requirement for libc.a in building DMTCP, since Red Hat does not
include libc.a in its standard repository.
- ./configure --enable-ptrace now more robust. Still labelled "experimental"
for this release. You will need to enable this if you want to checkpoint gdb
sessions, programs running under strace, and certain other applications.
- ./configure --enable-fast-ckpt-restart can make ckpt/restart faster by using
'mmap'. You will need to set the environment variable DMTCP_GZIP to "0" if
you use this. This feature is still experimental, and there are many other
tricks for speeding up ckpt/restart. Please talk to the developers if this is
important for your application.
- Experimental support added for HBICT ( hbict.sf.net ). This provides support
for incremental and differential checkpointing. However, this is still
ongoing work.
- Work has begun on improved support for process migration between different
Linux kernels and distributions. Simple applications should migrate. Please
talk to us if this feature is important to you.
- We do not yet support the 'epoll' and 'inotify' Linux system calls. Recently,
there has been some demand for this, and we intend to raise the priority.
Please talk to us if this feature is important to you.
-------------------------------------------------------------------
Wed Jun 22 15:57:30 UTC 2011 - kapil@ccs.neu.edu
- Exclude mtcp.c from installation.
-------------------------------------------------------------------
Wed Jun 22 06:19:05 UTC 2011 - kapil@ccs.neu.edu
- Updating to upstream release 1.2.2.
-------------------------------------------------------------------
Fri Jun 17 07:18:09 UTC 2011 - kapil@ccs.neu.edu
- libdmtcpaware.a moved to libdmtcpaware-devel-static package.
- dmtcpaware examples moved to libdmtcpaware-doc package.
-------------------------------------------------------------------
Fri Jun 10 15:30:20 UTC 2011 - kapil@ccs.neu.edu
- Build requirements updated.
- Minor cleanup.
-------------------------------------------------------------------
Tue Jun 7 14:27:08 UTC 2011 - kapil@ccs.neu.edu
- Added "ExclusiveArch %ix86 x86_64" and removed ExcludeArch lines.
- buildroot not cleaned in %install section.
Sat May 14 00:09:03 UTC 2011 - kapil@ccs.neu.edu
- dependency on libc.a removed for mtcp_restart.
- Several other bug fixes and improvements.
-------------------------------------------------------------------
Sat Mar 12 23:41:14 UTC 2011 - kapil@ccs.neu.edu
- Updated to release 1.2.1
-------------------------------------------------------------------
Fri Mar 11 04:02:40 UTC 2011 - kapil@ccs.neu.edu
- Remove debug flags.
-------------------------------------------------------------------
Fri Mar 11 01:56:49 UTC 2011 - kapil@ccs.neu.edu
- Updated to revision 935.
-------------------------------------------------------------------
Thu Mar 10 03:37:28 UTC 2011 - kapil@ccs.neu.edu
- Reverting tarball to prev version.
-------------------------------------------------------------------
Thu Mar 10 02:37:40 UTC 2011 - kapil@ccs.neu.edu
- Testing fix for restart under 32-bit OSes.
-------------------------------------------------------------------
Thu Mar 10 01:18:53 UTC 2011 - kapil@ccs.neu.edu
- Updated tarball with compiler warnings fixed.
-------------------------------------------------------------------
Thu Mar 10 01:10:32 UTC 2011 - kapil@ccs.neu.edu
- Added python to dependency list for running make check.
-------------------------------------------------------------------
Thu Mar 10 00:49:13 UTC 2011 - kapil@ccs.neu.edu
- Preparing for release 1.2.1. Pulled updates from the latest dmtcp svn.