similar to: Xapian 1.4.28 released (problem with SONAME)

Displaying 20 results from an estimated 300 matches similar to: "Xapian 1.4.28 released (problem with SONAME)"

2025 Apr 18
1
Xapian 1.4.28 released (problem with SONAME)
On Fri, Apr 18, 2025 at 11:14:53PM +0300, Vitaly Chikunov wrote: > For 1.4.27 you have LIBRARY_VERSION_INFO=43:1:13 > For 1.4.28 you have LIBRARY_VERSION_INFO=43:0:14 Oops - I managed to update it correctly for the comment but not for the value actually used: dnl 44:0:14 1.4.28 dutch_porter alias in Xapian::Stem LIBRARY_VERSION_INFO=43:0:14 > Can you fix this? Sure - I'll make
2025 Apr 17
0
Xapian 1.4.28 released
Xapian 1.4.28 can now be downloaded from: https://xapian.org/download This release is mainly composed of minor bug fixes, portability improvements and optimisations. The wiki has the usual summary of the most notable changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.28 A big thanks to Jean-Francois Dockes, uis, Adrian Bunk, awilfox and Ian Jackson for helping to make this release a
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
> Is that the complete output? Yes it is the complete output against "./runtest ./apitest --verbose topercent2"( after running make remove-cached-databases). I attached the snapshot of the output of commands but the size of the email got bigger than 40kb so i had to place the output as text. If I do not run "make remove-cached-databases" and run "./runtest ./apitest
2010 Jan 13
0
Asterisk 1.4.28 intermittent one way audio?
Hi All, I made the decision recently to update some old call servers from 1.2.x to the latest 1.4.28. I spent 2 weeks in the lab testing every production requirement for these voice servers. Nothing too special, SIP in, database lookup, SIP out, a couple of special applications, write CDR to billing server, nothing intensive at all. I also performed stress testing for call capacity, database
2009 Dec 18
0
Asterisk 1.4.28 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.4.28. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.4.28 resolved several issues reported by the community, and would have not been possible without your participation. Thank you! * Send ack (response/message) after receiving manager action
2009 Dec 18
0
Asterisk 1.4.28 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.4.28. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.4.28 resolved several issues reported by the community, and would have not been possible without your participation. Thank you! * Send ack (response/message) after receiving manager action
2014 Apr 13
2
Adding an external library to Xapian
We are using the --enable-maintainer-mode and will move to git soon. The diff file is attached. *Siddhant Mutha* Undergraduate Student Department of Computer Science and Engineering IIT Madras Chennai http://www.siddhantmutha.com/ <http:/www.siddhantmutha.com/> On Sun, Apr 13, 2014 at 8:26 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 15:48, Pallavi
2010 Jan 27
1
Realtime Queue not work in 1.6.2.1
hi,all i have just upgrade from 1.4.28 to 1.6.2.1. all works fine now except realtime queue. it seems queue_table works fine, but queue_member_queue not work, the two tables works fine when in 1.4.28. is that something changed related to realtime queue configuration? more detail about two table definition and data stored in , please see: http://pastebin.com/m33f9539e the extconfig.conf file,
2010 Jun 10
2
tuning software echo cancellation
We have been distributing asterisk servers for several years now, and early on decided that hardware echo can was the way to go. Our first few boxes without it had horrid echo problems, and attempts at tuning in 2006 didn't make any difference. We installed a new server yesterday at a client's location with a Rhino 4 port FXO card (HW EC included), and when an inbound call was
2018 Jan 02
5
[Bug 104448] New: [NV106/GK208B] Multiple issues / hangs with nouveau driver
https://bugs.freedesktop.org/show_bug.cgi?id=104448 Bug ID: 104448 Summary: [NV106/GK208B] Multiple issues / hangs with nouveau driver Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component:
2010 Jan 27
3
Unregistred users can pass calls, peer being static
Hi, we had an attack on a server and we don't understand how it was possible, Asterisk 1.4.28/Debian Lenny 5.1 Attacker came from PALTEL, network 188.161.128.0/18 Hacked account had following setup: [111] type=friend username=111 context=from-111 host=11.22.33.44 dtmfmode=auto qualify=yes nat=yes canreinvite=no defaultip=11.22.33.44 port=35060 disallow=all allow=ulaw,alaw call-limit=2
2024 Dec 06
1
Xapian 1.4.27 released
Xapian 1.4.27 can now be downloaded from: https://xapian.org/download This release is mainly composed of bug fixes. The wiki has the usual summary of the most notable changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.27 A big thanks to Matthieu Gautier, David Gessel and ????? ???????? for helping to make this release a reality. If I've missed anyone out, you can claim an extra
2010 Jan 25
1
MySQL RealTime Error
hi,all when i upgrade from 1.4.28 to 1.6.2.1, i can't connect to mysql database anymore, error as follow: [Jan 25 15:38:25] WARNING[3003]: res_config_mysql.c:325 realtime_mysql: MySQL RealTime: Invalid database specified: asterisk (check res_mysql.conf) the content of res_mysql.conf is: http://www.pastebin.org/81966 i've try command " mysql -uroot -proot" ,i can connect to
2010 Jan 25
1
MYSQL grammar diff in 1.6.2.1?
hi, dear all MYSQL commands work well in 1.4.28 edition, but not in 1.6.21 is that the grammar is different between them? extensions.conf exten => s,2,MYSQL(Query resultid ${connid} SELECT\ callerid\ from\ blacklist\ where\ companycode = ${ARG2} and callerid=${ARG1} and blockenabled = 1) cli: -- Executing [s at macro-checkblacklist:2] MYSQL("SIP/1003-00000006", "Query
2010 Feb 11
2
SIP RTP ports not released when channel is hung up
Hello, using Asterisk 1.4.28, I encountered a problem with SIP RTP port allocation. I found some entries in mailinglist and bugtracker regarding this issue, but only old ones. My rtp.conf has [general] rtpstart=30000 rtpend=30100 so 100 ports available. I know that up to 4 ports per channel can be used and so up to 25 channels are possible. But even earlier I often get the error about
2010 Jul 16
1
IAX endpoints not Registering after upgrage from Asterisk ver 1.4.26.1
Dear All, I am experiance a issue with my IAX clients. I have upgradeed Asterisk to 1.4.28 After then IAX clients are not working and It's not registering even. Please help. Asterisk previous version - 1.4.26.1 ( for this worked fine) FreePBX version - freepbx-2.5.2 -- Thanks & Regards, Vidura Senadeera, Sri Lanka. msn/yahoo/skype Ids - vidurased -------------- next part
2015 Feb 03
2
Fwd: Waiting for Reply regarding "TestCases Failure"
---------- Forwarded message ---------- From: Saad Ahmed <ch.saad.ahmed at gmail.com> Date: 3 February 2015 at 21:10 Subject: Waiting for Reply regarding "TestCases Failure" To: Xapian Development <xapian-devel at lists.xapian.org> I have been waiting for reply regarding any further steps to take. Following are the outputs of commands that you asked me to run. All these
2010 Jan 04
1
Realtime Queue Members Not Ringing
Hi, So I'm using Asterisk Realtime Queues and Queue members on 1.4.28. I've noticed if there are no people in the queue when a call enters, even after a queue member enters, the call is never rang to him. From the debug, it seems that Asterisk is only grabbing the queue member list upon entering the queue. And not again until another call enters the queue. As a result, a caller will
2009 Nov 19
2
Asterisk 1.4.27, 1.6.0.18, and 1.6.1.10 Now Available
The Asterisk Development Team is pleased to announce the release of Asterisk 1.4.27, 1.6.0.18, and 1.6.1.10. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ These releases resolve a large assortment of issues reported by the community. For a summary of the changes in these releases, please see the release summaries:
2009 Nov 19
2
Asterisk 1.4.27, 1.6.0.18, and 1.6.1.10 Now Available
The Asterisk Development Team is pleased to announce the release of Asterisk 1.4.27, 1.6.0.18, and 1.6.1.10. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ These releases resolve a large assortment of issues reported by the community. For a summary of the changes in these releases, please see the release summaries: