# ;; -*- mode: org; coding: utf-8 -*-

#+TITLE: Grip NEWS

* Latest News

** March 2018

Grip version 0.1.2 is released

** Changes since 0.1.1

Here is a summary of the changes since version 0.1.1. See Grip's git
summary [1] and git log [2] for a complete description:

	[1] http://git.savannah.gnu.org/cgit/grip.git/
	[2] http://git.savannah.gnu.org/cgit/grip.git/log

Dependencies
------------

	- Guile >= 2.0.14
	- Guile-Gnome >= 2.16.5

Grip-Gnome
Grip-Clutter
------------

  Guile-2.2 does not query (default-duplicate-binding-handler) at module
  expand eval load time as it did for Guile-2.0, a bad decision imo, but
  we have to cope with it, and declare #:dulicates (merge-generics ...)
  in each individual module instead, and remove our patched version of
  guild.

  All getters, setters, accessors and methods exported using g-export
  not as part of the module #:export declarations - which re-export
  defined names (and precisely should only be used for getters, setters,
  accessors and methods.

Bugs fixed
----------

	- The configure step was raising an exception if it could not
      find guile-gnome, but it should not, it should just not install
      grip-gnome in this case: this is fixed now.

* Older News

** 29 Feb 2016

Grip version 0.1.1 is released.

*** Changes since 0.1.0

Grip
----

    - fixing read-config;
    - (grip sqlite3) renamed as (grip sqlite).

Grip-SQLite:
-----------

    - adding sqlite/table-rename;
    - use %sqlite-* variables for all query/command strings, not
      procedures;
    - (grip db sqlite) should not import (grip db filters).

Documentation:
--------------

	  Note: Grip's Users Manual still is a mock-up.

    - undefined links fixed;
    - all sections also part of the web-pages now sync.



