[Libreoffice-bugs] [Bug 108709] cli_ assemblies are not correctly versioned

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 16 12:06:07 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=108709

Michael Stahl <mstahl at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |cloph at documentfoundation.or
                   |                            |g, mstahl at redhat.com,
                   |                            |sbergman at redhat.com
           See Also|                            |https://bz.apache.org/ooo/s
                   |                            |how_bug.cgi?id=117009,
                   |                            |https://bz.apache.org/ooo/s
                   |                            |how_bug.cgi?id=111878,
                   |                            |https://bz.apache.org/ooo/s
                   |                            |how_bug.cgi?id=104650,
                   |                            |https://bz.apache.org/ooo/s
                   |                            |how_bug.cgi?id=102355,
                   |                            |https://bz.apache.org/ooo/s
                   |                            |how_bug.cgi?id=98038
     Ever confirmed|0                           |1

--- Comment #1 from Michael Stahl <mstahl at redhat.com> ---
afaik there is nobody in the project who actually knows anything
about CLI; all that's been done there in LO is that some guy
migrated the code from a deprecated C++ on CLI dialect
to a not deprecated C++ on CLI dialect, and the 64 bit port.

so it looks like these versions are stored in:
 cli_ure/version/version.txt

git log of that file indicates all the *_NEW_VERSION were
incremented in their 3rd digit, while the *_OLD_VERSION
were incremented to cover the previous value of *_NEW_VERSION,
and the *_POLICY_VERSION incremented so its 1st digit
matches the 3rd digit of *_NEW_VERSION.

this happened once for every OOo release, 3.4, 3.3, 3.2, 3.1.1, 3.1...

so i suppose we should adapt a similar approach?

bumping it once per x.y branch should be enough?

i predict this is not going to happen reliably unless Cloph
adds it to some release-engineering checklist.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170816/8e1e4bfc/attachment.html>


More information about the Libreoffice-bugs mailing list