gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated (cfa61f12e -> b2f9db3b8)


From: gnunet
Subject: [gnunet] branch master updated (cfa61f12e -> b2f9db3b8)
Date: Mon, 06 Feb 2023 05:12:53 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a change to branch master
in repository gnunet.

    from cfa61f12e PG: do not return NOTIFY prefix in 
GNUNET_PG_get_event_notify_channel, commands may notify or listen or unlisten 
with the result
     new 7def73336 BUILD: Fix NEWS update script to only use release tags
     new 5a29ed83b v0.19.3: Update NEWS
     new b5f164ddc BUILD: Do not dist news generation scripts
     new b2f9db3b8 Merge branch 'master' of git+ssh://git.gnunet.org/gnunet

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS                           | 8 ++++++--
 contrib/scripts/Makefile.am    | 1 -
 contrib/scripts/update_news.sh | 6 +++---
 3 files changed, 9 insertions(+), 6 deletions(-)
 mode change 100644 => 100755 contrib/scripts/update_news.sh

diff --git a/NEWS b/NEWS
index 746ec2884..e68b245cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,6 @@
-v0.19.2 (e9bc4c898):
-  - New changelog format origin
\ No newline at end of file
+v0.19.3:
+  - We now detect MySQL's strange, version-dependent my_bool type on configure.
+  - Add pkg-config definitions for gnunet messenger.
+
+v0.19.2:
+  - New changelog format origin
diff --git a/contrib/scripts/Makefile.am b/contrib/scripts/Makefile.am
index 4cbf955bf..398157f10 100644
--- a/contrib/scripts/Makefile.am
+++ b/contrib/scripts/Makefile.am
@@ -43,7 +43,6 @@ EXTRA_DIST = \
   find_typedefs.py \
   pydmesg \
   visualize_stats.sh \
-  changelog_delta.sh \
   debug \
   build_cscope.sh \
   lint/lint-man.sh \
diff --git a/contrib/scripts/update_news.sh b/contrib/scripts/update_news.sh
old mode 100644
new mode 100755
index 2ee5fa3dc..014ac8bd7
--- a/contrib/scripts/update_news.sh
+++ b/contrib/scripts/update_news.sh
@@ -4,10 +4,10 @@ if [ -z $NEW_VERSION ]; then
     NEW_VERSION="Unreleased"
 fi
 DELTA_SH="contrib/scripts/news_delta.sh"
-LASTHASH=$(head -n1 NEWS | cut -d " " -f 2 | tr -d \( | tr -d \) | tr -d :)
+LASTVER=$(head -n1 NEWS | tr -d :)
 
-echo "$NEW_VERSION ($(git rev-parse --short HEAD)):" > NEWS.delta || exit 1
-$DELTA_SH $LASTHASH >> NEWS.delta || exit 1
+echo "$NEW_VERSION:" > NEWS.delta || exit 1
+$DELTA_SH $LASTVER >> NEWS.delta || exit 1
 cp NEWS NEWS.bak || exit 1
 cat NEWS.delta > NEWS || exit 1
 cat NEWS.bak >> NEWS || exit 1

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]