]> git.sur5r.net Git - bacula/bacula/blob - bacula/kes-1.39
- Remove the -f option from the chown in Makefile.in for more
[bacula/bacula] / bacula / kes-1.39
1               Technical notes on version 1.39  
2                         Kern Sibbald
3
4 General:
5 18Apr06
6 - Remove the -f option from the chown in Makefile.in for more
7   portability.
8 - Change setting the group in Makefile.in to use chgrp for
9   more portability.
10 - Implement a write_store and read_store to replace
11   dirstore in reserve.c
12 - Implement a Bacula read/write lock for Python rather
13   than using the Python lock to avoid recursive problems.
14 - Correct the uninstall directory names in filed/Makefile.in
15   as reported by a user.
16 17Apr06
17 - Correct some problems with database creation (new tables).
18 - Replace a bunch of old 0x%x by %p.
19 - Get first cut of Migration with Job selection working.
20 16Apr06
21 - Change store_bit() to store_bool() for the Spooling in 
22   dird_conf.c -- bug reported by Robert Nelson.
23 15Apr06
24 - Correct Makefile bug found by Dan Langille.
25 14Apr06
26 - Correct Makefile for Solaris /bin/sh
27 - Correct mtx-changer.in for Solaris /bin/sh
28 - Abort if a conf resource does not have a Name =
29 12Apr06
30 - Change the name of the regex program to bregex.
31 - Add the bwild program to the tools directory. It is similar
32   to the bregex program.
33 - Implement create bregex.h and bregex.c in src/lib from the
34   Python regexp program.  
35 - Use the new bregex.c to implement Regex expressions on Win32.
36 11Apr06
37 - More work on migration.
38 - Implement wild program in tools directory for testing
39   wild-cards. Almost identical to the regex program.
40 - Up port VSS single thread locking code.
41 - Replace N_(..) by NT_(...) to inhibit translation of
42   commands.
43 - Modify Makefile to change the permissions on Working Directory
44   to 770 if the directory is created.
45 - Do not fail the Makefile if changing the permissions or 
46   owner/group on WorkingDir fails.
47 - Remove early selection of Scratch Volumes in the recycling
48   algorithm.
49 - Correct the old recycling algorithm so that Scratch Volumes
50   are selected when looking for a Volume in the changer.
51 - Correct a typo in the Verify SQL reported by Joe Park.
52 10Apr06
53 - Remove automatic case folding on Windows FDs. You must
54   explictly use the 'Ignore Case = yes' option.
55 - Remove the code added to 1.38.6 and 1.38.7 that pulls a
56   scratch volume in an Autochanger early in the 'recycling'
57   algorithm.  
58 09Apr06
59 - Make weof() and clrerror() methods of class DEVICE.
60 08Apr06
61 - Tweak license to include Microsoft restrictions.
62 - Move mysql.reconnect to after real_connect().  Thanks to
63   Frank Sweetser for the patch.
64 - Disallow a backslash in a File = directive (Windows junk)
65   unless the string is quoted.                     
66 - Apply Eric's patch to ua_label.c so that daemon protocol
67   is not translated.
68 - Add NT_ definition for strings that should not be translated.
69 - Apply NT_() to ua_label.c
70
71 - Remove timed wait for VSS on Win2K3 as it is not yet
72   implemented.
73 - Correct bacula.in script to reference bacula-ctl-xx in the
74   sysconfig directory rather than the bin directory.
75 26Mar06
76 - Fix a long standing bug in the bacula start/stop scripts.
77 - Attempt to add the new bacula-ctl-* files to the rpm.
78 - Switch to using typeof() for list traversing to avoid
79   as many FC5 g++ compiler warnings as possible.
80 25Mar06
81 - Split the bacula start/start script into four files:
82    bacula         -- starts and stops calling other scripts
83    bacula-ctl-dir -- starts/stops the director
84    bacula-ctl-fd  -- starts/stops the File daemon
85    bacula-ctl-sd  -- starts/stops the Storage daemon
86 24Mar06
87 - Create datestyle fix for PostgreSQL. Fixes bug #574.
88 - Correct editing of JobId from int to int64 in fd_cmds.c
89 - Eliminate FileSet name race with bash_spaces() and multiple
90   threads by bashing in a local.
91 - Fix error return from 'use storage' to print a correct error
92   message rather than nothing.
93 - Correct false re-read last block error message when two jobs 
94   are simultaneously writing at the end of a tape.
95 - Simplify exit conditions in the reserve.c code to avoid  
96   possible non-release of reservation_lock().
97 - Suffle lock order in reserve to avoid deadlock between
98   reservation lock and device mutex.
99 21Mar06
100 - Initialize jcr mutex before first use. Thanks to Thorsten for
101   tracking this down for me !!!! as it broke the Win32 build.
102 20Mar06
103 - Integrate addition of line count limitation to bsmtp -l from
104   Sebastian Stark <stark at tuebingen.mpg.de>
105 17Mar06
106 - Implement regex test program in tools directory.
107 - Attempt to fix time problem with bsmtp with foreign langs.
108 - Add strip_trailing_newline() submitted by user.
109 - Implement regex matching in migrate.c
110 16Mar06
111 - Fix bug #537 to allow arbitrary time to mount a volume for
112   restore, if polling is turned on.     
113 - If dir_user or dir-group is specified in ./configure apply it to
114   the working-dir. Fixes bug #533.
115 - If rescheduling a job cancel the previous incarnation with the SD.
116   Fixes bugs #566 and 557.
117 - Fix bug #567 do_message() definition type conflict.
118
119 14Mar06
120 - Add more jcr methods and make mutex and use_count private.
121 - Create lock/unlock methods for jcr.
122 - Fix PostgreSQL bug doing sql_data_seeek() by explicitly reading
123   records to get to seek position.
124 - Integrate patch from bug #561 to correct conio.c signal definitions.
125 - Fix Rescheduling failed Jobs. Ensure that SD message thread 
126   terminates correctly by doing pthread_kill(). Do not destroy
127   SD cond wait variable between executions of the job. Use local
128   mutex for cond variable to avoid blocking jcr chain. Fix poor 
129   use of jcr use count in jobq.c for restarted jobs.
130 - Fix obsolete usage of foreach_dlist() to use foreach_jcr() in
131   lib/jcr.c -- prevents locking the jcr chaing.
132 - Apply patch from bug #564, which corrects listing volumes with
133   multiple autochangers. Apply same fix to next volume list.
134 - Fix bug #562 where restore bootstrap file is not unique.
135 - More details in implementing David's migration syntax proposal.
136 - Save and restore dcr when swapping drives so that if we have
137   a write dcr it is not lost.
138 - Use new routine lock_reservations() to lock the reservations
139   system, and call it while looking for a volume in askdir.c.
140   This could possibly fix bug #543.
141 - Stop SD command loop if job is canceled.
142
143 08Mar06
144 - Remove old code from findlib/create_file.c
145 - Rename mac.c migrate.c
146 - Add user friendly display of VolBytes in job report.
147 - Rename target... to previous... to make it a bit easier to
148   understand.
149 - Add selection type and selection pattern to Migration (idea
150   given by David Boyes). 
151
152 04Mar06
153 - The po files should now be current.
154 - Fix new sql_use_result() code to properly release the
155   buffers in all cases.
156 - Use the keyword ujobid to mean the unique job id; job or jobname
157   to mean the Job name given on the Name directive, and jobid to
158   be the numeric (non-unique) job id.
159 - Allow listing by any of the above.
160 - Add the user friendly job report code for reporting job elapsed time
161   and rates with suffexes from John Kodis <kodis at comcast.net>.
162 - Add Priority and JobLevel as Python settable items.
163 - Use TEMPORARY table creation where the table is created by
164   Bacula.
165 - Add new code submitted by Eric for waiting on specific jobid.
166 - Add ACL checking for the dot commands.
167 - Fix restore of writable FIFOs.
168 - Fix a bug in bpipe where the string was freed too early.
169 27Feb06
170 - Modify the Python class examples to inherit object -- new way
171   of defining classes. Patch from Felix Schwarz.
172 - Implement jobuid to replace old usage of job in keywords as
173   suggested by Eric Bollengier.
174 - Apply patch for enhancing wait from Eric Bollengier. On can now:
175    wait  (wait for all jobs to stop)
176    wait jobid=nn
177    wait jobuid=unique id
178    wait job=job-name
179 - Implement write variables for Python to set Priority (anytime), and
180   Job Level, only during JobInit event.
181 26Feb06
182 - Fix the block listing bug pointed out by Arno.
183 - Update the po files at Eric's request.
184 24Feb06
185 - Fix Maximum Changer Wait, Maximum Open Wait, Maximum Rewind Wait to 
186   accept time qualifiers.
187 - Make catalog respect ACL.
188 - Add recycle count to Media record.
189
190 Changes to 1.39.6-beta1 24Feb04
191 23Feb06
192 - Add Rudolf Cejka's new rc-chio-changer.
193 - Implement pulling Volume from Scratch Pool if the
194   Volume is in the autochanger.
195 - Implement additional command arguments for update Volume.
196
197 Changes to 1.39.5 
198 22Feb06
199 - Back port changes to 1.38.5
200 - Fix recycle SQL for StorageId.
201 - Fix misplaced quote in mtx-changer script.
202 20Feb06
203 - Note. Your database must be updated, or you must create 
204   a new database. I have not yet incremented the database level.
205 - Add Location table. 
206 - Add LocationId, DeviceId, and MediaTypeId to Media record.
207 18Feb06
208 - Implement create/get mac record in database for adding extended
209   Migration data to the job record.
210 - Add new MAC table to update/make database scripts.
211 - Return Storage name used when getting VolumeNames for a job.
212 - Change bsr file keyword Storage to Device, which is more accurate.
213 - Ensure that Mac records are pruned/purged.
214 - Tweak SD tools to deal with changing media type.
215 - Integrate more dev.c subroutines as methods (e.g. strerror, bsr, ...)
216 - Pass pointer to dcr pointer to acquire_device_for_read() so
217   that the subroutine can switch devices, and hence dcrs.
218 - Modify the multiple MediaType read code to re-use the same
219   dcr when switching devices. This makes the code much more
220   robust.
221 - Integrate patch from Karl Hakimian that reads JobIds, FileIndexes
222   from a table for restore.
223 - Add Storage name to VolParams, but it really should be Device.
224 14Feb06
225 - Add disk-changer to scripts directory + configure/Makefile
226 - Eliminate PoolId from jcr -- it is in jcr->jr.PoolId
227 - Implement store_bit scanner to replace store_yesno.  Mostly done.
228 - Implement new store_bool that stores in a bool. 
229 - Add true/false to yes/no conf directives.
230 - Make first cut at changing appropriate store_yesno to store_bool.
231 - Complete implementation of Pool storage devices.
232 - Move starting clones to job.c
233 - Move create_restore_bootstrap_file() to job.c
234 - Make copy_storage() more general to be able to handle
235   Pool storage.
236 - Cleanup a lot of migration code for manual running, including
237   using Pool storage.
238 - Move getting a scratch Volume into a subroutine.
239 - Make all places a Volume that is added to a pool to 
240   respect max vols.
241 - Fix bug in autochanger recycle code (improper edit 64 bit).
242 - Fix segfault in restore command when no value specified.
243 - Start adding code to handle multiple MediaTypes in restore.
244 - Eliminate race condition in getting Volume name for
245   two drive autochanger.
246 - More debug code in autochanger.
247 - Add storage keyword to bootstrap file, add parsing.
248 - Move slot in bsr file into Volume record as there will be
249   a different slot for each Volume.
250 - Create reserve.h
251 07Feb06
252 - Implement Pool storage overrides.
253 06Feb06
254 - Implement first cut of Migration.
255 - Implement mysql_use_result() from patch by Karl Hakimian.
256   This reduces significantly the memory consumption during
257   the restore tree building, and hence runs faster too.
258 - Implement StorageId patch supplied by user (reggie) in bug
259   #536.  This should permit Bacula to work correctly with two
260   autochangers.
261 - Implement Job listing variations suggested by a user.
262 - Move updating bootstrap code in backup.c to subroutine
263   update_bootstrap_file().
264 - Add new job status elapsed time and bytes written user
265   friendly job report output patch sent by John Kodis
266   <kodis at comcast.ne>.
267 - Implement a storage list in Pools.
268 - Separate out setup_job() code from run_job().
269 - Get migration working -- lots of changes in mac.c in both
270   DIR and SD.
271 - Apply patch from user (Eric Bollinger I think) that fixes a  
272   DIR crash when no arguments are supplied to a dot command.
273 - Fix typo (strcpy->strcmp) in ua_prune.c as reported by Martin.
274 - Fix command arg name->volume in label command of gnome-console.
275 - Fix SD acquire.c to release correct DCR by explicitly testing
276   on the dcr address rather than trying to devine if it is a read
277   or write dcr.  This failed in error conditions when the device was
278   not fully setup.
279  
280 30Jan06
281 - Apply user supplied patch for more readable rate output
282   in job report.
283 - Continue implementing migration.
284 - Implement support for removable filesystems in SD.
285 - Ensure that btraceback scripts can be read by anyone.
286 - Replace dvd-freespace and dvd-writepart by dvd-handler.
287 - Correct bug where canceling restore before the FD contacts
288   the SD causes the drive to be left in read mode.
289 - Move ofline_or_rewind into DEVICE::close().
290 - Eliminate close_device.
291 - Convert several dev subroutines to methods (e.g. bsf,
292   eod, ...)
293 - Eliminate force_close_device().
294 - Implement Device Type directive in Device resource that
295   can have values File, Tape, Fifo, DVD, or Prog.
296 - Add has_cap() method to Device.
297 Changes to 1.39.4
298 17Jan06
299 - Add patch from bug #527 to allow RedHat user to specify
300   options/user/group for starting each daemon in      
301   /etc/sysconf/bacula.
302 16Jan06
303 - Add two new queries to query.sql provided by Arno. One
304   list volumes known to the Storage device, and the other
305   lists volumes possibly needing replacement (error, ...).
306 15Jan06
307 - Add periodic (every 24 hours) garbage collection of memory 
308   pool by releasing free buffers.
309 14Jan06
310 - Correct bug counting sized (for display only) in smartall.c
311 - Print FD mempool stats if debug > 0 rather than 5.
312 12Jan06
313 - Make db_lock() mutex error fail the job rather than abort
314   Bacula.  Canceling the job caused the mutex to fail.
315 - Correct bug in alist.c that re-allocated the list if the
316   number of items goes to zero.
317 - Move the reservation system thread locking to the top level
318   so that one job at a time tries all possible drives before
319   waiting.
320 - Implement a reservation 'fail' message queue that is built         
321   and destroyed on each pass through the reservation system.
322   These messages are displayed in a 'Jobs waiting to reserve
323   a drive' list during a 'status storage='.  Note, multiple
324   messages will generally print for each JobId because they
325   represent the different problems with either the same drive
326   or different drives.  If this output proves too confusing
327   of voluminous, I will display it only when debug level 1
328   or greater is enabled in the SD.
329 11Jan06
330 - Add enable/disable job=<job-name>.  This command prevents
331   the specified job from being scheduled. Even when disabled,
332   the job can be manually started from the console.
333 - During 'update slots' clear all InChanger flags where the
334   StorageId is zero (old Media records).
335
336 Beta release 1.38.4:
337 09Jan06
338 - Fix autochanger code to strip leading spaces from returned
339   slots number. Remove bc from chio-changer.
340 - Back port a bit of 1.39 crypto code to reduce diffs.
341 - Fix first call to autochanger that missed close()ing the
342   drive. Put close() just before each run_program().  Fixes
343   Arno's changer bug.
344 07Jan06
345 - Add PoolId to Job record when updating it at job start time.
346 06Jan06
347 - Pull in more code from 1.39 so that there are fewer file
348   differences (the new ua_dotcmds.c, base64.h, crypto.h
349   hmac.c jcr.c (dird and lib) lib.h md5.h parse_conf.c 
350   util.c. Aside from ua_dotcmds.c these are mostly crypto
351   upgrades.
352 - Implement new method of walking the jcr chain. The
353   incr/dec of the use_count is done within the walking
354   routines.  This should prevent a jcr from being freed
355   from under the walk routines.
356
357
358 Changes to 1.39.3:
359 04Jan06
360 - Start implementing Verify list output.
361 - Move the suitable_drive flag to a better place to prevent
362   premature termination of the reservation if all drives
363   are busy -- should fix Arno's diff/inc pool failures.
364 26Dec05
365 - Add mutex to single thread VSS code in Win32.
366 22Dec05
367 - Simplify code in askdir.c that waits for creating an appendable
368   volume so that it can handle multiple returns from the wait
369   code.
370 - Modify the wait code to permit multiple returns.
371 - Return a zero when "autochanger drives" is called and
372   it is not an autochanger.
373 - Make rewind_dev() a method taking a DCR as an argument.
374   This permits closing and reopening the drive if the
375   rewind fails as happens if the drive was loaded while the
376   file descriptor was open. This refreshes the file descriptor.
377 - Remove the ST_OPENED flag and always rely on fd < 0 for knowing
378   if the device is open or not.  This should eliminate
379   Arnos problem.
380 - Return error if reserve cannot find at least one suitable device.
381 - Make wait_for_sysop() return correct state information.
382 - Fix Win32 state file problem. write was not using compat
383   code. This should fix bug #500.
384 21Dec05
385 - Modify gui on command to set only GUI mode and not batch.
386 - Modify .messages command to always print messages regardless
387   of the mode.
388 - If GUI mode is on, suppress automatic printing of 
389   You have messages. 
390 - Delete old bnet packet code.
391 - Ignore new BNET_START_SELECT and BNET_END_SELECT signals in
392   wx-console.
393 - Modify restore command in wx-console to set gui on and to use
394   only .messages instead of messages.  Hopefully this fixes bug
395   #514.
396 - Fix seg fault in exit of acquire when canceling a job --
397   reported by Wolfgang Denk
398 - Pull in latest reservation system changes from 1.38
399 - Make .messages command always print messages regardless
400   of the automessages flag.
401 17Dec05
402 - Fix seg fault if user labels a drive directory bug #513
403 - Remove quotes around Version as it breaks things.
404 16Dec05
405 - Merge in Aleksandar Milivojevic's mods to the spec file.
406 - Apply sparse code fix for raw drives and fifos. Bug 506
407 - Thorsten fixed Unicode cd problem with wx-console bug 505.
408 14Dec05
409 - Correct reservation system to do a last ditch try
410   for any mounted volume, then anyone anywhere.
411 - Add quotes around table Version because of
412   error in MySQL 4.1.15 -- bug report submitted.
413 - Correct some minor problems with btape in the fill
414   command.
415 - Updates to ssh-tunnel from Joshua Kugler.
416 - Added a report.pl program from Jonas Bjorklund.            
417 - Simplify the O_NONBLOCK open() code for tape drives,
418   and always open nonblocking.
419 - Do not wait for open() if EIO returned (shouldn't happen).
420 - Eliminate 3 argument to tape open().
421 - Correct the slot # edited in the 3995 Bad autochanger unload
422   message.
423 - With -S on bscan (show progress) do not divide by zero.
424 13Dec05
425 - Make cancel pthread_cond_signal() pthread_cond_broadcast().
426 - When dcr is freed, also broadcast dev->wait_next_vol signal.
427 - Remove unused code in wait_for_device.  
428 - Make wait_for_device() always return after 60 seconds of wait.
429
430 Changes to 1.39.2:
431 13Dec05
432 - Add stubs for non-crypto build.
433 12Dec05
434 - Use localhost if no network configured
435 11Dec05
436 - Eliminated duplicate MaxVolBytes in cat update -- bug 509.
437 - Remove debug print.
438 - Add bail_out in error during state file reading.
439 10Dec05
440 - Merge changes made to 1.38.3 into HEAD
441 - Add stubs for pygtk-console code
442 - Create Makefile.in for pygtk-console code
443 09Dec05
444 - Merge updates into 1.38 branch
445 - Update specs to include mysql4 define.
446 - Fix when attributes are sent, must be after binit().
447 - Stop read_record() if status not ok in second loop.
448 - Return rec->FileIndex in dcr->VolLastIndex for normal
449   and partial records in read_record().  This allows bscan
450   to get FileIndex at EOT correct.
451 - Fix butil.c to correctly set dcr -- fixes seg fault in bls.
452 08Dec05
453 - Fix Win32 built to work with new crypto code.
454 - Apply patch supplied by user (slightly modified) to fix
455   correct detection of holes in block devices and FIFOs. 
456   Bug # 506.
457 - Apply patch supplied by user (slightly modified) 
458   to fix SD hang with multiple pools and bad client
459   IP. Fixes bug # 508.
460 07Dec05
461 - Add nagios plugin to the examples directory. Submitted by
462   Christian Masopust.
463 - Remove warning message about multiple saves of hardlinked files
464   from find_one.c as it can generate too many warning messages.
465 - Modify most restore error messages to be queued so that they
466   appear at the end of the job rather than mixted with the restore
467   listing where they could be "lost".
468 06Dec05
469 - Reset timeout values before select() per patch from 
470   Frank Sweetser for problems with non-blocking sockets.
471 - Unlink the state file if either reading or writing it gets
472   errors.  Hopefully this will fix Win32 exit problems.
473 - Add sanity check in append.c to ensure that dcr is not NULL.
474   This can happen if multiple drive autochanger SCSI control
475   channel and drive indicies do not correspond.
476 05Dec05
477 - Get next volume from Scratch pool before creating a volume.
478 - Set new Pool defaults in Vol when moved from Scratch Pool.
479 - Remove argument from create_bacula_database for SQLite as it
480   caused an error.
481 - Add back index code so that two drive autochangers can get
482   a second tape.
483 - Change a bunch of debug levels to aid debugging autochangers.
484 - Fix reservation so that mutexes are properly applied.
485 - Rework reservation algorithm so that two drives can be used
486   at the same time.
487 04Dec05
488 - Landon merged his data encription changes into the HEAD
489 - Apply days keyword patch from Alexander.Bergolth at wu-wien.ac.at 
490   If this patch is applied, the number of days can be specified with
491   "list nextvol days=xx"
492   or
493   "status dir days=xx"
494   My use case is to be able to preview the next scheduled job (and the 
495   next tape to be used) on fridays if there are no scheduled jobs during 
496   the weekend.
497 Changes to 1.39.1:
498 03Dec05
499 - Fix font code in gnome2 console user patch. Fixes bug #501.
500 - Fix malformatted bnet error message that caused seg fault
501   fixes bug 502
502 - Applied user patch to improve README.vc8 in src/win32.
503 29Nov05
504 - Add Migrate, Copy, Archive Job types (some where there)
505 - Correct some more editing of JobId's (for 64 bit compatibility).
506 - Ensure that StorageId is stored in Media record when ever possible.
507 - Add Migration Job to Job.
508 - Add Migration Time, Migration High Bytes, Migration Low Bytes
509   Next Pool to Pool resource.
510 - Add more code to mac.c (migration archive copy).
511 - Change Start Storage daemon job to require read and write storage
512   pointers.
513 - Pass read storage data to SD as well as write storage data.
514 - Remove old code from winservice.cpp
515 - Break on error in scan.
516 - Fix typo in signal.c
517 - Separate read/write DCR in SD.  Add jcr->read_dcr.
518 - Cleanup how find_device() works.
519 - Add read output to Status in SD.
520 Changes to 1.39.0:
521 23Nov05
522 - Add red-black btree routines
523 21Nov05
524 - Remove abs() in bfile.c so that it compiles on Solaris. 
525   Bug #491.
526 20Nov05
527 - Fix crash in tray-monitor when daemon disconnects. Bug #479.
528 - Fix bnet-server bug found on OpenBSD. Bug #486
529 - Fix cancel failure bug. Bug #481
530 - Fix failure when Pool name has spaces. Bug #487   
531 - Fix SD crash in autochanger code. Mutex failure. Bug #488
532 - Fix a couple of free()s in src/filed/acl.c
533 - Fix memory overrun in bfile.c in building OS X resource
534   fork filename. Bug #489 
535 - Add Pool name to SD status output.
536 14Nov05
537 - Apply SunOS patch for ACLs submitted by David Duchscher.                  
538 - Make sure to set storage before trying to set drive.
539 - Add bacula_mail_summary.sh to examples directory. It makes
540   a single email summary of any number of jobs. Submitted
541   by Adrew J. Millar.
542 - Make sure when we do a mount to unblock the device even
543   if the drive could not be opened.  
544 13Nov05
545 - Remove the USE_WIN32STREAMEXTRACTION #defines (always on)
546   and correct a few minor problems to make it build on Linux.
547 10Nov05
548 - Remove delete of CVS from all Makefiles
549 - Fix seg fault when clicking on Add button in wx-console
550   restore panel.  Bug #470.
551 - Fix copyright date and URL typo -- bug #468.
552 - Change autostart install for FreeBSD to look for rc.conf  
553   rather than rc.local as suggested fix for bug #466.
554 - Apply patch supplied by Eric Bollinger to fix PostgreSQL    
555   grant on status. Bug #465
556 - Apply patch supplied by Eric Bollinger to fix PostgreSQL
557   update script. Bug #464
558 - Tweak #ifdefing a bit in new Win32 stream code.
559 - Fix #ifdeffing for FD_NO_SEND_TEST.
560 - Add documentation of performance #defines