Numéros de version
Posted by Aurélien Pelletier | Filed under aside
Qui ne s’est jamais pris la tête concernant le numéro de version d’une livraison? Cameron Purdy nous livre sa recette Simple et efficace.

The Numéros de version by Aurélien Pelletier, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.0 France License.
No related posts.
Tags: methodologie
2 Responses to “Numéros de version”
Leave a Reply
Additional comments powered by BackType


April 16th, 2006 at 12:36 pm
Je ne peux pas accéder à l’adresse clé: Unexpected Exception
tu as une solution où une autre source?
merci d’avance
April 16th, 2006 at 2:29 pm
jroller.com semble avoir quelles difficultés… Mais c’est passé après quelques reload. voici ce qu’il écrit:
A while back, we settled on a release numbering system based on a simple set of rules:
* A “dot-zero” release (like 3.0) is allowed to drop deprecated APIs, change an API in a manner that could break binary compatibility, or change the JDK version requirement.
* A “dot-X” release (like 3.1) is only allowed to add features and APIs, but should not break any binary compatibility.
* A “dot-X-dot-Y” release (like 3.0.1) is a service pack, designed to correct specific problems, and not to introduce new features.
Over time we’ve found that this system works extraordinarily well because of its simplicity, although it’s not going to get us to version 10.0 anytime soon. (At least I hope not, as that would mean that we were breaking compatibility too often!)