Skip to content

Commit

Permalink
VERSION + CLog
Browse files Browse the repository at this point in the history
  • Loading branch information
besser82 committed Apr 20, 2017
1 parent 522f3cf commit 9314aee
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "44" )
SET( VERSION_PATCH "9" )
SET( VERSION_MINOR "45" )
SET( VERSION_PATCH "0" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1}" )

##### This is need for the libyui core, ONLY.
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-gtk-doc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%define so_version 7

Name: %{parent}-doc
Version: 2.44.9
Version: 2.45.0
Release: 0
Source: %{parent}-%{version}.tar.bz2

Expand Down
34 changes: 34 additions & 0 deletions package/libyui-gtk.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Apr 20 16:11:42 CEST 2017 - besser82@fedoraproject.org

- Fix Werror=misleading-indentation
- Fix all deprecated / obsoleted functions in GTK-3.12 (gh#libyui/libyui-gtk#42)
- Remove obsolete gtk_container_set_resize_mode()
- Replace gtk_widget_get_root_window()
- Fix all deprecated / obsoleted functions in GTK-3.14 (gh#libyui/libyui-gtk#42)
- Remove gtk_tree_view_set_rules_hint()
- Remove gtk_window_set_has_resize_grip()
- Replace gtk_alignment_new()
- Replace gtk_alignment_set_padding()
- Replace gtk_arrow_new()
- Replace gtk_misc_set_alignment()
- Replace gtk_misc_set_padding()
- Fix all deprecated / obsoleted functions in GDK-3.16 (gh#libyui/libyui-gtk#42)
- Replace gdk_cursor_new()
- Fix all deprecated / obsoleted functions in GTK-3.16 (gh#libyui/libyui-gtk#42)
- Replace gtk_style_context_get_background_color()
- Fix all deprecated / obsoleted functions in GDK-3.20 (gh#libyui/libyui-gtk#42)
- Replace gdk_device_manager_get_client_pointer()
- Fix all deprecated / obsoleted functions in GTK-3.20 (gh#libyui/libyui-gtk#42)
- Replace gtk_button_set_focus_on_click()
- Fix all deprecated / obsoleted functions in GDK-3.22 (gh#libyui/libyui-gtk#42)
- Replace gdk_screen_get_height()
- Replace gdk_screen_get_monitor_at_window()
- Replace gdk_screen_get_monitor_geometry()
- Replace gdk_screen_get_width()
- Replace gdk_visual_get_best_depth()
- Fix all deprecated / obsoleted functions in GTK-3.22 (gh#libyui/libyui-gtk#42)
- Replace gtk_menu_popup()
- Replace gdk_display_get_device_manager()
- 2.45.0

-------------------------------------------------------------------
Fri Apr 14 22:41:23 CEST 2017 - besser82@fedoraproject.org

Expand Down
2 changes: 1 addition & 1 deletion package/libyui-gtk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: libyui-gtk
Version: 2.44.9
Version: 2.45.0
Release: 0
Source: %{name}-%{version}.tar.bz2

Expand Down

0 comments on commit 9314aee

Please sign in to comment.