~ubuntu-branches/ubuntu/intrepid/gnome-games/intrepid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2008-10-21 00:30:34 UTC
  • mfrom: (1.1.58)
  • Revision ID: package-import@ubuntu.com-20081021003034-cb0iknvzten935zn
Tags: 1:2.24.1-0ubuntu1
* New upstream release (LP: #286667)
  - General:
    - Fix up compatiblity with Gtk/Glib 2.14
    - Reclassify Gnibbles as Arcade game not logic game
    - Read saved window configuration from correct GConf group (affects
      gnometris, gnibbles, gnobots)
  - Aisleriot:
    - Remove vestigal flowRoot elements from solitaire svg icons. They
      caused a black box when rendering.
    - Don't crash when the session manager terminates aisleriot
  - GLChess:
    - Fix crash in error handler when GGZ connection closed
    - Fix crash in empty scene when no AI engines available
    - Fix crash when have OpenGL libraries but cannot get valid display
    - Implement GGZ config parser instead of using Python config parser
      which does not handle '%' characters as GGZ does
    - Ignore GGZ server remove player/table for unknown players/tables
    - Handle exceptions loading OpenGL textures
    - Reset pause menu when starting new game
    - Only allow one new/load game dialog to be visible at once
    - Fix incorrect function call for single buffered 3D display
    - Handle fork() errors in AI processes
    - Fixes to compile in Solaris
    - Print failure to start message to stdout if cannot import GTK+
    - Handle invalid response from glRenderMode(GL_RENDER) and print
      debugging information
    - More logging messages about selection rendering bugs
    - After looking at failure case in PyOpenGL code we don't need to change
      render modes after failed to change to GL_SELECT
    - Fix potential bugs found by PyChecker
    - Fix crash when validly claiming a draw
    - Don't display failed to claim draw dialog when successfully claimed
      draw
  - GTali:
    - Undoing 5 of a kind reduces the score by 50 as there might be multiple
      scores (LP: #238978)
  - Sudoku:
    - Add not overwrite time and also remember to actually save the time in
      the file (LP: #279616)
    - Correct typo in error message that led to an exception
  - Gnotravex:
    - Stop paused tiles becoming visible after changing colour settings
  - Blackjack:
    - Fix compiler warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gnome-games (1:2.24.1-0ubuntu1) intrepid; urgency=low
 
2
 
 
3
  * New upstream release (LP: #286667)
 
4
    - General:
 
5
      - Fix up compatiblity with Gtk/Glib 2.14
 
6
      - Reclassify Gnibbles as Arcade game not logic game
 
7
      - Read saved window configuration from correct GConf group (affects
 
8
        gnometris, gnibbles, gnobots)
 
9
    - Aisleriot:
 
10
      - Remove vestigal flowRoot elements from solitaire svg icons. They
 
11
        caused a black box when rendering.
 
12
      - Don't crash when the session manager terminates aisleriot
 
13
    - GLChess:
 
14
      - Fix crash in error handler when GGZ connection closed
 
15
      - Fix crash in empty scene when no AI engines available
 
16
      - Fix crash when have OpenGL libraries but cannot get valid display
 
17
      - Implement GGZ config parser instead of using Python config parser
 
18
        which does not handle '%' characters as GGZ does
 
19
      - Ignore GGZ server remove player/table for unknown players/tables
 
20
      - Handle exceptions loading OpenGL textures
 
21
      - Reset pause menu when starting new game
 
22
      - Only allow one new/load game dialog to be visible at once
 
23
      - Fix incorrect function call for single buffered 3D display
 
24
      - Handle fork() errors in AI processes
 
25
      - Fixes to compile in Solaris
 
26
      - Print failure to start message to stdout if cannot import GTK+
 
27
      - Handle invalid response from glRenderMode(GL_RENDER) and print
 
28
        debugging information
 
29
      - More logging messages about selection rendering bugs
 
30
      - After looking at failure case in PyOpenGL code we don't need to change
 
31
        render modes after failed to change to GL_SELECT
 
32
      - Fix potential bugs found by PyChecker
 
33
      - Fix crash when validly claiming a draw
 
34
      - Don't display failed to claim draw dialog when successfully claimed
 
35
        draw
 
36
    - GTali:
 
37
      - Undoing 5 of a kind reduces the score by 50 as there might be multiple
 
38
        scores (LP: #238978)
 
39
    - Sudoku:
 
40
      - Add not overwrite time and also remember to actually save the time in
 
41
        the file (LP: #279616)
 
42
      - Correct typo in error message that led to an exception
 
43
    - Gnotravex:
 
44
      - Stop paused tiles becoming visible after changing colour settings
 
45
    - Blackjack:
 
46
      - Fix compiler warnings
 
47
 
 
48
 -- Didier Roche <didrocks@ubuntu.com>  Tue, 21 Oct 2008 00:30:34 +0200
 
49
 
1
50
gnome-games (1:2.24.0-0ubuntu3) intrepid; urgency=low
2
51
 
3
52
  * Drop guile-1.6 build dependency. It was only required for ia64, and is the