[Pkg-mozext-commits] [perspectives-extension] 04/22: install.rdf - Explain version numbering scheme

David Prévot taffit at moszumanska.debian.org
Wed Feb 26 22:23:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch debian
in repository perspectives-extension.

commit 9f966c08c8fd5f4d85bba2aac79ca4f0092cd02b
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Fri Jan 31 00:06:13 2014 -0700

    install.rdf - Explain version numbering scheme
---
 CHANGELOG          | 6 ++++++
 plugin/install.rdf | 7 +++++++
 2 files changed, 13 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 056c6f1..d4a3ec7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,12 @@ Format:
 * bug or behavior fix
 X Loss of functionality
 
+We attempt to use meaningful version numbers, following semver.org:
+	Given a version number MAJOR.MINOR.PATCH, increment the:
+	MAJOR version when you make large architectural changes,
+	MINOR version when you add functionality in a backwards-compatible manner
+	PATCH version when you make backwards-compatible bug fixes.
+
 
 4.3.8
 -----
diff --git a/plugin/install.rdf b/plugin/install.rdf
index ade3fe5..c96302d 100644
--- a/plugin/install.rdf
+++ b/plugin/install.rdf
@@ -6,6 +6,13 @@
 	<Description about="urn:mozilla:install-manifest">
 		<em:id>perspectives at cmu.edu</em:id>
 		<em:name>Perspectives</em:name>
+		<!--
+			Attempt to version meaningfully, following semver.org:
+			Given a version number MAJOR.MINOR.PATCH, increment the:
+			MAJOR version when you make large architectural changes,
+			MINOR version when you add functionality in a backwards-compatible manner
+			PATCH version when you make backwards-compatible bug fixes.
+		-->
 		<em:version>4.4a</em:version>
 		<em:type>2</em:type>
 		<em:optionsURL>chrome://perspectives/content/preferences_dialog.xul</em:optionsURL>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list