]> git.sur5r.net Git - bacula/bacula/blob - bacula/technotes-2.3
5f5235f9a09403207cca0550a4820c112501b96a
[bacula/bacula] / bacula / technotes-2.3
1               Technical notes on version 2.3
2
3 General:
4 21Aug07
5 kes  Fix Director crash when running bat SQL queries.
6 kes  Add David's notes on Item 8: Copy pools.
7 18Aug07
8 kes  Rework projects file to be current and ready for a vote.
9 kes  Enhance lex scanner error message.
10 17Aug07
11 kes  Tweak LICENSE file to mention BSD code.
12 kes  Fix bat.pro.in so that it includes the OpenSSL libraries only
13      if specified on the ./configure.
14 kes  Add first (not yet tested) cut of bcomm to the qt-console directory.
15      This class is intended to allow us to open a second bsock to the
16      Director while in the restore subdialog.  
17 16Aug07
18 kes  Fix configure to create bat Makefile before creating dependencies.
19 kes  Eliminate the egg files from the tray-monitor. Use gtk calls.
20 kes  Add a tooltip to the tray monitor.
21 dvl  Set the Director's PID file before dropping privs. This fixes
22      bug #923.
23 15Aug07
24 kes  Update AUTHORs file
25 kes  Increase the default max concurrent jobs to 20 in FD and SD to
26      correspond with the default .conf files.
27 kes  Rewrite the Win32 service routines.  This eliminates the 3 copies
28      some different, of the same file created by RN when porting the 
29      Win32 SD and Dir.
30 kes  Rearrange some of the Win32 directories and the placement of the files
31      in them.
32 kes  Set DEVELOPER flag in version.h
33
34 ========================================================================
35 Release Version 2.2.0
36 09Aug07
37 kes  Apply a second doc patch from Marc.
38 kes  Apply a doc patch from Marc Schiffbauer <marc@schiffbauer.net> that
39      improves the tips section that discusses how to setup multiple
40      simultaneous jobs.
41 08Aug07
42 kes  Update bat README file.
43 kes  Apply patch from Allan Black <Allan.Black@btconnect.com> that     
44      corrects a typo in the Recycle status check in db_find_next_volume().
45      This will probably fix a number of annoying problems with multiple
46      Recycled volumes.
47 kes  Modify most of dird/msgchan.c to use bsock class calls rather than
48      bnet calls -- no functionality change.
49 07Aug07 
50 kes  Modify the Verify output to specify if files are missing on    
51      the Volume(s) or disk.  Fixes confusion in bug #916.
52 kes  When more than one Volume is read in a migration job, the last
53      Volume bytes reported are from the last read volume rather than
54      the last written volume. Fixed. This fixes bug #910.
55 kes  Fix display of Recycle flag after update volume=foo recycle=yes.
56      It previously printed New Recyle flag is: no. This fixes bug
57      #917.
58 06Aug07
59 kes  Correct seg fault when switching tape drives during restore.
60 kes  Commit uid_gid_name.c (replacement for idcache.c), but will not
61      be used until after 2.2.0 release.
62 04Aug07
63 kes  Remove fnmatch() in SD that permitted wild card specifications.
64      This fixes bug #914.
65 31Jul07
66 kes  Fix %g in filename returned by SQL for browse tree reported by
67      Dirk.
68 kes  Fix configure so that it puts config.out in the cwd rather than
69      in src/qt-console
70 kes  Attempt to fix the locking problem reported by Eric in bug #906.
71 kes  Make berrno class to leave errno unchanged after constructor call.
72 kes  Make bnet_server use the heap rather than the stack to allocate
73      its socket fd pointers to avoid a crash at termination. Problem
74      reported by Ryan Novosielski and bugs pointed out by Martin Simmons.
75 30Jul07 
76 kes  Create new depkgs and depkgs-qt separating the qwt out of depkgs
77      and putting it in depkgs-qt along with Qt4.3.
78 29Jul07
79 kes  Rework code in acquire.c that switches drives for reading when
80      the Media Type does not match. This should fix bug #906
81 28Jul07
82 ebl  Fix a director segfault during job setup #907
83 kes  Correct seg fault in postgresql when first operation returns no
84      rows.  Fixes Dirks File browser problem seg fault with bat.
85 25Jul07
86 kes  Apply patch from Felix Schwarz <Felix.Schwarz@web.de> that allows
87      building wxconsole on Fedora 7 with wxWidgets 2.8 (it works with
88      2.6 as well).
89 24Jul07 
90 kes  Implement PopUp YES/NO dialog for bat.
91 23Jul07
92 ebl  Fix a compilation bug when using #define BACL_WANT_NUMERIC_IDS
93 22Jul07
94 kes  Correct RunScript to terminate job in FD on failure.
95 kes  Change abort_on_error and AbortJobOnError to fail_on_error
96      and FailJobOnError in RunScripts.
97 kes  Minor tweaks of code formating in RunScripts, principally to
98      avoid depassing 80 columns.
99 21Jul07
100 kes  Eliminate one #ifdef Win32 in bsmtp
101 kes  Implement grow tool to grow a file for testing very large databases.
102 kes  Add big-vol-test to test Bacula seeking with > 5GB.
103 Release 2.1.28 beta
104 19Jul07
105 kes  Modify find_next_volume() to return all values in Media record.
106 kes  Ensure that we keep Recycle Pool when moving Scratch volumes.
107
108 Release 2.1.28 beta
109 18Jul07
110 kes  Update Release notes 
111 17Jul07
112 ebl  fix a bug in get_scratch_volume() report by Andreas Helmcke
113      Warning, in previous beta version, all media get from scratch keep their
114      old retention.
115 16Jul07
116 kes  Tweaked Win32 installer to remove temp conf files at uninstall time.
117      This should fix bug #842. Made a note to look at removing the temp
118      files at the end of the install.
119 kes  Add ability to mount and unmount a file device providing it is
120      marked as being removable and has the appropriate mount and unmount
121      commands defined in the Device resource. This fixes bug #830.
122 kes  When applying a storage override, release all previous storage
123      definitions rather than just prepending the new storage.
124      This should prevent a good deal of confusion.
125 14Jul07
126 kes  Implement ./configure search for qwt libraries.
127 13Jul07
128 kes  Disable posting the WM_CLOSE message in KillRunningCopy of the 
129      Win32 FD.  This should fix bug #893.
130 kes  Remove an unnecessary beep in Win32 init code.
131 kes  Update copyright dates in Win32 executable about boxes.
132 kes  Replace the FSF copyrighted getopt.c and getopt.h in the Win32
133      code with a BSD getopt.c and getopt.h.
134 kes  Remove sched.h from the Win32 compat directory -- not used.
135 kes  Remove the Exit menu item from the Win32 tray monitor. If you really
136      need to shut it down, do it through the services panel or the command
137      line.
138 kes  Remove some inappropriate Bacula FSFE copyrights.
139 ebl  Tweak status client=xxx to be more easy to parse (more like in 2.0.x)
140 kes  Fix regress config non-portable test as pointed out by
141      Florian Heigl <florian.heigl@gmail.com>
142 kes  Fix PSCMD for HP-UX in configure.in to have proper syntax.
143      as pointed out by Florian Heigl <florian.heigl@gmail.com>
144 12Jul07
145 kes  Fix missing rctx. prefixes on the Darwin code in src/filed/restore.c
146      Reported by Frank Sweetser.
147
148 Release 2.1.26 beta
149 12Jul07
150 kes  Fix client-only build.
151 kes  Integrate client-only fixes for bsys (initgroups) and conio from
152      Sergey Svishchev <svs@ropnet.ru> for the AIX platform.
153 kes  Make arguments to get_scratch_volume() in same order as other
154      such calls.
155 kes  Rework the prune_volumes() subroutine so that after purging and
156      no volume found in desired pool, it will check for a scratch 
157      volume. This prevents recycling the whole scratch pool.
158 kes  Add code to status storage to print boffset_t (largefile support).
159 11Jul07
160 kes  Move qwt (Graphics libarary for Qt4) to depkgs.
161 kes  You now need a --with-qwt=<dir> to be able to build bat.
162 kes  Update src/win32/cats/bacula_cats.def to include the new       
163      db_get_query_dbids() call on Win32.
164 07Jul07
165 kes  Correct a problem when selecting a scratch volume and moving
166      it to another pool that lost some columns.
167 kes  Tweak some code in ua_update.c to use POOL_MEM instead of POOLMEM.
168 kes  Enhance Autochanger error messages to include Volume and device name.
169 kes  Rework prune_volumes() code to take account of InChanger flag,
170      and to handle recycling volumes going to the Scratch pool and
171      current pool because the RecyclePool directive.
172 kes  Implement a better and more efficient db_get_query_dbids() to
173      handle creating and passing back a list of DBIds.
174
175 Release 2.1.24 beta
176 03Jul07
177 kes  Start work on new more efficient DBId subroutine. First use
178      will be for recycling volume to Scratch inchanger.
179 kes  Increase number of JobIds in pruning from 1000 to 10000. 
180      This to be replaced by above routine.
181 kes  Begin implementation of building Qt4 on Win32.
182 kes  Correct typo in fix I added for bad TLS shutdown.
183 kes  Pull 2.0.3 patches into patches directory.
184 kes  Update Release notes.  Include qt-console in line count.
185 kes  Update Projects file.
186 30Jun07
187 kes  Integrate patch from Sergey Svishchev <svs@ropnet.ru> that fixes 
188      bug in migration code where a job that spanned two volumes
189      was migrated twice.
190 29Jun07
191 kes  Implement new BST_DESPOOLING blocked state. Change from locking
192      during despooling in SD to blocking. This means that other threads
193      can work with the device structure, in particular the reservations
194      system while despooling.
195 28Jun07
196 kes  Fix return in reservation message queue that missed clearing
197      the jcr lock (implemented 26Jun07 below).
198 kes  Rename a number of dev methods to make locking function names
199      a bit clearer.
200 kes  Document locking in lock.c. Move lock structures to new file
201      lock.h.
202 26Jun07
203 kes  Move reservations message lock to lock jcr only this
204      fixes bug #861.
205 kes  Move main SD locking code into lock.c (new file).
206 kes  Update Win32 build to include lock.c
207
208 Release 2.1.22 beta
209 26Jun07
210 kes  Dirk committed the qwt library code for drawing graphs in bat.
211 kes  Tweak install of qwt so that it is integrated with ./configure.
212 25Jun07
213 kes  Fix HAVE_BATCH_INSERT to be HAVE_BATCH_FILE_INSERT, pointed
214      out by Eric (my typo).
215 ebl  Fix configure.in to get batch mode enable
216 kes  Return correct string from authenticate.cpp in bat when connecting
217      to Dir.
218 kes  Apply patch suggested by Frank Sweetser to fix bug #888 --     
219      spurious line drops when using TLS.  
220 kes  Do not file reparse points when restoring a file that already
221      exists -- Win32.
222 24Jun07
223 kes  Implement Windows reparse points -- similar to directories, but
224      we do not descend into it. This is a first cut. They seem to 
225      be backed up, but restore is not yet tested.
226 kes  Remove restore_blocking in tls code when shutting a socket to leave
227      it in blocking mode. Hopefully this will fix the encryption bug  
228      reported by Frank Sweetser.
229 kes  When opening a file for backup, tell the OS that we are going to
230      read it sequentially -- optimization.
231 kes  Change variable names in authenticate_director() to not conflict
232      with member names in bat. Caused great confusion with compiler,
233      but no warnings.
234 23Jun07
235 kes  Queue openssl error messages in case of comm problem.
236 kes  Do shutdown() call if socket terminated.
237 kes  Remove some duplicated code in tls.c
238 kes  Move more of the bsock member variables into private and access
239      them with methods.
240 kes  Add Frank Sweetser's tls-test to the regression suite.
241 22Jun07
242 kes  Add Swedish sv.po file
243 21Jun07
244 kes  Don't print clock skew message in FD if less than 3 seconds diff.
245 kes  Add a bit of VSS info to status client.
246 kes  Implement a first cut of Vista VSS, using Win2003 code.
247
248 Release: 2.1.20 beta
249 20Jun07
250 kes  Fixed bug #886 (multidrive autochanger: SD doesn't use drive with
251      loaded tape but uses first drive).
252 kes  Fixed bug #807 Restore encrypted backup failed on Windows 2003
253      This was indeed a Win32 issue.
254 19Jun07 
255 kes  Simplify search of autochanger for in-use Volume.  
256 kes  Fix exit condition of check for in-use volume.  kes Remove
257      inappropriate my_postgresql_free_result() in db_close()
258      routine.
259 kes  Fix bad return in FD when encryption signature not found.
260      Probably caused a crash.
261 kes  Inhibit missing encryption signature error messages for 
262      file types where no signature computed.
263 kes  Correct inverted check on autochanger in reservation system.
264 kes  Tweak debug code in autochanger reservation.
265 18Jun07
266 kes  Add some additional locking in the cats directory in subroutines
267      that modify packet variables called from batch insert.
268 kes  Rework how dcrs are allocated. new_dcr() can now be called
269      with an existing pointer, and it will simply clean it up.
270      This allows the reservation system to test various different
271      devices, and will permit easy device changes.
272 kes  A bunch of changes all over to handle new new_dcr() calling
273      sequence.
274 kes  Work more on the Volume management in the SD. Remember Volumes
275      for tape drives and for autochangers (even virtual disk changers).
276 kes  When looking at the Volume list to reserve a drive, handle 
277      autochanger names correctly by interating through the changer 
278      devices.  Also call the Director to see if a Volume is suitable
279      for the current job.
280 kes  Fix some bugs in bscan. Make sure all media records are written.
281      Make sure that valid JobMedia records are written for disk files.
282      Previously they were completely wrong.
283 kes  Move source tar files for depkgs-mingw32 to www.bacula.org so
284      that the URLs don't change and so that the developers will all
285      work off the same copy. Rebuild from scrach.
286 kes  Upgrade Win32 SQLite3 from 3.3.8 to 3.3.17.
287
288 Release: 2.1.18 beta
289 16Jun07
290 kes  Fix seg fault in FD from incorrect digest size. 
291 kes  Fix argument to non-OpenSSL crypto.c subroutine.      
292
293 Release: 2.1.16 beta
294 16Jun07
295 kes  Remove a few malloc()s from the encryption code.
296 kes  Use the class calls to bsock in filed/backup.c and restore.c in
297      place of the old bnet_xxx code.
298 kes  Implement code that does an on the fly calculation of the  
299      signing digest during restore of encrypted files.  It makes
300      a best guess at the algorithm, and if it is not correct, will
301      then revert to the old code which reads the file after it is
302      restored.
303 kes  Implement at least one missing crypto stream in stream_to_ascii()
304 kes  Apply patch from William <chowmeined@gmail.com> that fixes bug
305      #877 where a reload with bad syntax causes Dir to exit.
306
307 Cut: 2.1.14 beta (not released)
308 14Jun07
309 kes  Do not free a volume on a tape drive until another volume is
310      mounted and read, or the autochanger unloads the volume.
311      This should help the SD re-use volumes that are already mounted,
312      and should fix bug #886.
313 kes  Apply patch from user brettedgar that allows gnome2-console include
314      the OpenSSL libraries, and hence work with SSL.  Fixes bug #885.
315 kes  Apply patch from Lucien Weller that fixes day of week calculation
316      because of DST flag problem. Fixes bug #887.
317 10Jun07
318 kes  Move find_next_appendable_volume() to after acquiring a valid device
319      in reserve.c.  This fixes bug #864 -- confirmed by reporter.
320 09Jun07
321 kes  Unable to reproduce bug 872. However added additional testing for
322      integer.
323 kes  Bug #874 resolved by documenting SQLite limitations.
324 kes  Bug #882 resolved by documenting mtx-changer script for new drive code.
325 kes  Bug #881 resolved by removing typo in mtx-changer script.
326 kes  Made Frank Sweetser's wiki the official Bacula wiki with his
327      approval. Added a link to the wiki on the web page, and implemented
328      a backup from http://paramount.ind.wpi.edu                                          
329 08Jun07
330 kes  Fix update allfrompool to pass pool name.
331 07Jun07
332 kes  Convert to pure GPL v2 license.
333 kes  Fix sscanf problems reported by Peter Buschman that caused
334      a bus error on Solaris.
335 kes  Rework (simplify) the select prompt in bat.
336 kes  Move get_jobid_from_tid() into lib and create a 
337      get_jcr_from_tid().
338 kes  Use get_jcr_from_tid() to conver all tls Emsg() to Jmsg().  This
339      should definitely fix the problem of lost error messages in the
340      encryption code.
341 kes  Remove over zellous addition of FSFE copyright in a few eggxxx files.
342 kes  Eliminate tcpd.h from the project. Enclose the #include from the
343      library with extern C ...
344 kes  Add print of signal name when a signal is trapped.
345
346 Release: 2.1.12 beta
347 04Jun07
348 kes  Fix a seg fault in the PostgreSQL driver dereferencing a NULL pointer.
349 03Jun07
350 kes  Implement SQLITE3_INIT_QUERY in version.h that can do an initial
351      query for SQLite3. Use it to set PRAGMA synchronous = OFF. This
352      makes SQLit3 run 30 times faster, though a bit less safe.
353 kes  Implement --with-batch-insert in configure and detection of thread
354      safe libraries.  It is on by default, but turned off if no thread
355      safe library (e.g. SQLite 2) is available.
356 02Jun07
357 kes  Fix Bacula PostgreSQL buffer overruns.
358 kes  Do better checking for NULL results returned from PostgreSQL;
359      implement retry for failed queries; clear results buffer after
360      failed query. Hopefully this will correct the PostgreSQL failures.
361 01Jun07
362 kes  Implement algorithm to handle only one appendable volume with
363      Prefer Mounted Volumes = no.
364 kes  Fix a Bacula PostgreSQL bug dereferencing a NULL pointer      
365      returned from a query.
366 kes  Make volume lock recursive.
367 kes  Implement an additional volume reservation algorithm that
368      starts by considering all reserved volumes then uses the
369      old brute force algorithm of searching the resources to
370      find a suitable device.
371 kes  Add new reservations debug code and refine the old code.
372 kes  Update the win32/dll/bacula.defs file.
373 29May07
374 kes  Tweak reservations algorithm to permit a few more cases, i.e.
375      volume reserved, but on different drive, ...
376 kes  Enhance SD status to include Pool and Media Type for drive in a
377      more readable format (a bit longer). 
378 kes  Fix PostgreSQL double free.
379 28May07
380 kes  Minor refactoring of restore decryption code.
381 kes  Add code to smartall.c to detect double free of a buffer.
382 27May07
383 kes  Add < > around %r in from field on mail command of bacula-dir.conf.in
384      so that bsmtp will create a correct email address (mailbox only).
385 kes  Modify 'memory' command so that the buffers are listed as 'In use'
386      to avoid confusion with Orphaned buffers.
387 kes  I reworked the OpenSSL include/lib flags to be handled in     
388      the standard Bacula way, which should fix bug #863 concerning
389      non-standard OpenSSL libraries.
390 26May07
391 kes  Implement Help Browser window for bat.
392 kes  Fix reload bug that reset StorageId to zero.
393 25May07
394 kes  Fix TLS #ifdefing when TLS turned off.
395 kes  Ensure that when labelling a tape with Slot=0 that InChanger
396      is not set.
397 kes  Use DISTINCT to make MySQL and PostgreSQL uar_list_temp query        
398      the same.
399 kes  Add StartTime to final uar_sel_jobid_temp query so that we can
400      add DISTINCT (required by PostgreSQL).
401 kes  Implement BSOCK authenticate_director() method. Eventually will
402      authenicate all daemons.
403 kes  Move several more functions into the BSOCK class.
404 24May07
405 kes  Add code to tell the OS that we no longer need a cached
406      file that we were reading. In findlib/bfile.c.  Also,
407      only cache files that we are reading. Thanks to
408      Tobias Oetiker <tobi@oetiker.ch> for the idea.
409 kes  Tweak to bsmtp to eliminate compiler warnings on Win32.
410 kes  Implement script to automatically generate cats and dll .def
411      files for Win32 dll.
412 kes  Update README.mingw32 to include new .def file generation.
413 kes  Correct typo in UTF-8 error message as reported by:
414      jhernandez <julianhernandez@gmail.com>
415 kes  Add additional sm_check() code on debug level 1.
416 kes  Set default debug level to 1.
417 kes  Trap SIGABRT in attempt to get traceback.
418 23May07
419 kes  Reduce bat connect timeout from 30 to 15 seconds.
420 kes  More restructuring and implementing BSOCK class in place of
421      old bnet.c code.
422 kes  Remove a few unnecessary malloc() tests in crypto code.
423 kes  Turn off crypto calls for > 128 bits in crypto.c if HAVE_SHA2
424      not defined. Bug reported by Allan Black <Allan.Black@btconnect.com>
425 kes  Remove duplicate HAVE_CRYPTO definition in config.h.in
426 22May07
427 kes  Fix Verify InitCatalog mysql_escape_string() trashing memory.
428      Make buffer bigger.
429 kes  Fix Verify InitCatalog. The attributes were not pointing to the
430      correct saved location.
431 kes  Implement message callback so that GUI is sure to get all
432      daemon messages. Currently displayed in a dialog in bat.
433 kes  Ignore SIGUSR2 (Bacula timer) in bat.
434 kes  Apply regress patch from bug #859 to allow regress to work 
435      with Solaris compiler.
436 21May07
437 kes  Begin adding TLS support to bat.
438 kes  Apply UTF-8/16 patch from Yves Orton <demerphq@gmail.com> to
439      clean up lex.c and make it more readable.
440 20May07
441 kes  Move more bnet functions into the BSOCK class.
442 kes  Fix tray-monitor by not requiring a timer interval in bnet_connect()
443 kes  Complete change of berrno strerror() method to bstrerror() 
444
445 Release: 2.1.10 beta
446 18May07
447 kes  Cleanup incorrect email addresses in bsmtp.
448 kes  Make bat display initial messages rather than discard them.
449 16May07
450 kes  First cut of adding .mod to the run command.    
451 kes  Implement auto display of messages in bat.
452 kes  Enhanced preferences to allow all Bacula output to be
453      displayed in bat.
454 15May07
455 kes  Try to make bsmtp date routines more generic.
456 kes  Fixed bug #856 autochanger documentation.
457 kes  Rework bsmtp date editing for Win32. This fixes bug #854.
458 kes  Add new cats entry point so Win32 builds.
459 14May07 
460 kes  Attempt to fix bsmtp date editing on OSes without %z editing. 
461      Fixes bug #854.
462 kes  Do better checking for the MySQL 64 bit libraries looking for both
463      .a and .so libraries.
464 kes  Add a kludge for Ubuntu's non-standard locations for MySQL -- allow
465      /usr/include/mysql/mysql.h AND /usr/lib/... rather than /usr/lib/mysql/...
466 kes  Require the thread safe version of MySQL during configure. Thanks
467      to Andre Noll for pointing this out.
468 kes  Ensure that calls to find_jobids_from_mediaid_list() check count before
469      continuing in migration code.
470 kes  Apply implementation of tray-monitor font derived from gnome-console
471      submitted by Andreas Piesk <a.piesk@gmx.net>
472 13May07
473 kes  Eliminate important memory loss in SQLite
474 kes  Fixed the batch insert MySQL thread specific data that was not
475      being freed. See cats/mysql.c:db_thread_cleanup().
476 kes  Fix restore before command.
477 kes  Convert old hdr.name to name() in a few places.
478 kes  Implement update jobid command.
479 kes  Return all time_t dates in db_get_job_record()
480 kes  Stop watchdog in SD earlier.
481 kes  Put Pool just after Storage in please mount message.
482 kes  Fix pointer usage bugs in Verify InitCatalog pointed out by
483      Eric.
484 12May07
485 kes  Update the po files.
486 kes  Fix Verify InitCatalog by making it cache attributes.
487 11May07
488 kes  Change name bacula-bat to bat for man 1 page to correspond to
489      Makefile.
490 kes  Check for client and store NULL pointers in status command.  This
491      fixes bug #845.
492 kes  Fix non-ssl build so that it works (add JCR *jcr to crypto structures).
493 kes  Fix sign extended editing of %p.
494 kes  Clean out a little old #ifdefing in cats/mysql.c
495 10May07
496 kes  If time diff between DIR and FD is more than 600 seconds convert
497      INFO message to WARNING.
498 kes  Implement heap size display in status for all daemons.
499 kes  Attempt to fix MySQL db open memory loss (not successfull).
500 kes  Don't set SIGKILL and SIGSTOP neither can be trapped.
501 kes  Eliminate memory loss in MySQL (possibly other SQLs) during
502      Query. This looks like a MySQL but but by doing extra releases,
503      the memory goes away.  This should fix bug #847.
504 09May07 
505 kes  When backup fails, cancel SD before waiting for sd termination.
506 kes  If SD is waiting for FD to connect during cancel, wake up the 
507      thread.
508 kes  Fix fsf code so that errno is correctly reported.
509 kes  Apply migration patch (with changes) from Sergey Svishchev <svs@ropnet.ru>
510 08May07
511 kes  Make lack of Pool directive in Job an ERROR_TERM rather than FATAL
512      so that Bacula doesn't later stumble into a seg fault.
513 kes  Use the term Restore Client in the restore Job report.
514 kes  Merge patch from Sergey Svishchev <svs@ropnet.ru> that preserves 
515      the original job's FileSetId.
516 kes  Merge patch from Sergey Svishchev <svs@ropnet.ru> that implements
517      spooling in migration jobs.  Not yet tested.
518 kes  Merge patch from Jorj Bauer <jorj@seas.upenn.edu> that implements
519      reading conf file from a pipe.  However, do it with open_bpipe()
520      rather than popen.  Not yet tested.
521 07May07 
522 kes  Fix an ugly bug where the VolCatBytes were getting updated
523      during a restore.
524 kes  Implement bconsole memory command that prints current memory
525      usage, plus smartalloc dump.
526 kes  Clarify some error messages in backup, admin, and migrate.
527 kes  Shrink label dialog to smaller size.
528 kes  Invert Cancel OK buttons on restore to be OK Cancel.
529 kes  More strerror() to bstrerror() conversions.
530 06May07 
531 kes  Start implementing bstrerror() in place of strerror().
532 kes  Stripping path -- seems to work.
533 04May07
534 kes  Prevent door and port files from being restored (mostly
535      Solaris stuff).
536 kes  Free an unreleased buffer in compat code.
537 kes  Change console Job name from *Console* to -Console- to eliminate
538      Win32 filename problems.  Put Win32 path separator when creating
539      Console file.  This fixes bug #846.
540 kes  Change berrno::strerror() to berrno::bstrerror().  Not yet full
541      implemented.
542 kes  Pass jcr to crypt_sign_decode because it creates a new SIGNATURE
543      structure.
544 kes  Define b_errno_win32 on Linux to be zero so that it can be or'ed in
545      to force Win32 error message.
546 03May07
547 kes  First cut strip path. The data should be passed to the FD,
548      but nothing is done with it yet.
549 kes  Enhance the digest and signature routines in the crypto
550      library to accept a JCR and to use it to print error messages
551      so that they will go in the Job report rather than the daemon's
552      messages.
553 kes  Simplify some of the verify signature code.
554 kes  Simplify a few of the alternative returns in the signature 
555      code.
556 02May07
557 ebl  Use only POSIX regex instead of GNU regex in breg.c for
558      File relocation. It fix broken freebsd compilation.
559 kes  Convert all other Dir files to use new ua class message 
560      routines for bat.
561 kes  Tentative fix for missing digest signature in bug 807.
562 kes  Correct handle problem in new win32_ftruncate routine.
563 kes  Convert ua_purge.c and ua_update.c to use new ua class
564      message routines for bat.
565 29Apr07 
566 kes  Correct incorrect installation of LICENSE in Win32 installer.
567 kes  Display LICENSE at the beginning of the Win32 install.
568 kes  Attempt to correct the need for the png files to be installed 
569      for bat.
570 kes  Reapply my bat.conf install script in qt-console. I think I 
571      editted bat.pro instead of bat.pro.in and it was lost.
572 kes  Apply CentOS patches someone sent me. Checks for /var/run/subsys,
573      the /var/lock/subsys for subsysdir.  Also corrects typos in the
574      doc.
575 28Apr07
576 kes  First cut update job.
577 kes  Correct configure to include qmake of src/qt-console directory.
578 26Apr07
579 kes  Make restore job yes/mod/no print in one command so GUI works.
580 kes  First cut implementing backup and restore client.
581 kes  Correct editing in Verify output that caused a seg fault.
582 25Apr07
583 kes  Insure that bat.conf is not overwritten during installation.
584 kes  Fix important bug in db_sql_query() in mysql.c.  It was introduced
585      while I was implementing migration in March 2006 !
586 24Apr07
587 ebl  Cleanup file relocation, using char *RegexWhere instead of
588      char *where + bool where_use_regexp
589 kes  Update some manpages and add bat manpage.
590 kes  Make a first cut at converting bacula.spec.in for bwx-console
591      and bgnome-console.
592 kes  Apply patch from John Goerzen to add hostname as fourth argument
593      to make_catalog_backup script.
594 kes  Fix typos I introduced into bsmtp.c
595 kes  Make pm_strxxx() routines handle input of NULL pointer. This
596      is to protect from NULL pointers returned from SQL databases.
597 kes  Correct typo in bacula-sd manpage as pointed out by John Goerzen.
598 kes  Add more debug to FIFO code -- fix fifo regression test.
599 23Apr07
600 kes  Implement posix_fadvise in FD, and for reading spool files in SD.
601 kes  Add thread timer to bnet_connect() to break from OS if wait time
602      expires.
603 22Apr07
604 kes  Update Win32 build to include new files, new symbols, and    
605      renamed files.
606 kes  Implement socket level heartbeat (tcp_keepidle)
607 ebl  Commit File relocation patch
608 kes  Make bat have 'make install' target.
609 kes  Warn during install if old gnome-console binary found.
610 kes  Warn during install if old wx-console binary found.
611 kes  Add -8 option to bsmtp command line to add content type utf-8. 
612      Fixes bug #809. (Character coding problem in bsmtp).
613 kes  If < is found in target (from, to, cc) then do not enclose the
614      target in < >  in bsmtp. Fixes bug #772  (malformed address).
615 kes  When printing certain items in dbcheck, stop after 300000.
616      Fixes bug #822. (dbcheck loops).
617 kes  Incorrect status in Dir after waiting for mount with poll set.
618      Fixes bug #825.
619 21Apr07 
620 kes  Extend idea of Prefer Mounted Volumes to mean a volume about
621      to be mounted.
622 kes  Print waiting to reserve a device every 5 mins.           
623 20Apr07
624 kes  Don't call close_part in label.c if tape and relabel.
625 kes  Don't free volume if busy in close() -- should help with
626      bug 801.
627 ebl  Fix #824 RunScript bug (After script could be execute twice)
628      Now, Before Script can use RunsOnSuccess and RunsOnFailure options
629      By default (like before) RunsOnSuccess=true and RunsOnFailure=false
630      Add a regression script to test RunScript
631 19Apr07
632 kes  Correct usage of MTIOCLRERR ioctl for clearing persistant errors
633      on Solaris.
634 18Apr07
635 kes  The bgnome-console (gnome-console) and bwx-console (wx-console) are
636      deprecated. No additional bugs will be fixed, and they will be dropped
637      in a future release (probably 2.4.0).
638 kes  Change name of wx-console to bwx-console to make it more Bacula
639      unique.
640 kes  Change the name of gnome-console to bgnome-console to make it
641      more Bacula unique.
642 14Apr07
643 kes  Some time in March, a Feature Request with patch from Jorj Bauer
644      <jorj@seas.upenn.edu> was committed by Landon (with my approval).
645      It implements:
646      The ability for the director to validate a Client (FD) CN against
647      an arbitrary set of patterns rather than the hostname, with
648      A new 'TLS Allowed CN' set of directives which are implemented
649      in the Client resource.  Then pattern matching is used in place
650      of hostname matching against the Certificate's CN. As an example, we
651      have certificates which (a) use a local CA, and (b) have a CN of the
652      form client_123.
653 kes  Add new/changed entry points to Win32 build
654 kes  Create unaccepted-projects for projects that are not accepted.
655 kes  Simplify locking in the reservations system.
656 kes  Add more debug code in reservations.
657 kes  Make sure error condition on reserving a volume is handled correctly.
658 kes  Correct handling of volume_in_use.
659 kes  Correct handling of initializing a device.
660 kes  Move handling of broadcasting releasing a device into release_device().
661 kes  Correct attaching dcr to dev so that it is only done if device
662      is properly initiated.
663 12Apr07
664 kes  Locking debug level tweaks in SD.
665 kes  Tweak new Volume code.
666 11Apr07
667 kes  Add exec external-command [wait-seconds] to bconsole. This
668      executes the external-command.  Note! normally external-command
669      should be enclosed in double quotes.
670 kes  Turn the .die command on only if DEVELOPER is defined -- i.e.
671      it should normally be off in a production system.
672 10Apr07
673 kes  Implement die command for SD so that we can force it to dump.
674 kes  Implement SD lock debug code.
675 kes  Implement new algorithm for keeping Volume list in SD.  It
676      is now owned by the device.
677 04Apr07
678 kes  Implement new code for freeing in use volumes that should 
679      resolve if not all, some of the problems of multiple drive
680      tape conflicts described in bug 801.
681 03Apr07
682 kes  Fix gui/bacula-web/images files in svn.
683 kes  Turn on FreeBSD/OpenBSD code to set EOT model on tape.
684 02Apr07
685 ebl  Fix a bug in batch mode (in string escape)
686 kes  Correct migration prune SQL typo that crept in in a    
687      recent 2.1.x change.
688 01Apr07
689 kes  Move bnet_despool() into class in bsock.c
690 kes  Modify job report to include director name and Build OS.
691 kes  Move drop root privilege and check_catalog() before fork.
692 kes  Add update database scripts (version 9 to 10) to updatedb directory.
693 31Mar07
694 ebl  Check size and age of each file after its backup to see if
695      it has changed during backup, if 'checkfilechanges' is set.
696      The FD will do an extra check (stat(2)) after
697      each file backup. mtime, ctime and size are compared with
698      'before backup' information. If time or size mismatch, an
699      error message will be generated. You must upgrade FD to use it.
700 30Mar07
701 kes  Make database name and user configurable
702      --with-db-name=xxx --with-db-user=xxx
703 kes  Add back database type to message.c for debugging.
704 29Mar07
705 kes  Implement dir_sql() which issues an SQL query.
706 kes  Modify bat medialist to use dir_sql() and do some minor C++
707      formatting as well as eliminating a number of pointers, simplifing
708      the code.
709 28Mar07
710 kes  Fix some of the mtx-changer grep commands for tape label readers.
711 kes  Convert a number of bsendmsg into the appropriate send/warning/error
712      message class calls.
713 kes  Suppress the using database message in the .sql command.
714 kes  Correct an incorrect bnet_tls_client prototype -- patch from Martin.
715 27Mar07
716 kes  Add context menu for floating a window.
717 kes  Some minor cleanup and name changes in qt-console
718 kes  Add doing mt setblk 0 in Win32 mtx-changer.
719 kes  Apply Martin's bug fix to move definition of ENODATA for 
720      FreeBSD to bsock.c
721 ebl  Add a BUSY handler to sqlite to be able to use multi_db = 1 with
722      sqlite2 and sqlite3.
723 26Mar07
724 kes  More pruning cleanup.
725 kes  Turn on wait_for_drive by default in mtx-changer.
726 kes  Turn on Batch insert code by default as it now passes regression.
727 kes  Add ./configure --enable-bat to enable building of Bat.   
728      No install yet though.
729 25Mar07
730 kes  Implement a new .sql command for bat.
731 kes  Implement code to turn off pruning in obtaining the next volume.
732      Pruning is turned off for the status dir command, but turned on
733      for SD requests and for the list nextvolume command.
734 24Mar07
735 kes  Correct Qmsg() that was not updated correctly when committing a
736      previous change (probably the recent TLS patch).
737 23Mar07
738 kes  Write new subroutine is_volume_purged() that explicitly checks
739      if the Volume is purged, and if so marks it as such. This should
740      resolve problems reported about needing to mount twice to recycle
741      volumes.
742 kes  Rewrite pruning algorithm to do more work in the SQL engine, and
743      to pass a list of JobIds to be deleted to SQL.  Also, minimize the
744      amount of duplicated code.     
745 kes  Do volume pruning only for the Media Type desired (reduces pruning time
746      if multiple Media Types are in the same pool).
747 kes  Implement more detailed info in the Job report for the Bacula version
748      and architecture.
749 kes  Switch from POOLMEM to POOL_MEM (a real class) in ua_prune.c and
750      ua_purge.c.
751 ebl  Add bbatch tool to bench database and insert mode.
752      Fix sql quote stuff in batch mode
753      Fix sql stuff for mysql
754 22Mar07
755 kes  Correct problems with am/pm scheduling. Fixes bug #808.
756 kes  Implement new prunning code that prunes up to 1000 jobs at
757      the same time.  The same technique can be applied to a number
758      of other prune/purge subroutines.
759 kes  Add an insanity check when starting a new tape job to ensure
760      that the tape position has not been changed. If so fail the
761      job.
762 kes  Fix Win32 build for dlls to add the folllowing:
763      src/lib/bsock.c -- new file with new entry points
764      src/lib/dlist.c  -- new entry points
765      src/cats/sql_create.c -- new entry point
766      src/cats/sql_cmds.c -- new DATA item exported
767 21Mar07
768 ebl  batch mode cleanup bscan-test is ok now.
769 kes  Implement SD code to check length of disk volume before appending.
770 18Mar07
771 kes  Correct return status on db_batch... routines.
772 kes  Add call to db_write_batch_file_records() to migration code.
773 ebl  Fix AfterJob timing
774 kes  Move the checking of the database in initializion of the Director
775      to after we drop privileges.  This avoids the need for both root
776      and bacula access to the DB.
777 kes  Correct a misplaced variable definition in src/filed/backup.c
778 kes  Correct how the new batch insert db_create_attributes_record()
779      uses the arguments.  Caused a seg fault in bscan.
780 kes  Implement lock() and unlock() methods in DEVICE class.
781      Implement block() and set_block(xx) methods in DEVICE class.
782 kes  Modify bnet_connect() so that it uses time() to check for the
783      wait time expiring (on some OSes, some system calls may not
784      return immediately).
785 kes  Modify Verify to obtain the previous JobId when it is actually
786      running rather than at schedule time (as it was in 1.38.x).     
787 kes  Fix src/job.c to handle MaxWaitTime correctly.  This should
788      fix bug #802.
789 kes  When checking pid in pid file, continue running if the pid is
790      the same as ours. This occurs on IRIX after a system crash.
791      Fixes bug #797.
792 10Mar07
793 kes  Extend new GUI API.
794 kes  Make the ua structure a class, and implement send_msg(),
795      error_msg(), warning_msg(), and info_msg().
796 08Mar07
797 kes  Apply fix from for building wx-console on the Mac from
798      bug #798.
799 kes  Implement new select mechanism for GUI programs.
800 kes  Reorganize initialization of stackedWidgets in bat.
801 07Mar07
802 kes  Add updated nagios plugin supplied by Christian Masopust.
803 05Mar07
804 kes  More bat implementation.
805 kes  File migrate bug with Pool Occupancy using mediaid instead
806      of jobids.  Fixes bug #795.
807 kes  Fix orphaned buffers in filed backup and verify due to
808      crypto buffers not freed during errors.  Fixes bug #789.
809 kes  Extend new GUI api code to tree commands.
810 kes  Ensure that tree and dot commands check console ACLs.
811 kes  Permit marking directory with trailing slash.
812 kes  Allow 20 console connections (instead of only 10).
813 04Mar07
814 kes  Add smartctl call to bacula-sd.conf as an example of getting
815      tape alert info.
816 02Mar07
817 kes  Modify jobq.c to let simultaneous restore jobs run. This may 
818      cause them to fail if they cannot get a drive.
819 kes  Add Client Connect Wait to Storage daemon to permit users to
820      modify the time the SD waits for a FD connection.
821 29Feb07
822 kes  Correct virtual changer check which was backwards. This caused
823      volumes to be unloaded into slots already occupied.
824 28Feb07
825 kes  Apply Command ACL filter to JobId list in restore command.
826 kes  Correct typeo in var.c patch.
827 27Feb07
828 kes  Don't let Bacula prune File or Job records for the current Job.
829 kes  Fix variable substitution pad + inc bug reported (with patch)
830      in bug #791.
831 26Feb07
832 kes  Correct SQLite log table index as reported by Luca Berra.
833 24Feb07
834 ebl  fix fifo stuff, bacula tries to rewind the fifo... Thanks to Andreas
835 22Feb07
836 kes  Begin implementing new comm signals for API.
837 kes  Fix a few places in lib/message.c where the open fd may 
838      not be zeroed.
839 kes  Continue implementing lib/bsock.c (real class).  Make jcr,
840      who, host, and port private. There are new methods to access
841      them for non-class use. This required touching a number of files.
842 21Feb07
843 kes  Add LANG=C to autoconf/randpass so it works with languages other
844      than English.  Fixes bug #788.
845 20Feb07
846 ebl  Revert ClientRunBeforeJob to old position as in 1.38.X.
847      This fixes bug #780
848      You will not be able to generate Include/Exclude list any more.
849      It will be fixed soon.
850      If you want to use this, you can apply
851      trunk/bacula/patches/testing/clientrunbeforejob_can_generate_include_exclude_list.patch
852 19Feb07
853 kes  Restore of sockets created false error messages because Bacula
854      no longer restores sockets, but the code was still trying to
855      set the attributes on a non-existent file. Reported by a user.
856 ebl  finish RecyclePool feature
857      Media will takes Pool.RecyclePool
858      when moving from Scratch to a Pool or when user will do
859      update volume=xxx frompool
860      To use it, add RecyclePool = aPool to your Pool resource
861         Pool {
862                 Name = Default
863                 RecyclePool = Scratch
864                 ...
865         }
866      TODO: update manual
867 kes  Expand new BSOCK class adding signal() and new BNET signals.
868 kes  Begin enhancing the dot commands adding a new API function
869      that returns more information and will make it easier
870      to interface to the Director from a program.
871 18Feb07
872 kes  Make DEVICE fd private. Its new name is m_fd, and can be
873      obtained with dev->fd() outside the class.  This is the
874      first of many DEVICE members to be made private.
875 kes  Implement Michael Renner's idea on having a virtual disk
876      changer. I made some minor modifications (e.g. I did not
877      implement the Virtual Changer directive, but simply set
878      the Changer Command to an empty string.
879 17Feb07
880 kes  Implement a BSOCK send() method that writes the whole record
881      in a single write() request rather than in two.
882 ebl  add update volume=xxx recyclepool=yyyy
883      volume takes recyclepool from pool when using update volume=xxx from pool
884 16Feb07
885 kes  Fix encryption deblocking bug, which caused some restored files
886      to be truncated. This fixes bug #763.
887 kes  Add FD event sequence order prepared by Eric -- for RunScripts.
888 kes  Fix 12am/pm bug as reported in bug #782 -- scheduler problem.
889 13Feb07
890 kes  Apply Eric's ClientRunScriptAfter patch to 2.0 and 2.1.
891 ebl  Use btime_t instead of uint64_t in media patch.
892 11Feb07
893 kes  Optimize the use of the database a bit in the Status dir command.
894      Only open it when needed, ensure that if any previous database
895      was opened, it is closed.
896 10Feb07
897 kes  Correct VolCatBytes bug from media patch.
898 kes  Apply patch from bug #612 by Rudolf Cejka to speedup pruning
899      in the case of orphaned records.
900 kes  Modify dbcheck to handle orphaned JobMedia, Path, Filename,
901      and File records in 300K chunks to be more efficient. This
902      idea came from Juan Luis Frances (if I remember right).
903 kes  Apply Eric's scratch patch that moves a purged Volume to
904      the RecyclePool.  Question: how is RecyclePool set? what
905      happens to the ScratchPool?
906 kes  Apply Eric's media patch that collects read/write media
907      times as well as byte counts.  This patch requires a
908      simultaneous upgrade of the DIR and SD.  Note, there
909      should be some way to turn off timing. I'm not sure
910      times are in Bacula units.
911 kes  Apply Eric's batch-insert patch.
912 09Feb07
913 kes  Update projects list.
914 08Feb07
915 kes  Implement Include/Exclude file lists in FD as dlists using
916      the new dlistString class. This permits efficiently having
917      large include/exclude lists and completes project Item 25.
918 kes  Fix dird/ua_cmds.c so that a cancel command checks if the
919      console is authorized to cancel the job.  This fixes bug 
920      #767.
921 kes  Modify SD so that the VolCatJobs medium record is updated
922      at the beginning of a Job rather than the end.  This
923      fixes bug #775 where exceeding MaxVolJobs caused jobs
924      to fail.
925 kes  Added a mutex around getting and setting Volume information
926      so that multiple simultaneous jobs will single thread.
927 07Feb07
928      Switch to using Subversion
929 kes  Remove src/pygtk-console/ from configure
930 06Feb07
931 kes  Delete src/lib/btree.c from win32 build, then add rblist.c
932      plus the entrypoints.
933 kes  Apply patch supplied that corrects debug print
934      in canceling jobs for max run time.  Supplied as
935      part of bug #621, which was previously fixed.
936 05Feb07
937 kes  Test on job_canceled() and sd_msg_thread_done inside
938      loop starting the message thread to avoid a race condition.
939      Fixes bug #771.
940 kes  Remove rl_catch_signal from console.c as it conflicted
941      with the header definition. Fixes bug #765.
942 ebl  Fixes bug #766 about RunsOnClient = Yes (case sensitive)
943 04Feb07
944 kes  Clarify some stored/acquire messages to indicate if the
945      problem is with read or append.
946 02Feb07
947 kes  Fix memory leak with storage ids in cats/sql_get.c
948 kes  Terminate watchdog earlier to avoid reference to released
949      memory -- reported by Jason Austin.
950 kes  Move closing the database from jobq.c to the director daemon
951      termination routine. This fixes memory leaks for shadow jobs
952      (i.e. migration jobs).
953 kes  Free up the unique jobid chain items in migrate.c.  This fixes
954      a memory leak problem.
955 kes  Convert some ugly looking for statements to use foreach_alist
956      in findlib/find.c.  This will facilitate converting the structures
957      to use dlist (for large include/exclude lists).
958 kes  Fix a bug in the btree.c and btree.h routines, then rename them
959      rblist and add them to be built in src/lib.  Include some new
960      methods written by Rudolf Cejka that make the code more readable
961      (hides some of the ugly casting).
962 kes  Add set_next() and set_prev() methods which make the code much more 
963      readable. Also add a new dlistString class that facilitates storing
964      strings in dlists.  To be used in the large include/exclude lists.
965 kes  Make some trivial modifications to lib/tree.h that use rblist
966      rather than dlist for storing the tree links. This was suggested
967      by Rudolf Cejka.  The result of this is that the restore tree now
968      uses red-black binary trees rather than simple linked lists. This
969      should give rather dramatic speed improvements for directories
970      contining large numbers of directories/files (more than 10000).
971 28Jan07 
972 kes  Fix maxruntime bug #621.
973 26Jan07
974 ebl  Implement the include JobID in spool file name project.
975 kes  Reorder projects file in order determined by Jan 2007 vote.
976 kes  Implement item #12 on project list -- quick release of FD by
977      the SD.
978 kes  Fix open of SQLite3 db where user does not have write permission
979      so that DIR does not crash. Fixes bug #761.
980 25Jan07
981 kes  Add back missing @ in Win32 Makefile.
982 kes  Change 'Device not configured to autolabel' from INFO
983      to WARNING.
984 kes  Fix jobq.c to restart failed jobs when Reschedule Times = 0 
985      which should restart an indefinite # of times.
986 kes  Fix configure --help to print --with-mysql[=DIR]. Same for
987      other DIR specifications.
988 23Jan07
989 rn   Fix msvc build problems. Fix bacula.dll exports for msvc build.
990      Fix path quoting in SQLite scripts.
991      Fix problems with SHGetFolderPath.
992 19Jan07
993 kes  Create patches/2.0.1-restart.patch. Fixes bug #755.
994 18Jan07
995 kes  Fix Job restart on error bug that promotes an Inc to a Full
996      backup.  This should fix bug #755.
997 kes  Add qt-console and first cut of code.
998
999 Version 2.0.1
1000 12Jan07
1001 kes  Fix Bacula->Documentation link on Win32 to point to index.html
1002      instead of bacula.html. Fixed bug #750.
1003 kes  Return JobId in db_get_job_record() when JobId==0. This should
1004      fix bug #741.
1005 kes  Do not release source pointers when restarting a failed job.
1006 11Jan07
1007 kes  Add dynamic dll entry point for SHGetFolderPath to Win32 code.
1008      This *should* fix bug #747.
1009 kes  Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
1010      bug #742.
1011 09Jan07
1012 kes  Modify USTORE constructor to set an empty store_source string, 
1013      and don't copy the store_source string in a cancel.  Hopefully
1014      this will fix Arno's seg fault, bug #744.
1015 kes  Add back code to disable conio in configure. Fixes bug #743.
1016 kes  Correct the Options scanner in the FD to correctly handle  
1017      SHA1 option, which was eating the next option.  Reported by    
1018      Sebastien Guilbaud.
1019 kes  Add code to indicate when the SD is spooling, spool wait, and 
1020      despooling as requested by Alan Brown.
1021
1022 Version 2.0.0 released: 4 January 2007