I have a simple question, but it might have a complicated answer.
I have version 1.0.5 of my package, which is 'stable'.
I'm currently working on 1.1.0, which is of 'alpha' quality.
Later down the road this will become 1.2.0, and stable again (I'm reserving even numbers for stable releases).
How would Pearfarm deal with a situation like that? Does the pear installer even allow this?
Evert
Pearfarm does nothing on top of PEAR's built-in logic for this.
My expectation is that if you have a 1.1.0-stable and a 1.2.0-alpha, a
"stable-only" client will not upgrade unless you do a "pear upgrade
project-alpha".
Alan