SHA256
1
0
forked from pool/golly

Accepting request 226663 from home:awissu:tests

OBS-URL: https://build.opensuse.org/request/show/226663
OBS-URL: https://build.opensuse.org/package/show/Education/golly?expand=0&rev=2
This commit is contained in:
2014-03-19 07:30:06 +00:00
committed by Git OBS Bridge
parent 1ec55560fb
commit 636d2b4a2c
6 changed files with 138 additions and 32 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Mar 19 05:55:57 UTC 2014 - avvissu@yandex.ru
- del zlib.patch
- [Fixed] E: devel-file-in-non-devel-package
- add static (.a) are needed for shared builds
- to fix compilation on Fedora
-------------------------------------------------------------------
Tue Mar 18 00:09:43 UTC 2014 - avvissu@yandex.ru
- Update to 2.6 for openSUSE and Fedora:
* Fixed a nasty bug that could cause Golly to crash when doing a paste.
* Fixed a bug that could cause the paste image to disappear after a flip/rotate.
* Tool bar buttons are no longer disabled when the main window is inactive.
* The save settings in Preferences > Layer are now obeyed by scripts. For example, let's assume you've ticked the option to be asked to save changes on creating a new pattern. If the current layer has changes and you run a script that calls new() then you'll get the standard dialog asking if you want to save those changes. If you cancel the dialog then the script is aborted.
* To avoid potential data loss, you now get a warning if you save a non-starting generation and earlier changes exist. The warning can be disabled in Preferences > Layer.
* Created an online archive for very large patterns.
-------------------------------------------------------------------
Thu Jun 9 13:07:19 UTC 2011 - prusnak@opensuse.org