summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-07-23 22:12:03 +0200
committerraveit65 <[email protected]>2022-07-23 22:12:03 +0200
commit3772303ddba05178f7002e96a8ef7ab9a6f7c0e0 (patch)
tree9af90ec74666adc08b44f4c62a771bae0063513b
parentb6a306d1a5c5b2863822b4c792a7060116121474 (diff)
downloadcaja-build_for_epel8.tar.bz2
caja-build_for_epel8.tar.xz
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c7ec2292..c7578776 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+### caja-glib-2.50 1.26.2
+
+ * support an explicit --select command line option
+ * navigation-window: suppress GtkAction warnings
+ * build: underline package name and version in configure summary
+
### caja-glib-2.50 1.26.1
* rename and require glib-2.50.0
diff --git a/configure.ac b/configure.ac
index bbd61fd6..675a50f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ m4_define(caja_extension_current, 5)
m4_define(caja_extension_revision, 0)
AC_INIT([caja-glib-2.50],
- [1.26.1],
+ [1.26.2],
[https://github.com/mate-desktop/caja/issues],
[caja-glib-2.50],
[https://mate-desktop.org])