From 084e519245522af9530f7305252487417ca4983e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Tue, 13 Aug 2024 02:15:02 +0200 Subject: [PATCH] Transmission OG 3.06 (#39) --- CMakeLists.txt | 4 ++-- NEWS.md | 2 +- configure | 26 +++++++++++++------------- configure.ac | 4 ++-- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0550c10913f..22b584eb307 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,8 +45,8 @@ set(TR_NAME ${PROJECT_NAME}) # "Z" for unsupported trunk builds, # "0" for stable, supported releases # these should be the only two lines you need to change -set(TR_USER_AGENT_PREFIX "3.06+") -set(TR_PEER_ID_PREFIX "-TR306Z-") +set(TR_USER_AGENT_PREFIX "3.06") +set(TR_PEER_ID_PREFIX "-TR3060-") string(REGEX MATCH "^([0-9]+)\\.([0-9]+).*" TR_VERSION "${TR_USER_AGENT_PREFIX}") set(TR_VERSION_MAJOR "${CMAKE_MATCH_1}") diff --git a/NEWS.md b/NEWS.md index ead9e5fd61e..b4e14d0e82e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## (next) +## [Transmission OG 3.06](https://github.com/stefantalpalaru/transmission-og/releases/tag/3.06) (2024-08-13) ### All Platforms - Network performance improvements ([#38](https://github.com/stefantalpalaru/transmission-og/pull/38)) diff --git a/configure b/configure index a9fd638017c..5b3fe0e34fa 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.72 for transmission-og 3.06+. +# Generated by GNU Autoconf 2.72 for transmission-og 3.06. # # Report bugs to . # @@ -615,8 +615,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='transmission-og' PACKAGE_TARNAME='transmission-og' -PACKAGE_VERSION='3.06+' -PACKAGE_STRING='transmission-og 3.06+' +PACKAGE_VERSION='3.06' +PACKAGE_STRING='transmission-og 3.06' PACKAGE_BUGREPORT='https://github.com/stefantalpalaru/transmission-og' PACKAGE_URL='' @@ -1575,7 +1575,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -'configure' configures transmission-og 3.06+ to adapt to many kinds of systems. +'configure' configures transmission-og 3.06 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1650,7 +1650,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of transmission-og 3.06+:";; + short | recursive ) echo "Configuration of transmission-og 3.06:";; esac cat <<\_ACEOF @@ -1835,7 +1835,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -transmission-og configure 3.06+ +transmission-og configure 3.06 generated by GNU Autoconf 2.72 Copyright (C) 2023 Free Software Foundation, Inc. @@ -2279,7 +2279,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by transmission-og $as_me 3.06+, which was +It was created by transmission-og $as_me 3.06, which was generated by GNU Autoconf 2.72. Invocation command line was $ $0$ac_configure_args_raw @@ -3269,9 +3269,9 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -USERAGENT_PREFIX=3.06+ +USERAGENT_PREFIX=3.06 -PEERID_PREFIX=-TR306Z- +PEERID_PREFIX=-TR3060- # Check whether --enable-silent-rules was given. @@ -3823,7 +3823,7 @@ fi # Define the identity of the package. PACKAGE='transmission-og' - VERSION='3.06+' + VERSION='3.06' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -18632,7 +18632,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -if test Z = "0"; then +if test 0 = "0"; then supported_build=yes CPPFLAGS="$CPPFLAGS -DNDEBUG" else @@ -26848,7 +26848,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by transmission-og $as_me 3.06+, which was +This file was extended by transmission-og $as_me 3.06, which was generated by GNU Autoconf 2.72. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -26911,7 +26911,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -transmission-og config.status 3.06+ +transmission-og config.status 3.06 configured by $0, generated by GNU Autoconf 2.72, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 4543447c0a5..5e218e12abd 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ dnl STATUS: "X" for prerelease beta builds, dnl "Z" for unsupported trunk builds, dnl "0" for stable, supported releases dnl these should be the only two lines you need to change -m4_define([user_agent_prefix],[3.06+]) -m4_define([peer_id_prefix],[-TR306Z-]) +m4_define([user_agent_prefix],[3.06]) +m4_define([peer_id_prefix],[-TR3060-]) AC_INIT([transmission-og],[user_agent_prefix],[https://github.com/stefantalpalaru/transmission-og]) AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix])