Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Mosquitto/Development Process

< Mosquitto
Revision as of 16:42, 27 June 2015 by Roger.atchoo.org (Talk | contribs) (Created page with "== Branches == New features should go into the <code>develop</code> branch. If a new feature is substantial and requires more than a few commits then it should be developed i...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Branches

New features should go into the develop branch. If a new feature is substantial and requires more than a few commits then it should be developed in its own branch, then merged with --no-ff.

Fixes should go into the fixes branch.

Releases

Feature releases are currently 1.x. They are released "when ready". Any fixes from the fixes branch should be merged in.

Bug fix releases are 1.x.y. They should only include bug fixes, not any behaviour changes. Bug fix releases should be made on a fairly regular basis if bugs have been fixed. Approximately once per month is the suggested interval.

Compatibility

Compatibility is very important to the mosquitto project. Changes to the libmosquitto API/ABI should not be made without some thought. If breaking changes are to be made, a review of the current API is suggested in case any other breaking changes could be made at the same time.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.