Displaying 20 results from an estimated 500 matches similar to: "Xapian 1.4.14 released"
2015 Dec 30
0
Xapian 1.2.22 released
I've released Xapian 1.2.22 (including Search::Xapian 1.2.22.0), which
you can download from:
http://xapian.org/download
Since 1.2.16, release tarballs are compressed with xz instead of gzip,
as it provides much better compression, without being too slow to
decompress. (For now at least, Search::Xapian is still gzipped.)
We decided not to provide multiple formats for the downloads. The
2013 Apr 07
2
flac 1.3.0pre3 pre-release
Dagobert Michelsen wrote:
> Yes, C99 is on and according to B.2.18 from
> http://docs.oracle.com/cd/E19205-01/819-5265/bjapp/index.html
> also casual use. What does not work is the inclusion of a static function
> from extern inline. It also does work if I declare bitwriter_grow_ also
> as "inline".
I actually think SUN/Oracle Studio is doing the wrong thing here as
2013 Apr 07
2
flac 1.3.0pre3 pre-release
Dagobert Michelsen wrote:
> There compilation on Solaris 10 Sparc with Sun Studio 12 gives the following compile errors:
>
> > CC bitreader.lo
> > "bitreader.c", line 494: warning: implicit function declaration: MIN
> > CC bitwriter.lo
> > "bitwriter.c", line 273: reference to static identifier "bitwriter_grow_" in extern
2009 Apr 17
1
Missing getopt_long in Solaris 8 Sparc
Hi Jean-Marc,
Am 17.04.2009 um 13:35 schrieb Jean-Marc Valin:
> It should be using getopt1.c when getopt isn't available.c. Can you
> check why it doesn't? In any case, that's only required for the Ogg
> tools, not for the library.
config.log says
ac_cv_func_getopt_long=no
ac_cv_header_getopt_h=no
ac_cv_lib_gnugetopt_getopt_long=no
LIBOBJS='
2011 May 03
0
nginx-1.0.1
Changes with nginx 1.0.1 03 May 2011
*) Change: now the "split_clients" directive uses MurmurHash2 algorithm
because of better distribution.
Thanks to Oleg Mamontov.
*) Change: now long strings starting with zero are not considered as
false values.
Thanks to Maxim Dounin.
*) Change: now nginx uses a
2009 Apr 17
0
Missing getopt_long in Solaris 8 Sparc
It should be using getopt1.c when getopt isn't available.c. Can you
check why it doesn't? In any case, that's only required for the Ogg
tools, not for the library.
Jean-Marc
Dagobert Michelsen a ?crit :
> Hi,
>
> I have problems compiling speex 1.2rc1:
>
>> /opt/studio/SOS11/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I. -
>> I.. -I../include
2013 Apr 07
0
flac 1.3.0pre3 pre-release
Hi Erik,
Am 07.04.2013 um 04:19 schrieb Erik de Castro Lopo <mle+la at mega-nerd.com>:
> Dagobert Michelsen wrote:
>> There compilation on Solaris 10 Sparc with Sun Studio 12 gives the following compile errors:
>>
>>> CC bitreader.lo
>>> "bitreader.c", line 494: warning: implicit function declaration: MIN
>>> CC bitwriter.lo
2013 May 26
0
flac 1.3.0pre3 pre-release
Hi Erik,
Am 07.04.2013 um 12:25 schrieb Erik de Castro Lopo <mle+la at mega-nerd.com>:
> Dagobert Michelsen wrote:
>> Yes, C99 is on and according to B.2.18 from
>> http://docs.oracle.com/cd/E19205-01/819-5265/bjapp/index.html
>> also casual use. What does not work is the inclusion of a static function
>> from extern inline. It also does work if I declare
2016 Jan 01
0
Xapian 1.3.4 development snapshot released
On Fri, 01 Jan 2016 at 18:19, Olly Betts wrote:
>I'm happy to be able to announce that Xapian 1.3.4 is now available.
>
>Please note that 1.3.x releases are development releases - they are made
>to encourage earlier and wider use and testing of new and changed code.
>
>Our record with 1.1.x was very good - all the bugs I am aware of were
>either in new features, or were
2016 Jan 01
2
Xapian 1.3.4 development snapshot released
I'm happy to be able to announce that Xapian 1.3.4 is now available.
Please note that 1.3.x releases are development releases - they are made
to encourage earlier and wider use and testing of new and changed code.
Our record with 1.1.x was very good - all the bugs I am aware of were
either in new features, or were also present in the corresponding 1.0.x
release. But if you main concern is
2004 Sep 13
0
Samba 3.0.2 PDC, reinstallted box fails to rejoin domain
Hello List
Samba Version :3.0.2 (Debian Woody)
Kernel Verion :2.4.27
I had to reinstall a Windows XP-Professional-Box at work. When I got to
the point where you
add the box to the domain, it wouldn't let me to. (I also disabled the
settings
in secpol.msc)
I deleted the entry in smbpasswd using smbpasswd -x -m trick$, added it new
and still the same problem. (The UID are right)
Out of
2010 Mar 12
1
[PATCH 3/3] libdrm: Move all noninstalled headers to noinst_HEADERS.
Cleanup make system so that all noninstalled headers are put
to noinst_HEADERS. This quarentees that header will be present
in tar ball but not installed with make install.
CC: nouveau at lists.freedesktop.org
Signed-off-by: Pauli Nieminen <suokkos at gmail.com>
---
Makefile.am | 6 +++---
intel/Makefile.am | 10 ++++++----
nouveau/Makefile.am | 4 +++-
3 files changed,
2012 Jun 11
1
[PATCH 10/21] nouveau: Add support for ARB_sampler_object
ARB_sampler_object is very simple software only extension to support.
I want to make it mandator extension for Mesa drivers to allow meta
module to use it.
This patch add support for the extension to nouveau. It is completely
untested search and replace patch. I hope someone with old NV hardware
could give a try that there is no regressions and ARB_sampler_object
tests passes.
Signed-off-by:
2010 Jun 19
2
Xapian 1.0.21 released
I've uploaded Xapian 1.0.21 (including Search::Xapian 1.0.21.0), which
as usual you can download from:
http://xapian.org/download
The most notable changes in this release are:
Xapian-core API:
* Xapian::Stem now recognises "nb" and "nn" as additional codes for the
Norwegian stemmer.
* Xapian::QueryParser now correctly parses a wildcarded term in between two
other
2009 Apr 14
2
Missing getopt_long in Solaris 8 Sparc
Hi,
I have problems compiling speex 1.2rc1:
> /opt/studio/SOS11/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I. -
> I.. -I../include -I../include -I.. -I/opt/csw/include -I/opt/csw/
> include -xO3 -xarch=v8 -I/opt/csw/include -c skeleton.c
> /bin/bash ../libtool --mode=link /opt/studio/SOS11/SUNWspro/bin/cc -
> xO3 -xarch=v8 -I/opt/csw/include -xarch=v8 -L/opt/csw/lib -o
2013 Jun 19
2
Broken links on trac release overview page
http://trac.xapian.org/wiki/ReleaseOverview/1.2.15
The links to individual NEWS items are broken:
i.e. http://svn.xapian.org/*checkout*/tags/1.2.15/xapian-core/NEWS
http://svn.xapian.org/Xapian/tags/1.2.15/xapian-core/NEWS?view=markup
might be a better link.
Regards,
Bron.
--
Bron Gondwana
brong at fastmail.fm
2010 Dec 04
0
[ANNOUNCE] xorg-server 1.9.2.902
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This is the second release candidate for xorg-server 1.9.3. If no regressions
are found, it will be released as 1.9.3 in one week. It includes various build
and bug fixes to stability and correctness over previous releases.
Aaron Plattner (1):
xfree86: Fix rotation of 2-color non-interleaved cursor images
Adam Jackson (3):
ddc:
2014 Oct 21
2
Xapian 1.2.19 released
I'm happy to be able to announce the release of Xapian 1.2.19, which
you can download from:
http://xapian.org/download
Since 1.2.16, release tarballs are compressed with xz instead of gzip,
as it provides much better compression, without being too slow to
decompress. (For now at least, Search::Xapian is still gzipped.)
We decided not to provide multiple formats for the downloads. The size
2010 Nov 02
0
[ANNOUNCE] libXi 1.4.0
Joining in the release frenzy as well with a new version of libXi, the
library interface to the X Input Extension. This version doesn't add new
features but has seen numerous packaging cleanups and a number of
miscellaneous fixes.
Alan Coopersmith (1):
Update Sun license notices to current X.Org standard form
Carlos Garnacho (1):
Fix typo when converting raw events from the wire.
2007 Nov 16
0
Asterisk 1.4.14 Released
The Asterisk Development Team has released Asterisk version 1.4.14.
This is a regular maintenance release that contains numerous bug fixes across
the entire code base. A ChangeLog that lists all changes that were made is
available with the release.
http://svn.digium.com/view/asterisk/tags/1.4.14/README?view=markup
The release is available on downloads.digium.com. It is also available as a
patch