Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update/0.50 #3 #722

Merged
merged 63 commits into from
Apr 16, 2020
Merged

Update/0.50 #3 #722

merged 63 commits into from
Apr 16, 2020

Conversation

@Spacechild1
Copy link
Contributor

can I merge minor fixes into this branch or should we setup update/0.51?

@umlaeute
Copy link
Contributor

depends on what you want to merge :-)
i guess this PR should only get (trivial) bugfixes for now

@umlaeute
Copy link
Contributor

umlaeute commented Oct 10, 2019

oh, and an update/0.51 branch should probably be based on update/0.50

@danomatika
Copy link
Contributor Author

We should probably rename this branch to 0.51... or better yet, merge it. :)

@@ -562,6 +562,7 @@ AC_MSG_NOTICE([
Installation prefix: $prefix

Compiler: $CC
CPPFLAGS: $CPPFLAGS
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I was thinking the same thing...

it's no longer needed, as PD_LONGINTTYPE expands to "long long" on w64
@umlaeute umlaeute added this to the 0.51 milestone Feb 26, 2020
@umlaeute umlaeute added the severity:bug/fix either a bug (for issues) or a bugfix (for pull-requests) label Feb 26, 2020
@umlaeute umlaeute linked an issue Mar 5, 2020 that may be closed by this pull request
Spacechild1 and others added 11 commits March 7, 2020 16:25
avoid sending garbage and print a warning
[netreceive -u] doesn't have a "connections" outlet we can notify, so it would be closed forever.
also avoid crash in netreceive_notify().
Fix macros for Visual Studio version >= Visual Studio 2013
VisualStudio2019/16.6 defines _MSC_VER as 1926.
i don't think we will live to see _MSC_VER>=17000...
otherwise they will receive garbage

Related: #907
@umlaeute umlaeute linked an issue Mar 19, 2020 that may be closed by this pull request
@umlaeute umlaeute linked an issue Apr 9, 2020 that may be closed by this pull request
@millerpuckette millerpuckette merged commit d07e6ef into master Apr 16, 2020
@umlaeute umlaeute deleted the update/0.50 branch May 26, 2020 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment