summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2022-08-10 16:23:57 -0400
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2022-08-10 16:24:25 -0400
commitb3823efd0acea2b0a5629b261cf56b1d3f2664aa (patch)
treea69d2b63108477e809844695901c0f23c78d700c
parent3970e9706c5e0eaf5672652359151cde70cf4ae8 (diff)
downloadglade-b3823efd0acea2b0a5629b261cf56b1d3f2664aa.tar.gz
Rolling last release!GLADE_3_40_0
-rw-r--r--CONTRIBUTING.md9
-rw-r--r--NEWS28
-rw-r--r--README.md13
-rw-r--r--data/org.gnome.Glade.appdata.xml.in36
-rw-r--r--meson.build6
5 files changed, 79 insertions, 13 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a97cc24f..07c5e413 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,13 +1,10 @@
Glade official git repository is hosted by the GNOME foundation at
gitlab.gnome.org
-Mailing List
+Maintainer
============
-Glade discussion takes place on glade-devel-list@gnome.org
-
-To subscribe or to consult archives visit
- https://mail.gnome.org/mailman/listinfo/glade-devel-list
-
+Glade is looking for a new maintainer, if you are interested please contact us
+on gitlab.
GitLab
========
diff --git a/NEWS b/NEWS
index ed9e57d0..02339691 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
============
+Glade 3.40.0
+============
+ - Remove survey
+ - Add user manual menu item (Sabri Ünal)
+ - 'Clear' action in "Setup Text Attributes" dialog now clears only selected attributes (crvi)
+ - Fix issue #502 sync draw-indicator on setting xalign (Caolán McNamara)
+ - Fix issue #499 and #509 "Drop overzealous check using only the first child"
+ - Fix Segfault in gnome-builder when widget doesn't have a name (Peter Maatman)
+ - Fix issue #373 "Move separator in hamburger menu one up, to be consistent with other GNOME applications"
+ - Fix build against Python 3.9
+ - Fix issue #484 "Crash with GtkRecentChooserDialog"
+ - Fix issue #194 "Using List Store can result in program crash."
+ - Fix issue #53 "Can't choose a FileChooserDialog for a FileChooserButton"
+ - Fix issue #98 #491
+ - Fix issue #355 "Make notification text selectable"
+ - Fix windows build on msys
+ - Fix issue #360 "No examples in documentation on using custom catalogues with gtkBuilder"
+ - Fix issue #406 "AtkObject::accessible-role should not be translatable"
+ - Fix issue #479 "Glade 3.36.0 segfaults when opening a file"
+ - Fix issue #471 "XML not updated after adding element"
+ - Fix issue #474 "GtkLabel: setup text attribute issues"
+ - Fix issue #480 "version field not always updated in XML"
+ - Fix issue pasing widget with ctrl+v in GtkGrid
+ - Fix issue #470 "Widgets of type need placeholders to add children"
+ - Fix issue #472 "gnome-nightly: About dialog should display git commit rev"
+
+
+============
Glade 3.38.0
============
diff --git a/README.md b/README.md
index f9401133..cb8a1954 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,15 @@ User interface designer for Gtk+ and GNOME
Mailing Lists:
-* <glade-users-list@gnome.org> - About using Glade to build applications.
-* <glade-devel-list@gnome.org> - About the development of Glade itself.
+Both users and devel mailing list have been archived, you can find the archives at
+* https://mail.gnome.org/archives/glade-users-list/
+* https://mail.gnome.org/archives/glade-devel-list/
+
+## Development status
+
+Glade is not being actively developed or maintained anymore.
+If you are interested in becoming a maintainer please contact us on gitlab.
## General Information
@@ -23,8 +29,7 @@ define a new GtkWidget derived object class using Gtk+ new template feature.
By using GtkBuilder, Glade XML files can be used in numerous programming
languages including C, C++, C#, Vala, Java, Perl, Python, and others.
-
-This version of Glade targets GTK 3
+This version of Glade targets GTK 3
If you need to work with GTK 2, you can still use Glade 3.8
([more information](http://blogs.gnome.org/tvb/2011/01/15/the-glade-dl/))
diff --git a/data/org.gnome.Glade.appdata.xml.in b/data/org.gnome.Glade.appdata.xml.in
index 7c46f6e6..b9286a00 100644
--- a/data/org.gnome.Glade.appdata.xml.in
+++ b/data/org.gnome.Glade.appdata.xml.in
@@ -49,6 +49,42 @@
<project_group>GNOME</project_group>
<translation type="gettext">glade</translation>
<releases>
+ <release version="3.40.0" date="2022-08-10">
+ <description>
+ <p>Last Release!
+Glade is not being actively developed or maintained anymore.
+If you are interested in becoming a maintainer please contact us on gitlab.
+ </p>
+ <ul>
+ <li>Remove survey</li>
+ <li>Add user manual menu item (Sabri Ünal)</li>
+ <li>'Clear' action in "Setup Text Attributes" dialog now clears only selected attributes (crvi)</li>
+ <li>Fix windows build on msys</li>
+ <li>Fix build against Python 3.9</li>
+ <li>Fix issue pasing widget with ctrl+v in GtkGrid</li>
+ <li>Several bug fixes</li>
+ </ul>
+ </description>
+ <issues>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/502">Fix issue #502 sync draw-indicator on setting xalign (Caolán McNamara)</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/499">Fix issue #499 and #509 "Drop overzealous check using only the first child"</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/385">Fix Segfault in gnome-builder when widget doesn't have a name (Peter Maatman)</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/373">Fix issue #373 "Move separator in hamburger menu one up, to be consistent with other GNOME applications"</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/484">Fix issue #484 "Crash with GtkRecentChooserDialog"</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/194">Fix issue #194 "Using List Store can result in program crash."</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/53">Fix issue #53 "Can't choose a FileChooserDialog for a FileChooserButton"</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/98">Fix issue #98 #491</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/355">Fix issue #355 "Make notification text selectable"</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/360">Fix issue #360 "No examples in documentation on using custom catalogues with gtkBuilder"</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/406">Fix issue #406 "AtkObject::accessible-role should not be translatable"</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/479">Fix issue #479 "Glade 3.36.0 segfaults when opening a file"</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/471">Fix issue #471 "XML not updated after adding element"</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/474">Fix issue #474 "GtkLabel: setup text attribute issues"</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/480">Fix issue #480 "version field not always updated in XML"</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/470">Fix issue #470 "Widgets of type need placeholders to add children"</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/glade/-/issues/472">Fix issue #472 "gnome-nightly: About dialog should display git commit rev"</issue>
+ </issues>
+ </release>
<release version="3.38.0" date="2020-09-12">
<description>
<p>Glade 3.38.0 release!</p>
diff --git a/meson.build b/meson.build
index 3b6b9a01..187555f4 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@
# version will always know they are on a development release.
project(
'glade', 'c',
- version: '3.39.0',
+ version: '3.40.0',
license: 'GPL2',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.53.0',
@@ -49,8 +49,8 @@ gladeui_libname = '@0@-@1@'.format(gladeui_name, gladeui_version)
# Reference: http://www.gnu.org/software/libtool/manual/libtool.html#Versioning
gladeui_revision = 0
-gladeui_current = 13
-gladeui_age = 0
+gladeui_current = 14
+gladeui_age = 1
gladeui_current_minus_age = gladeui_current - gladeui_age
gladeui_libversion = '@0@.@1@.@2@'.format(gladeui_current_minus_age, gladeui_age, gladeui_revision)