From: Holger Schurig <hs4233@mail.mn-solutions.de>
To: Tomas Winkler <tomasw@gmail.com>
Cc: "Luis R. Rodriguez" <mcgrof@gmail.com>,
linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: Firmware versioning best practices
Date: Tue, 29 Sep 2009 13:01:04 +0200 [thread overview]
Message-ID: <200909291301.04156.hs4233@mail.mn-solutions.de> (raw)
In-Reply-To: <1ba2fa240909290345k776826a6jc692d9d8dfe7577@mail.gmail.com>
> > Don't put the version into the filename. This is not a common
> > practice for Linux / BSD / whatever systems. Usually you have
> > a "kmail" file, not a kmail3.5, kmail4.0 and kmail4.2 file.
>
> I think in this context libyyy.so.x.y.z is better analogy.
> firmware is not an executable What is the reasoning behind this
> common practice?
There's no version of the library in the file-name, but the
version of the API. So if the API changes, and might break users
of the API, you increase the filename.
But you won't have a libc-2.3.6.so file. Instead you have a
package "libc6_2.3.6.ds1-13etch9_i386.deb" which contains the
file libc.so.6.
--
http://www.holgerschurig.de
prev parent reply other threads:[~2009-09-29 11:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-28 22:17 Firmware versioning best practices Luis R. Rodriguez
2009-09-28 22:33 ` Pavel Roskin
2009-09-28 23:05 ` Luis R. Rodriguez
2009-09-28 23:52 ` Marcel Holtmann
2009-09-29 0:42 ` John W. Linville
2010-02-20 2:14 ` Luis R. Rodriguez
2009-09-29 6:59 ` Holger Schurig
2009-09-29 10:45 ` Tomas Winkler
2009-09-29 11:01 ` Holger Schurig [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200909291301.04156.hs4233@mail.mn-solutions.de \
--to=hs4233@mail.mn-solutions.de \
--cc=linux-wireless@vger.kernel.org \
--cc=mcgrof@gmail.com \
--cc=tomasw@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.