2012-09-03  Victor Mendoza

	* Release: 2.0.4
	- Replace proxy server in install URL only if proxy type is "reverse"

2011-06-24  Michel Jouvin

	* Release: 1.2.4
	- Fix typo in previous mod

2011-06-24  Michel Jouvin

	* Release: 1.2.4
	- Fix missing 'unique' in rpms.tpl

2011-06-24  Michel Jouvin

	* Release: 1.2.4
	- Add rpms.tpl to help configuring the required RPMs

2011-06-24  Michel Jouvin

	* Release: 1.2.3
	- Add support for Fedora14

2011-06-24  Michel Jouvin

	* Release: 1.2.2
	- Final version of OS-specific Kickstart configuration (new change in layout)

2011-06-23  Michel Jouvin

	* Release: 1.2.1
	- Change layout of OS-specific KS configuration templates
	Fix escaped disk names: should be unescaped

2011-06-22  <unknown>

	* Release: 1.2.0
	- Release schema mandatory options, and enable SL6 or other OS working KS creation - next steps would be to probably release other mandatory options (forgot not to use svn directly)

2011-03-23  Michel Jouvin

	* Release: 1.1.33
	- Remove unnecessary debug information

2011-03-23  Michel Jouvin

	* Release: 1.1.33
	- Ensure physical_devs entry is looked up using an escaped value (requires ncm-ncd >= 1.3.3 to fix an escape() method bug)

2011-02-27  Michel Jouvin

	* Release: 1.1.33
	- * Fix --driveorders value produced by ks.pm
	 * TPL/config.tpl: improved default definition of list of disks to ignore or whose partitions must be cleared (ensure all disks defined are in one of the list)
	 * TPL/config.tpl: by default, define bootdisk_order with the disks having boot=true, if any

2011-01-13  Victor Mendoza

	* Release: 1.1.32
	- Added compatibility with the ncm-spma v2.0 schema

2010-11-12  Loic Brarda

	* Release: 1.1.31
	- Add a bootloader_append option

2009-08-22  Michel Jouvin

	* Release: 1.1.30
	- The real fix for md devices! Previous mod breaks non raid1 config. This one should work with all raid level

2009-08-21  Michel Jouvin

	* Release: 1.1.29
	- Fix configuration of grub with md devices

2009-08-04  Luis Fernando Muñoz Mejías

	* Release: 1.1.28
	- Fix a bug that makes LVMs not be active during re-installations.

	This bug appears only when used together with ncm-lib-blockdevices
	>= 0.20.

2009-04-15  Luis Fernando Muñoz Mejías

	* Release: 1.1.27
	- Fix bug #49240.
	
	Just a stupid semicolon...

2009-04-02  <unknown>

	* Release: 1.1.26
	- Implement the --driveorder directive.

2009-02-18  Luis Fernando Muñoz Mejías,Luis.Fernando.Munoz.Mejias@cern.ch

	* Release: 1.1.25
	- Fix bug #47067

2008-11-05  "Luis Fernando"

	* Release: 1.1.24
	- Updated the documentation for the ignoredisk directive.

2008-11-05  "Luis Fernando"

	* Release: 1.1.22
	- Fixed a nasty bug on the ignoredisk handling.

2008-11-05  "Luis Fernando"

	* Release: 1.1.22
	- Adding support for the ignoredisk Anaconda directive.

2008-11-03  "Luis Fernando"

	* Release: 1.1.21
	- Using CAF::FileWriter for handling files.
	
	Fixes a symlink vulnerability.

2008-10-31  "Luis Fernando"

	* Release: 1.1.20
	- Fixes for better handling reverse proxies.
	
	Rewriting the URL is too complicated for this code, so instead the
	proxy is ignored in case it is reverse. This way, the RPM server
	is accessed directly during the installation.

2008-10-13  root

	* Release: 1.1.19
	- Fix specfile to take RELEASE into account

2008-10-13  root

	* Release: 1.1.19
	- Really add perl-IO-String !

2008-10-01  "Luis Fernando"

	* Release: 1.1.19
	- Adding perl-IO-String to the list of packages for the initial installation, to
	fullfill the dependencies of perl-CAF 1.7.

2008-09-22  "Luis Fernando"

	* Release: 1.1.18
	- Adding dependency on CCM >= 2.1.0

2008-08-21  "Luis Fernando"

	* Release: 1.1.17
	- Updated the dependency on ncm-lib-blockdevices. Now we depend on ncm-lib-blockdevices >= 0.18.3.

2008-07-03  "Luis Fernando"

	* Release: 1.1.16
	- Fixed a format string vulnerability, that would allow attackers to run arbitrary code on the install server.

2008-06-17  root

	* Release: 1.1.15
	- Allow KS template to be used without defined blockdevices

2008-06-10  Luis Fernando Muñoz Mejías

	* Release: 1.1.14
	- Moving the extra_pakcages stuff to a usable place.

2008-06-10  Luis Fernando Muñoz Mejías

	* Release: 1.1.13
	- Yet another fix to the extra_packages.

2008-06-10  Luis Fernando Muñoz Mejías

	* Release: 1.1.12
	- Fixed the "extra_packages" stuff.

2008-06-10  Luis Fernando Muñoz Mejías

	* Release: 1.1.11
	- Added support for installing additional packages on the %post phase.

2008-06-05  Luis Fernando Muñoz Mejías

	* Release: 1.1.10
	- More buf fixes on X configuration.

2008-06-05  Luis Fernando Muñoz Mejías

	* Release: 1.1.9
	- Fixed the X configuration directives.

2008-06-04  Ronald Starink, NIKHEF, x5180

	* Release: 1.1.8
	- Bug fixes for the Anaconda user hook:
	- Allow an empty path /system/filesystems
	- The user hooks should be processed before the commands since the latter ends with the %packages section

2008-05-28  root

	* Release: 1.1.7
	- Add KS directory to debug info (level 3)

2008-05-27  Luis Fernando Muñoz Mejías

	* Release: 1.1.6
	- Fixed wrong $i instead of $1 on the Thumper-grub stuff.

2008-05-27  Luis Fernando Muñoz Mejías

	* Release: 1.1.5
	- Added escaping on the Thumper-grub line.

2008-05-22  Luis Fernando Muñoz Mejías

	* Release: 1.1.4
	- Fixed the device names on grub, so that only hd0 and hd1 can be used for
	booting. This fixes problems with Thumpers, that boot from what kernel considers
	sdac or sdy but BIOS considers hd0 and hd1. Thanks to David Groep for pointing
	this out.

2008-05-22  Luis Fernando Muñoz Mejías

	* Release: 1.1.3
	- Yet more readability improvements.

2008-05-22  Luis Fernando Muñoz Mejías

	* Release: 1.1.2
	- Some improvements to readability.

2008-05-22  Luis Fernando Muñoz Mejías

	* Release: 1.1.1
	- Replaced the grub commands section with the modifications suggested by David Groep, making it
	more generic on software RAID and working on Thumpers.

2008-05-21  Luis Fernando Muñoz Mejías

	* Release: 1.1.0
	- Modifications suggested by David Groepp:
	
	Move the pre_install hook to the beginning of the %pre section.
	New hook for adding extra Anaconda directives.
	New hook before the first reboot.
	Remove splashimage on grub.conf.
	
	More features will follow when they get tested.

2008-05-20  Luis Fernando Muñoz Mejías

	* Release: 1.0.20
	- Uppercased SELF.

2008-05-20  Luis Fernando Muñoz Mejías

	* Release: 1.0.19
	- Uppercased SELF and OBJECT for compliance with Panc v8.

2008-05-13  Luis Fernando Muñoz Mejías

	* Release: 1.0.18
	- Too fast...

2008-05-13  Luis Fernando Muñoz Mejías

	* Release: 1.0.17
	- Fixed bug #36489

2008-05-07  Luis Fernando Muñoz Mejías

	* Release: 1.0.16
	- Fixed bug #36355

2008-04-30  Luis Fernando Muñoz Mejías

	* Release: 1.0.15
	- Stijn fixed a bug on the use of "date" command on the failure function.

2008-04-29  Luis Fernando Muñoz Mejías

	* Release: 1.0.14
	- Applied a patch by Stijn improving the handling of static network configuration.

2008-04-25  Luis Fernando Muñoz Mejías

	* Release: 1.0.13
	- Documentation update.

2008-04-25  Luis Fernando Muñoz Mejías

	* Release: 1.0.12
	- Added hostname and timestamp to the e-mail messages sent upon success or failure.

2008-04-25  Luis Fernando Muñoz Mejías

	* Release: 1.0.11
	- Added a patch by Stijn so that a list of services can be disabled before reboot, on the %post phase.

2008-04-24  Luis Fernando Muñoz Mejías

	* Release: 1.0.10
	- Fixed a typo, indentation details.

2008-04-24  Luis Fernando Muñoz Mejías

	* Release: 1.0.9
	- Added and exported a function, ksinstall_rpm which performs the job for installing a list of
	RPMS.

2008-04-18  Luis Fernando Muñoz Mejías

	* Release: 1.0.7
	- Exporting ksuserhooks, to allow other plug-ins to use the hook architecture.

2008-04-17  Luis Fernando Muñoz Mejías

	* Release: 1.0.6
	- Removed extra white line at the beginning of the post_reboot_script.

2008-04-17  Luis Fernando Muñoz Mejías

	* Release: 1.0.5
	- Minor changes to make the code easier to reuse by other plug-ins.

2008-04-14  Luis Fernando Muñoz Mejías

	* Release: 1.0.4
	- Minor clean-ups that will make it easier to reuse the code for other plug-ins
	(f.i aii-openvz).

2008-03-14  Luis Fernando Muñoz Mejías

	* Release: 1.0.3
	- Added #!/bin/bash to the post-reboot script.

2008-02-21  Luis Fernando Muñoz Mejías

	* Release: 1.0.2
	- Fixed a useless (and wrong) note on the generated KS file.

2008-02-21  Ronald Starink, NIKHEF, x5180

	* Release: 1.0.1
	- Fixed assignment of the default value for AII_OSINSTALL_OPTION_CLEARPART: the wrong loop variable was used

2008-02-20  Luis Fernando Muñoz Mejías

	* Release: 1.0.0
	- Kickstart plug-in ready to get in production. Stable release.

2008-02-16  Luis Fernando Muñoz Mejías

	* Release: 0.99.7
	- Added documentation for the variables used by AII.
	Changed config.tpl to the (more ambitious) shape it used to have on previous
	AII releases.

2008-02-13  Luis Fernando Muñoz Mejías

	* Release: 0.99.6
	- Fixed a bug when defining SELinux.

2008-02-13  Luis Fernando Muñoz Mejías

	* Release: 0.99.5
	- Removed spurious header.

2008-01-30  Luis Fernando Muñoz Mejías

	* Release: 0.99.4
	- Removing wrong 'extensible' keyword.

2008-01-15  Luis Fernando Muñoz Mejías

	* Release: 0.99.3
	- Kickstart plug-in added to CVS.

2008-01-11  Luis Fernando Munoz Mejias

	* Release: 0.99.0
	- Preparing to merge to CVS.
