# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--stig@brautaset.org--2004/Games-AlphaBeta--release--0.4
#

2004-09-03 23:08:50 GMT	Stig Brautaset <stig@brautaset.org>	patch-2

    Summary:
      added missing file 
    Revision:
      Games-AlphaBeta--release--0.4--patch-2

    Patches applied:
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-22
       bumped version number
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-21
       added Games::AlphaBeta::Position to MANIFEST
    


2004-09-03 23:05:52 GMT	Stig Brautaset <stig@brautaset.org>	patch-1

    Summary:
      added base class for position + functional Reversi class
    Revision:
      Games-AlphaBeta--release--0.4--patch-1

    Added base Games::AlphaBeta::Position class in addition to a
    fully functional (although simple) Games::AlphaBeta::Reversi
    class that can be used to create the Reversi game.
    
    Patches applied:
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-20
       added precommit hook to increment perlmod minor version number when modified
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-19
       documentation update (pod + README)
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-18
       update Games::AlphaBeta::Reversi to use the new Games::AlphaBeta::Position
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-17
       added Games::AlphaBeta::Position base class
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-16
       specify version for dist explicitly, not from module
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-15
       do not archive generated files
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-14
       support non-8x8 boards in valid_move()
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-13
       added endpos method + made necessary changes
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-12
       slots must not be outside board
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-11
       filled in apply() method
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-10
       add evaluate() method
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-9
       added findmoves() method + valid_move() helper method
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-8
       test that ::Reversi ->can(as_string)
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-7
       allow different size of board in init
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-6
       added ->as_string() to Reversi class
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-5
       added nascent Games::AlphaBeta::Reversi.pm
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-4
       added Yaml file
    


2004-08-29 15:23:40 GMT	Stig Brautaset <stig@brautaset.org>	base-0

    Summary:
      Games::AlphaBeta 0.4.0
    Revision:
      Games-AlphaBeta--release--0.4--base-0

    Bumped the version number quite a bit again because this version
    has seen yet another change in the interface. Users no longer
    inherit from this module and implement the missing methods. They
    must supply an object that knows how to do what is required of it
    instead. This is much more flexible.
    
    Also ripped the Games::Sequential module out into its own dist
    again.
    
    Patches applied:
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-3
       fix small buglet in pod
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-2
       added Yaml metadata
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--patch-1
       update to work with new version of Games-Sequential 
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.4--base-0
       bumping version number because of interface change again
    
    
    Games::AlphaBeta 0.3.0 + Games::Sequential 0.3.0:
    
    Instead of requiring references to callback functions we now use
    a proper OO interface and mandate some user-defined methods. 
    
    For convenience, the Games::Sequential module now come bundled
    with the Games::AlphaBeta module. 
    
    Patches applied since 0.2 series:
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.3--patch-10
       updated README + MANIFEST
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.3--patch-9
       cleaned up tests and renamed them to change their order
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.3--patch-8
       corret MANIFEST
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.3--patch-7
       note that Carp is a prereq for these modules
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.3--patch-6
       croak if required methods are not present
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.3--patch-5
       we now have proper oo interface
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.3--patch-4
       Games::Sequential now come bundled
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.3--patch-3
       added Games::Sequential + test
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.3--patch-2
       bump version number
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.3--patch-1
       cycled changelog
    
     * stig@brautaset.org--2004/Games-AlphaBeta--devo--0.3--base-0
       more OO focus on interface + add Games::Sequential to bundle