From: Alexey Tourbin <at@altlinux.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] libopenobex-1.3 symbol versioning patch
Date: Sat, 12 Aug 2006 18:05:05 +0400
Message-ID: <20060812140505.GG24054@localhost.localdomain> (raw)
In-Reply-To: <20060812135000.GD15159@procyon.home>
[-- Attachment #1: Type: text/plain, Size: 1387 bytes --]
On Sat, Aug 12, 2006 at 05:50:00PM +0400, Sergey Vlasov wrote:
> On Fri, Aug 11, 2006 at 10:44:53PM +0400, Sergey Vlasov wrote:
> > После 1.1 вроде бы изменений ABI больше не было (во всяком случае,
> > файл lib/obex.sym больше не менялся).
>
> Враньё. Точнее, lib/obex.sym действительно не менялся, а вот
> изменения, затрагивающие ABI, были - между версиями 1.1 и 1.2:
>
>
> Add support for suspend after sending a header
>
> +#define OBEX_FL_SUSPEND 0x10 /* Suspend after sending this header */
>
> (это новый флаг для функции OBEX_ObjectAddHeader)
>
>
> Add support for empty headers for buggy OBEX servers (e.g. Teleca)
>
> +#define OBEX_HDR_EMPTY 0x00 /* Empty header (buggy OBEX servers) */
>
>
> Add OBEX_EV_REQCHECK support
>
> +#define OBEX_EV_REQCHECK 11 /* First packet of an incoming request has been parsed */
>
>
> И что в таком случае делать?
Если добавились новые флаги, тогда вешать эти функции, к которым идут
новые флаги, на новый интерфейс 1.2 -- чтобы на интерфейсе 1.2 эти
функции были с двумя собаками. А в качестве совместимости прицепить
эти же функции на интерфейс 1.1, но с одной собакой.
Тогда весь новый код, который потенциально использует новые флаги, сядет
на 1.2, а старый код по-прежнему будет видеть 1.1.
Как это делать с ходу не скажу, проще попробовать.
В dsohowto про это есть.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-08-12 14:05 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-11 18:44 [devel] [RFC] " Sergey Vlasov
2006-08-11 19:42 ` [devel] " Alexey Tourbin
2006-08-12 10:43 ` Sergey Vlasov
2006-08-12 11:19 ` Alexey Tourbin
2006-08-12 13:00 ` Sergey Vlasov
2006-08-12 13:32 ` Alexey Tourbin
2006-08-12 13:46 ` Alexey Tourbin
2006-08-12 14:08 ` Sergey Vlasov
2006-08-15 17:19 ` Dmitry V. Levin
2006-08-12 13:50 ` [devel] [RFC] " Sergey Vlasov
2006-08-12 14:05 ` Alexey Tourbin [this message]
2006-08-12 14:36 ` [devel] " Alexey Tourbin
2006-08-12 15:49 ` Sergey Vlasov
2006-08-13 7:51 ` Alexey Tourbin
2006-08-13 12:13 ` Sergey Vlasov
2006-08-13 12:20 ` Alexey Tourbin
2006-08-13 14:55 ` Sergey Vlasov
2006-08-13 16:00 ` Alexey Tourbin
2006-08-13 18:57 ` Sergey Vlasov
2006-08-15 19:27 ` [devel] [RFC] " Sergey Vlasov
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=20060812140505.GG24054@localhost.localdomain \
--to=at@altlinux.ru \
--cc=devel@lists.altlinux.org \
/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
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git