Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 633
    • Issues 633
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 87
    • Merge requests 87
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !6114

Update BIND version to 9.19.1-dev

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Michał Kępień requested to merge michal/update-bind-version-to-9.19.1-dev into main Apr 12, 2022
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

This MR is a new concept that was suggested by @ondrej. I like it, even if it does not address our git describe woes1.

The idea is to update configure.ac/version on all maintenance branches as soon as the code freeze is lifted. This gives people a better idea of what version of BIND 9 they are actually running if they are using "interim" code trees "between" numbered releases.

During release preparation, we will just drop the -dev suffix from the version string.

If a major problem is discovered after lifting the code freeze, we will fix it in the maintenance branch first, as we would usually do, and then cherry-pick fixes into the release branch. (And if we have to rebase, we can tweak the version string in the release branch to our liking anyway.)

  1. !6124 (merged) is an attempt at kind-of addressing those. ↩

Edited Apr 26, 2022 by Michał Kępień
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: michal/update-bind-version-to-9.19.1-dev