mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 09:45:54 +03:00
[GH-ISSUE #49] Add versioning #16
Labels
No labels
bug
enhancement
enhancement
hacktoberfest
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PHP-DNS-SERVER#16
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?
Originally created by @nkakouros on GitHub (May 24, 2018).
Original GitHub issue: https://github.com/yswery/PHP-DNS-SERVER/issues/49
A recent changes to the class names broke on of my applications. I have some ansible scripts that pull php-dns-server from github and provision a dns server on a machine of mine. I do this regularly. A few days ago, the dns servers failed to start and the reason was that my
dns.phpscript contained the old class names. If there were versions, I could pull the specified version without fear of future breaks.@ivanstan commented on GitHub (May 24, 2018):
True, we need tagged versions
@samuelwilliams commented on GitHub (Sep 7, 2018):
I have tagged the latest commit (
680f711) with an initial version of 0.1. Additionally, there is now a changelog to update on each version.