Skip to content

Commit

Permalink
Transmission OG 3.02 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantalpalaru authored May 19, 2024
1 parent 3a89635 commit 20961d3
Show file tree
Hide file tree
Showing 7 changed files with 1,830 additions and 1,348 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.02+")
set(TR_PEER_ID_PREFIX "-TR302Z-")
set(TR_USER_AGENT_PREFIX "3.02")
set(TR_PEER_ID_PREFIX "-TR3020-")

string(REGEX MATCH "^([0-9]+)\\.([0-9]+).*" TR_VERSION "${TR_USER_AGENT_PREFIX}")
set(TR_VERSION_MAJOR "${CMAKE_MATCH_1}")
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## (next)
## [Transmission OG 3.02](https://github.com/stefantalpalaru/transmission-og/releases/tag/3.02) (2024-05-19)

### All Platforms
- Set up a Transifex project to manage translations ([#20](https://github.com/stefantalpalaru/transmission-og/pull/20))
- Use clang-format to automate code formatting ([#22](https://github.com/stefantalpalaru/transmission-og/pull/22))
- Windows: remove MSI installer ([#24](https://github.com/stefantalpalaru/transmission-og/pull/24))
- Use TCP\_NODELAY for TCP connections ([#26](https://github.com/stefantalpalaru/transmission-og/pull/26))
- Fix utils names in messages ([#28](https://github.com/stefantalpalaru/transmission-og/pull/28))

### Mac Client
- Update Sparkle to 2.6.2, to allow building on ARM64 macOS ([#25](https://github.com/stefantalpalaru/transmission-og/pull/25))
Expand Down
6 changes: 3 additions & 3 deletions aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
[m4_warning([this file was generated for autoconf 2.71.
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72],,
[m4_warning([this file was generated for autoconf 2.72.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
Expand Down Expand Up @@ -508,7 +508,7 @@ fi])


# nls.m4 serial 6 (gettext-0.20.2)
dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016, 2019-2023 Free
dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016, 2019-2024 Free
dnl Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
Expand Down
Loading

0 comments on commit 20961d3

Please sign in to comment.