#
#    $Id: CHANGES,v 1.13.2.2 2000/08/22 05:46:34 atrus Exp $
#
IRM 1.0.3 CHANGES
- Fixed a bug that caused a mysql error when adding a new computer with
	a network port.
- Added the tracking ID to the display of tracking.

IRM 1.0.2 CHANGES
- Software sorting now makes sense
- Port sorting now makes sense
- Deleteing templates deletes associated software
- Adding port now no longer gives error

IRM 1.0.1 CHANGES
- Fixed connectdb() error in tracking-assign.
- Fixed group memebership table in computers-info

IRM 1.0 CHANGES
- New DB Abstraction class which makes everything sort of compatible
	Currently MySQL is supported, but you only need to change
	a few function calls to get it working with PostgreSQL, etc.
- New networking port system.  Allows you to interconnect computers and
	network devices.
- New IRM command center which includes the auditing feature of IRM
	and serves as a quick-look at what has been happening when you
	login.
- Cleaned up the look and feel of IRM in a few places.
- Fixed a bug which prevented tracking from appearing in some cases.
- Other misc. bug fixes
- New simple group editor, allows you to view members of a group.  Also
	shows group membership in computers-info.php3
- Software adding now is done by a dropdown box with version number displayed.


IRM 0.9c.4 1.0 PRE CHANGES
- Fixed the database update stuff.  0.9c.3 didn't update the databse schema 
	completely if the user was upgrading from an old install.

IRM 0.9c.3 1.0 PRE CHANGES
- Added email to the person entering tracking (if they request it).
- Added the ability to view tracking in ascending or descending order by date.

IRM 0.9c.1 1.0 PRE CHANGES

- Added Reports feature.
- Fixed a display bug in computer list view.
- Made an AUTHORS file and changed the copyright information.
- Added code to check that people are filling out all of the forms
        in the Request Help section.    
- Added new groups capability.  I didn't do it cleanly, alot of cleanup needs
	to happen before I'm proud of the code, but it appears to be functional.
- Added (then found out it was already there but not documented) and therefore 
	only modified the ability to configure whether the name search was 
	available from the helper.php3 screen.

IRM 0.9c 1.0 PRE CHANGES

- Added new helpful 'Request Help' section which lets posters preview what
	they are posting, as well as requesting a name and contact info.
- Moved config.inc to config.inc.php3
- Fixed bug which was not adding software from templates.


IRM 0.9b.3 1.0 PRE CHANGES

- FIxed database.txt bug.  A missing field was causing probelms with imports.  

IRM 0.9b.2 1.0 PRE CHANGES

- Added an advanced tracking view allowing users to select 1 of 3 ways to view 
		tracking slips.
- Modified database schema in order to store new preference, this creating 
		a new database update file.

IRM 0.9b.1 1.0 PRE CHANGES

- Added email to cfg_newtrackingemail when the cfg_notifynewtrackingbyemail=1.
- Added Brandon Neill (bneill@learn2.com) to Copyright list.
- Added software license tracking features.

IRM 0.9a.3 1.0 PRE CHANGES

- Re-added View by Location form, for ease of use.
- Re-added IE bug fixes with cookies
- Changed crypt() which used DES to md5() (which uses MD5) for
		 password encryption.
- Correctly blanked cookies.

IRM 0.9a.2 1.0 PRE CHANGES

- More code clean up.
- Added the ability to select either exact phrase/contains matches in
		computers-index.php3.  As a result, the seperate location
		dropdown and selection was unnecessary and therefore was
		removed.

IRM 0.9a.1 1.0 PRE CHANGES

- Code clean up, more consistent, easier to read, and more manageable.
- NO FEATURE CHANGES


IRM 0.9a 1.0 PRE CHANGES

- Better Login security
- Made all incude statements point to ../irm.inc instead of just irm.inc
- Sort feature


IRM 0.29 CHANGES

- Added multi-list view in computers.  Enjoy :)
- Added Preferences section, replacing 'Change Password'


IRM 0.281 CHANGES

- Everyone, destroy IE.  Some stupid IE bug fixes


IRM 0.28 CHANGES

- Added Template system for adding computers
- A new clock in case you forgot what time it was
- I tried abusing the appostrophe (') bug, fixed as many as I could find.

BUG FIX 1:

- Fixed a tracking bug when adding.  If you had an appostrophe(') in your 
		description, it would not add your job. 

IRM 0.275 CHANGES


- Added CSS, so it looks a little better :)
- Added cache-control so nothing should cache the pages anymore 
	- Added Pragma: no-cache and Expires: <past> headers
	- Added <META> Expires, Pragma, and Cache-Control tags
- Fixed a few typos
