Keruspe / GPaste

Clipboard management system
BSD 2-Clause "Simplified" License
795 stars 55 forks source link

soname from 1 to 2 but backward compatible changes only ? #98

Closed kapouer closed 10 years ago

kapouer commented 10 years ago

Hi,

upon inspection of the symbols built by https://github.com/Keruspe/GPaste/commit/9204eca28dac1bd20d02eee8b2ab19e0e4b412c4, i notice there was three new symbols:

 g_paste_applet_item_reset_text
 g_paste_update_action_get_type
 g_paste_update_target_get_type

Hence there is apparently no need for a major soname version bump ? Soname 1.1 would suffice, no ?

Keruspe commented 10 years ago

Hi,

Some ABI broke, for example g_paste_clipboard_set_text. I think in this case 2 is necessary

kapouer commented 10 years ago

ha i understand thank you.