[Suspend2-announce] 2.2.1 release.

Top Page
Attachments:
Message as email
+ (text/plain)
+ (application/pgp-signature)
Delete this message
Reply to this message
Author: Nigel Cunningham
Date:  
To: suspend2-announce
Subject: [Suspend2-announce] 2.2.1 release.
Hi everyone.

2.2.1 is now available. As I write, there is only a 2.6.16-rc6 version, but I
hope to have a 2.6.15 version done within a few hours.

The changelong since 2.2 reflects that this is mostly a cleanups release, with
some bug fixes as well.

http://suspend2.net/downloads/all/suspend2-2.2.1-for-2.6.16-rc6.tar.bz2

Regards,

Nigel

2.2.1 - 17 March 2006

- Remove debug_pagealloc support
- Documentation update
- Move device_suspend at resume time prior to setting
up temporary page tables (Lamarque Souza).

2.2.0.8 - 15 March 2006

- Convert pageset sizes to longs.
- Convert [read|write]_header_chunk to
rw_header_chunk([READ|WRITE]...) and do similar
cleanups with other i/o routines.
- Remove some unused module structure members.
- Flatten the module ops.
- Fix a couple of harmless compile warnings.

2.2.0.7 - 15 March 2006

- Further fixes from 2.2.0.6. Now tested with modifying
resume2= in an initrd and checking image_exists prior
to do the echo > do_resume.

2.2.0.6 - 13 March 2006

- Split logic for determining whether we can suspend from
that for figuring out whether we can resume. This is
useful for the filewriter, where resume2= can be valid
(allowing us to resume) while filewriter_target isn't
set (prohibiting suspending).
- Update file headers.

2.2.0.5 - 13 March 2006

- Oh dear. I somehow reversed the 2.2.0.3 fix in 2.2.0.4.
Let's try and get them both in the same patch, shall we?

2.2.0.4 - 13 March 2006

- Fix missing incrementation of # extents freed in new
swap storage code.

2.2.0.3 - 11 March 2006

- Add x86 compilation error fix I missed.

2.2.0.2 - 11 March 2006

- Fix minimum free ram at 2000 pages rather than nr pages >> 7.
- Remove command line suspend_act, suspend_lvl and suspend_dbg
options.
- Fix issues with swap allocation that made suspend not work
properly with multiple swap storage at the same priority or
highly fragmented storage.
- Add Randy Dunlap's libata patches (sata).
- Removed time patches.
- Documentation updates
- Remove un-needed x86_64 fix processor context patch.
- Remove x86_64 mcheck_init invocation.
- Separate workqueue freezer, dynamic pageflags and
lzf patches.
- Remove obsolete configuration flags from the enums in suspend2.h.
- Correct various typos in headers.
- Various cleanups.
- Remove command line parameters suspend_act, suspend_dbg and
suspend_lvl.
- Remove HALT_ON debugging macro from pagedir.c.- Add tags for my new patch
splitting utility.

2.2.0.1 - 15 February 2006

- Update to 2.6.16-rc3.
- Further cleanups, removing fragments that are no longer needed
and applying suggestions from code review.
- Remove Christoph's todo list code. Not because I don't like it,
but because it was originally designed to help SMP cleanness,
and cpu hotplug has taken over that need.