search for: _version

Displaying 20 results from an estimated 41 matches for "_version".

Did you mean: version
2019 Aug 30
1
[nbdkit PATCH v2] filters: Stronger version match requirements
We documented our intent of only allowing a filter to run with the same version of nbdkit it was compiled against, but up to now, were not actually enforcing that - we had only been insisting on the looser notion of a matching ._api_version, which doesn't help when we've forgotten to bump that macro when making incompatible API/ABI changes (see commit 6934d4c1). However, we can't use .version (it was documented as optional, so even though all our in-tree filters set it, a theoretical out-of-tree filter could use NULL; and...
2020 Aug 24
1
Samba rpms now available from CentOS Storage SIG
On Tue, 2020-08-18 at 04:09 -0400, Nico Kadel-Garcia via samba wrote: > > Then what, precisely, is the point of these non-RHEL supported > updates, rather than using the versions built into the base RHEL and > CentOS? > > If you'd like the tools to enable domain controller access. I publish > a set of them, pdated a few days ago to 4.13.0rc2., at > > *
2020 Jun 16
2
Plugin ABI compat between v2.3.8 and v2.3.9
...ng that plugin with up to date dovecot headers, > > I didn't get crashes anymore. > > > > So I suspect there were ABI incompatible changes and it was > > forgotten to bump the minimum Plugin-ABI version supported. > > dovecot-2.3.8/configure > #define DOVECOT_ABI_VERSION "2.3.ABIv8($PACKAGE_VERSION)" > > dovecot-2.3.9/configure > #define DOVECOT_ABI_VERSION "2.3.ABIv9($PACKAGE_VERSION)" > > Did you disable version checking? (version_ignore = yes) Thanks for the hint. I couldn't find version_ignore anywhere in the configs. I...
2012 Dec 13
3
Lua improvements
Here are a few patches I applied to get the Lua bindings to build correctly with different versions of Lua. I am not particularly happy with generating all the test scripts just for the shebang line. Since it has been a while since I had to edit autoconf/automake, this was the best I could come up with. Cheers, -Hilko
2020 Mar 23
0
[PATCH nbdkit 1/3] include: Function indirection for PE DLL
..._C __declspec(dllexport) \ + struct nbdkit_filter * \ + filter_init (void) \ + { \ + (filter)._api_version = NBDKIT_FILTER_API_VERSION; \ + (filter)._version = NBDKIT_VERSION_STRING; \ + return &(filter); \ + } \ + NBDKIT_CXX_LANG_C _...
2020 Jun 16
0
Plugin ABI compat between v2.3.8 and v2.3.9
...cot headers, > > > I didn't get crashes anymore. > > > > > > So I suspect there were ABI incompatible changes and it was > > > forgotten to bump the minimum Plugin-ABI version supported. > > > > dovecot-2.3.8/configure > > #define DOVECOT_ABI_VERSION "2.3.ABIv8($PACKAGE_VERSION)" > > > > dovecot-2.3.9/configure > > #define DOVECOT_ABI_VERSION "2.3.ABIv9($PACKAGE_VERSION)" > > > > Did you disable version checking? (version_ignore = yes) > > Thanks for the hint. > > I couldn't find...
2008 Sep 03
0
[ANNOUNCE] xf86-video-tga 1.2.0
Adam Jackson (3): Uninclude xf86Version.h Fix distcheck tga 1.2.0 Brice Goglin (1): TGA_*_VERSION using PACKAGE_VERSION_* Dave Airlie (2): pciaccess conversion tga: fixup devPrivates James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings git tag: xf86-video-tga-1.2.0 http://xorg.freedesktop.org/archive/individual/driver/xf...
2007 Nov 16
0
[ANNOUNCE] xf86-video-sis 0.9.4
This release fixes DRI with xorg-server 1.3 and above, which weren't detected properly. Alex Deucher (1): bump Xv image height up from 1080 to 1088 for 315 chips Brice Goglin (1): Define SIS_*_VERSION using PACKAGE_VERSION* Eamon Walsh (2): Convert callers of LookupWindow() to dixLookupWindow(). Revert "Convert callers of LookupWindow() to dixLookupWindow()." James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings J...
2014 Jul 25
0
pbx_lua module with luasql.mysql
...); local cur = assert(con:execute("SELECT version()")); print("<mysql> MYSQL driver version is: "..driver._MYSQLVERSION); print("<mysql> "..driver._COPYRIGHT); print("<mysql> "..driver._DESCRIPTION); print("<mysql> "..driver._VERSION); cur:close() con:close() env:close() end; mysqltest() ____________________________________________________________ when I called it as >lua mysqltest.lua I see response: <mysql> MYSQL driver version is: 5.5.37 <mysql> Copyright (C) 2003-2012 Kepler Project <mysql> LuaSQL...
2008 Mar 19
0
[ANNOUNCE] xf86-video-apm 1.2.0
Adam Jackson (3): Remove useless mfb.h include. Death to RCS tags. apm 1.2.0 Alan Coopersmith (2): Replace references to XFree86/XF86Config in man page renamed: .cvsignore -> .gitignore Brice Goglin (1): Define APM_*_VERSION using PACKAGE_VERSION_* Dave Airlie (3): pcirename conversion xf1/4 bpp conversion further build fixes Eamon Walsh (1): Naming change: Security*Access -> Dix*Access Matthieu Herrb (1): Makefile.am: nuke RCS Id git tag: xf86-video-apm-1.2.0 http://xorg.freedeskt...
2008 Mar 19
0
[ANNOUNCE] xf86-video-ast 0.85.0
Adam Jackson (2): Fix distcheck. ast 0.85.0 Brice Goglin (1): Define AST_*_VERSION* using PACKAGE_VERSION_* Dave Airlie (1): ast: pciaccess conversion James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Paulo Cesar Pereira de Andrade (1): Compile warning fixes. Y.C. Chen (1): compiler warning fixed...
2008 Mar 19
0
[ANNOUNCE] xf86-video-chips 1.2.0
Adam Jackson (3): Death to RCS tags. Fix distcheck chips 1.2.0 Brice Goglin (1): Define CHIPS_*_VERSION* using PACKAGE_VERSION_* Dave Airlie (4): chips: pciaccess conversion add another missing rename file chips: remove ALLOCATE_LOCAL chips: optionalise 1/4bpp support James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppi...
2008 Mar 19
0
[ANNOUNCE] xf86-video-cirrus 1.2.0
Adam Jackson (1): chips 1.2.0 Alan Coopersmith (2): Replace references to XFree86/XF86Config in man page renamed: .cvsignore -> .gitignore Brice Goglin (1): Define CIR_*_VERSION* using PACKAGE_VERSION_* Dave Airlie (5): cirrus initial pci access support test for 1/4 bpp in case server is configured with them off make dist check pass fixup iomapsize so we only map the 4k not 16k which is an error cirrus: set default depth to 24bpp Matthieu He...
2008 Mar 19
0
[ANNOUNCE] xf86-video-glint 1.2.0
Adam Jackson (2): Fix distcheck glint 1.2.0 Alan Hourihane (1): Fix --disable-dri for glint driver Brice Goglin (1): Define GLINT_*_VERSION* using PACKAGE_VERSION_* Dave Airlie (4): half attempt at pciaccess conversion for glint - doesn't build yet fix typos in dac code from last commit hey look a flying pig.... fix regression in tinderbox James Cloos (2): Rename .cvsignore to .gitignore Add *~...
2008 Mar 19
0
[ANNOUNCE] xf86-video-i128 1.3.0
Adam Jackson (3): Death to RCS tags. Fix distcheck i128 1.3.0 Alan Coopersmith (2): Replace references to XFree86/XF86Config in man page renamed: .cvsignore -> .gitignore Brice Goglin (1): Define I128_*_VERSION* using PACKAGE_VERSION_* Dave Airlie (3): i128: pciaccess conversion i128: drop ansi C wrapper i128: fixup typo Matthieu Herrb (1): Makefile.am: nuke RCS Id git tag: xf86-video-i128-1.3.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-i128-1.3.0.tar.bz2...
2008 Mar 19
0
[ANNOUNCE] xf86-video-i740 1.2.0
Adam Jackson (3): Death to RCS tags. Fix distcheck i128 1.2.0 Alan Coopersmith (2): Replace references to XFree86/XF86Config in man page renamed: .cvsignore -> .gitignore Brice Goglin (1): Define I740_*_VERSION* using PACKAGE_VERSION_* Dave Airlie (1): i740: pciaccess conversion Matthieu Herrb (1): Makefile.am: nuke RCS Id Paulo Cesar Pereira de Andrade (1): Minor fixes to compile with pciaccess. git tag: xf86-video-i740-1.2.0 http://xorg.freedesktop.org/archive/individual/driver/xf...
2008 Mar 19
0
[ANNOUNCE] xf86-video-neomagic 1.2.0
Adam Jackson (2): Death to RCS tags. neomagic 1.2.0 Alan Coopersmith (2): Replace references to XFree86/XF86Config in man page renamed: .cvsignore -> .gitignore Brice Goglin (1): Define NEO_*_VERSION using PACKAGE_VERSION_* Dave Airlie (3): neomagic: port to libpciaccess neo: finish pciaccess conversion finish pciaccess conversion Matthieu Herrb (1): Makefile.am: nuke RCS Id git tag: xf86-video-neomagic-1.2.0 http://xorg.freedesktop.org/archive/individual/driver/xf86...
2008 Mar 19
0
[ANNOUNCE] xf86-video-sisusb 0.9.0
Adam Jackson (3): Death to RCS tags. open() is not fopen(). Use O_RDONLY, not 'r'. sisusb 0.9.0 Brice Goglin (1): Define SISUSB_*_VERSION using PACKAGE_VERSION* James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Matthieu Herrb (1): Makefile.am: nuke RCS Id Tomasz Dominikowski (1): Fix xserver version detection. git tag: xf86-video-sisusb-0.9.0 http://xorg.f...
2008 Mar 19
0
[ANNOUNCE] xf86-video-tdfx 1.4.0
Adam Jackson (2): Death to RCS tags. tdfx 1.4.0 Brice Goglin (1): TDFX_*_VERSION using PACKAGE_VERSION_* Dave Airlie (1): update tdfx to use proper pciaccess detection Ian Romanick (6): Supply NULL driverFunc pointer in DriverRec. Wrap pciReadLong / pciWriteLong with macros. Make TDFXGetRec return the pointer instead of a bool. Minor code cleanin...
2008 Mar 19
0
[ANNOUNCE] xf86-video-dummy 0.3.0
Adam Jackson (2): Death to RCS tags. dummy 0.3.0 Brice Goglin (1): Define DUMMY_*_VERSION* using PACKAGE_VERSION_* James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings git tag: xf86-video-dummy-0.3.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-dummy-0.3.0.tar.bz2 MD5: 3d96297556846bee02a74166ffb5d052 xf8...