[tepl] Release 4.99.1



commit 1521c2f32c76a580354b37148ae5a995dce20f34
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Apr 24 13:22:41 2020 +0200

    Release 4.99.1

 NEWS        | 35 +++++++++++++++++++++++++----------
 README      |  4 ++--
 meson.build |  2 +-
 3 files changed, 28 insertions(+), 13 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8269f85..08d3432 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,29 @@
-News in x.y.z, 2020-xx-yy (not yet released)
--------------------------
+News in 4.99.1, 2020-04-24
+--------------------------
+
 * Build system: port to Meson, remove Autotools.
-* A complete overhaul of the metadata API and implementation. The libxml2 is no
-  longer required, and GVfs metadata is no longer used.
-* Utils functions: add more functions.
-* TeplInfoBar: add tepl_info_bar_set_buttons_orientation().
-* File loading and saving: add some IO error info bars.
-* Add tepl_view_new_with_buffer().
-* Write a new roadmap in docs/.
-* Translation updates.
+
+* API changes:
+ - A complete overhaul of the metadata API and implementation. The libxml2 is no
+   longer required, and GVfs metadata is no longer used. New API:
+       - TeplMetadata and TeplMetadataManager toolkit classes.
+       - Convenience functions in the framework, in TeplAbstractFactory,
+         TeplApplication and TeplBuffer.
+ - Remove TeplAbstractFactoryVala, because it's possible to manually manage
+   GObject references in Vala when using TeplAbstractFactory.
+
+* New API:
+ - New class: TeplStatusbar.
+ - New class: TeplPanel.
+ - New class: TeplStyleSchemeChooserWidget.
+ - File loading and saving toolkit: start to add some IO error info bars.
+ - TeplInfoBar: add tepl_info_bar_set_buttons_orientation().
+ - TeplView: add tepl_view_new_with_buffer().
+ - Utility functions: add more functions.
+
+* Misc:
+ - Write a new roadmap in docs/.
+ - Translation updates.
 
 News in 4.4.0, 2020-03-05
 -------------------------
diff --git a/README b/README
index be0139e..7ba29b1 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Tepl - Text editor product line
 ===============================
 
-This is version 4.5.0 of Tepl.
+This is version 4.99.1 of Tepl.
 
 Tepl is a library that eases the development of GtkSourceView-based text
 editors and IDEs.
@@ -20,7 +20,7 @@ The Tepl web page:
 Dependencies
 ------------
 
-- GLib >= 2.52
+- GLib >= 2.64
 - GTK >= 3.22
 - GtkSourceView >= 4.0
 - Amtk >= 5.0 - https://wiki.gnome.org/Projects/Amtk
diff --git a/meson.build b/meson.build
index 1468b07..a1cf38e 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@
 project(
   'tepl', 'c',
   meson_version: '>= 0.53',
-  version: '4.99.0',
+  version: '4.99.1',
   default_options: ['warning_level=2']
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]