Mikrotik v3.0 OSPF with ospfd 0.98.6 problem

I have a single pc with ospfd installed & another host with mikrotik v3.0 (not RC).
Mikrotik has default ospf config (i have only set nework parameter & redistribute static routes set to type1).
Some time ago I got this in log of mikroik:

13:32:13 route,ospf,info OSPF neighbor 10.x.x.x: state change from ExStart to 2-Way
13:32:19 route,ospf,info Ignoring Link State Acknowledgment packet: wrong peer state
13:32:19 route,ospf,info     state=2-Way
13:32:20 route,ospf,info Ignoring Link State Acknowledgment packet: wrong peer state
13:32:20 route,ospf,info     state=2-Way

What is source of my problem?

What is the version? RC or latest? Trere was a bug with OSPF compatability ir RC14:

*) fixed OSPF compatibility bug with v2.9 (and some other vendor
implementations): LS Acknowledgments were sent to wrong address;

This is quagga/zebra issue. OSPF routers exchanging LSA only with full state routers ( DR and BDR ). Looks like that ospfd is sending LSA updates to all OSPF neighbors ( it should send to DR and BDR routers only ).

Updating to the latest version of both will resolve this.

Scott