mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #360] [MERGED] Windows / MacOS Binary Release #448
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#448
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mageddo/dns-proxy-server/pull/360
Author: @mageddo
Created: 3/14/2023
Status: ✅ Merged
Merged: 3/15/2023
Merged by: @mageddo
Base:
master← Head:feat/346📝 Commits (10+)
a7a0bcdwindows and mac release action jobed3ff5badjusting release check3472bb9disabling release push4fa8855adjusting version releasecfd2db7adjusting version release9c79307adjusting version release2fada5a[Gradle Release Plugin] - new version commit: '3.10.0-snapshot'.fb146aaadjusting version release7b829d7[Gradle Release Plugin] - new version commit: '3.10.0-snapshot'.e6f3824[Gradle Release Plugin] - new version commit: '3.10.0'.📊 Changes
32 files changed (+66999 additions, -30 deletions)
View changed files
📝
.github/workflows/actions-deploy.yml(+67 -0)📝
.gitignore(+1 -0)📝
README.md(+2 -1)📝
RELEASE-NOTES.md(+3 -0)📝
build.gradle(+7 -4)📝
builder.bash(+0 -14)📝
gradle.properties(+1 -1)📝
src/main/java/com/mageddo/dnsproxyserver/App.java(+2 -1)📝
src/main/java/com/mageddo/jna/net/windows/registry/NetworkRegistry.java(+5 -3)📝
src/main/java/com/mageddo/net/windows/NetworkWindows.java(+2 -2)➕
src/main/java/com/sun/jna/Native.java(+2336 -0)➕
src/main/java/com/sun/jna/platform/win32/AccCtrl.java(+138 -0)➕
src/main/java/com/sun/jna/platform/win32/Advapi32.java(+3608 -0)➕
src/main/java/com/sun/jna/platform/win32/Advapi32Util.java(+3441 -0)➕
src/main/java/com/sun/jna/platform/win32/BaseTSD.java(+139 -0)➕
src/main/java/com/sun/jna/platform/win32/Kernel32.java(+4390 -0)➕
src/main/java/com/sun/jna/platform/win32/Kernel32Util.java(+1298 -0)➕
src/main/java/com/sun/jna/platform/win32/NTStatus.java(+118 -0)➕
src/main/java/com/sun/jna/platform/win32/Tlhelp32.java(+340 -0)➕
src/main/java/com/sun/jna/platform/win32/W32Errors.java(+198 -0)...and 12 more files
📄 Description
Related to #306 and #341
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.