CHANGELOG for Image Gallery Access for Drupal 5

image_gallery_access 5.x-1.2 (2008-05-23):
  Bugs fixed:
    - Update moderator when moving an image from one gallery to another.
    - #260404: Really fix image_gallery_access_node_access_records() now.
    - #230123: Newest pgsql refuses to do automatic type conversions.
    - Provide a message for uninitialized galleries when newly installed, rather than the incorrect 'default' setting of grant_all for 1 & 2.
    - #221095: Fix caching in image_gallery_access_access(), adapted from Josh Benner.


image_gallery_access 5.x-1.1 (2008-01-21):
  Enhancements:
    - Implement new hook_node_access_explain().
    - Remove deprecated db_num_rows() call; see http://drupal.org/node/163191.
  Bugs fixed:
    - #175957: Don't disturb the _taxonomy_term_select structure (incompatibility with og_forum!), adapted from Paul Kishimoto.
    - Avoid generating a watchdog warning when saving an image with no gallery selected.
    - Fix image_gallery_access_node_access_records() and add caching.
    - Remove install() and uninstall() messages.


image_gallery_access 5.x-1.0 (2007-10-24):
  Bugs fixed:
    - #157688: fix SQL warning
    - resolved all Coder issues
    - undo the overzealous Coder performance issue changes, but fix two new real Coder issues
