From: Kern Sibbald Date: Wed, 22 Sep 2004 19:51:07 +0000 (+0000) Subject: - Incremented the release number because this version requires X-Git-Tag: Release-1.35.6~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=525690ec64fe29c1cefc85f7bc06cb0ace4ce279;p=bacula%2Frescue - Incremented the release number because this version requires an update to the database. Use: cd src/cats ./update_bacula_tables to update an existing database. - Implemented EndFile and EndBlock in the Media record. This will allow Bacula to know exactly when to stop reading a tape if the stupid tape driver does not give a logical end of tape indication and Bacula writes to the end of the tape getting an I/O error. - Added new routines to update the database, and there are new database creation routines to add the two new Media columns. - The Media record is updated each time a JobMedia record is created. This keeps the Media record up to date. - Undid the code to use automatic type converions to char * in POOL_MEM. This is due to the ugly consequences of essentially destroying the class type nature of the class. - Removed all the old mp_char() #define code. ---