Discussion with Thijs today regarding the # of users affected by this libpurple issue under discussion — it’s less than 2% per Sparkle stats — left me curious.
This is a graph of Sparkle’s sum unique user data per week with the X-axis displayed as year-week#.
select week,SUM(d.num) from data d where keyName="appVersion" group by d.week
(

-Evan