jselbie / stunserver

Version 1.2. This is the source code to STUNTMAN - an open source STUN server and client code by john selbie. Compliant with the latest RFCs including 5389, 5769, and 5780. Also includes backwards compatibility for RFC 3489. Compiles on Linux, MacOS, BSD, Solaris, and Win32 with Cygwin. Windows binaries avaialble from www.stunprotocol.org.
http://www.stunprotocol.org
Apache License 2.0
1.44k stars 349 forks source link

Tags for versions 1.2.2 to 1.2.7 are missing #14

Closed devurandom closed 9 years ago

devurandom commented 9 years ago

The tags for releases in this repository stop at version 1.2.1, while version 1.2.7 is current. It would be great if they could be added.

jselbie commented 9 years ago

I don't find too much excitement in fixing this. Most of those point releases were bug fixes and/or fixing compiler issues on different platforms.

You can find snapshots of each version release on the corresponding SourceForge page here

The HISTORY file in the root of the repo lists what each point release was.

devurandom commented 9 years ago

The exciting part is that tags make it easier to figure out which patches/commits fixed which issues in which release. That helps in knowing which issues exist in any version and how they were fixed, without having to monitor and guess from the HISTORY file, mailinglist reports or GitHub issues.