Sanger Home | Acedb | YourGenome | Ensembl | Trace Server | Library Wellcome Trust Sanger Institute Home
Data Release Policy | Conditions of Use 

This is our first major release for a while. The november 1998 release was slightly bugged and due to the christmas break, there was no december 1998 release. The 4_7b release is beleived to be stable and incorporates many useful bug-fixes and enhancements since the last official release.

Changes in this release in respect to RELEASE-981102 are as follows :

  1. Introduction of readlocks, which should prevent crashes with the infamous message
    'blockload loaded a wrong block : xxx in place of yyy'
    Readlocks prevent the destruction of data that another program is still working on. A background script that updates the database, while a user is looking at some object, will be prevented from clearing the outdated piece of the database that the user process is still looking at. (by fw, rd) More

  2. The busy cursor (watch symbol while program is busy) will only be set when really needed now so this should put a a stop to the 'flickering' cursor that many people have complained about. (by edgrif) More

  3. Users will not see the hopelessly general message about "too many minor errors" because it has been removed from the message-handler. Such messages will now come from their point of origin (e.g. parsing ace-files) and should be more informative. (by edgrif)

  4. Enhancements to the session control display and session management in general. The new-style main window now has a 'Drop write access' option in the menu attached to the 'Save' button. The above mentioned readlocks are now shown in the session manager display. (by fw)

  5. The fmap display used to crash with the mysterious message 'graph not found in ^D »'^XC½#ð^?Þ#'
    This and some more 'graph not found' bugs have been resolved. (by fw)

  6. Fixes in giface : (by edgrif)

  7. The handling of version numbers should have improved. (by edgrif)
    Users will now see just one version string for acedb in windows and on the terminal of the form:
    ACEDB Version 4_7b, compiled on: Jan 12 1999 13:41:39
    A string of this format (at least the <number>_<number><letter> code) should you need to refer to a specific version in bug reports.

    The program version can also be enquired by using the unix command what which is run on the actual executable, e.g.:
    what /usr/local/acedb/bin/xace

  8. The developer documenation has been given an overhaul, and cascading style sheets give a uniform structure. (by edgrif)

  9. Changes in AQL (not in version 4_7a) : (by fw)

  10. Certain bugs can sometimes become apparent only on one operating system, but another machine gets away with it without a crash. These bugs have been fixed (which didn't break the code other operating systems) :
 Last Modified Wed Jun 12 17:40:57 2002 fw@sanger.ac.uk