Commit bb41f33ae297a6705a9ab08b2ed7daad70a9cb91

Authored by Perry Werneck
1 parent cf350d2c
Exists in master and in 1 other branch develop

Adding 'CHANGELOG'

Showing 1 changed file with 600 additions and 0 deletions   Show diff stats
CHANGELOG 0 → 100644
... ... @@ -0,0 +1,600 @@
  1 +-------------------------------------------------------------------
  2 +Thu Apr 07 23:35:08 UTC 2022 - perry.werneck@gmail.com
  3 +
  4 +- Update to version 5.4:
  5 + * fix-appdata-xml.patch removed.
  6 + * Adjustments in lgtm build settings.
  7 + * Fixing lgtm alerts.
  8 + * Fixing locales.
  9 + * Fixing ui install path.
  10 + * Testing refactored menu engine on windows.
  11 + * Refactoring menu builder engine to allow OS dependant menu layouts.
  12 + * Small adjustments in option parser.
  13 + * Fixing build system.
  14 + * Refactoring build sistem.
  15 + * Adding lgtm control file.
  16 + * Update README.md
  17 + * Exporting the log file name as an application property.
  18 + * Adding method for setting application object just after the plugin load.
  19 + * Adding host settings to classic menu.
  20 + * Updating win package
  21 + * Adjustments in the classic menu.
  22 + * Host and color dialogs are now part of libv3270.
  23 + * Fixing msys install.
  24 + * Working on windows package.
  25 + * Adjusting for windows packaging.
  26 + * Calling plugins on every new terminal.
  27 + * Commenting unnecessary message.
  28 + * Fix bug #24 - Run glib-compile-schemas after schema installation.
  29 + * Update README.md
  30 + * Updating metadata.
  31 + * Updating translation.
  32 + * Fixing 'save session preferences' in the classic dialog.
  33 + * Default for update session file is now false.
  34 + * Updating pre-reqs.
  35 + * Updating cross-compiler install script.
  36 + * Adding connect/disconnect icons.
  37 + * Adding message dialog when gsettings fail to prevent the windows 'hang' on schema failure.
  38 + * Fixing windows startup with session file name.
  39 + * 'gfile' open has failed on windows, building an OS specific version.
  40 + * Working on command line session file parser.
  41 + * Adjusting user interface.
  42 + * Adding 'ok' icons.
  43 + * Updating translations, adding method to get the active terminal window.
  44 + * Implementing method to get active session.
  45 + * Adding 'quit' icons.
  46 + * Fixing release build.
  47 + * Fixing windows load of gschemas.
  48 + * Fixing gsettings error.
  49 + * Fixing icons in the windows package.
  50 + * Implementing default log file from command line option.
  51 + * Working on windows package.
  52 + * Adding pixbuf loaders to runtime.
  53 + * Fixing gsettings on windows.
  54 + * Disabling tabs from command line option.
  55 + * Updating windows package script.
  56 + * Working on windows build.
  57 + * Updating windows schema.
  58 + * Fixing windows build.
  59 + * Adjustments in windows package.
  60 + * rsvg-view was replaced by inkscape.
  61 + * Adjusments in win package.
  62 + * Reseting to default session before loading of command line URL.
  63 + * Fixing codeql workflow
  64 + * Fixing startup with URL instead of session file.
  65 + * Fixing gnome-software integration.
  66 + * Adding the '.desktop' required by gnome-software on the id.
  67 + * Updating desktop file.
  68 + * Fixing obs warning.
  69 + * Fixing appstream-validate error.
  70 + * Convert from appdata to metainfo
  71 + * Adjusting desktop file.
  72 + * Reformating source with astyle.
  73 + * Adding metada to gtkrecentmanager entry.
  74 + * Fixing last-session-save engine.
  75 + * Adding action to open session file in the active terminal.
  76 + * Storing last command line passed session as a default one.
  77 + * Adding gsetting for default session filename.
  78 + * Disabling toolbar and header bar on invalid gsettings object to avoid segfaults.
  79 + * Fixing empty session name on "save-session-preferences" dialog.
  80 + * Fixing segfault on multiple session files.
  81 + * Updating README.
  82 + * Adding MVS screenshot.
  83 + * Update README.md
  84 + * Fixing windows build.
  85 + * Fixing translation.
  86 + * Fixing package build.
  87 + * Adjustments on about window.
  88 + * Delaying 'gsettings' change on application preferences dialog.
  89 + * Moving keypads to another project/package.
  90 + * Adding symbolic icon.
  91 + * Fixing appdata icon.
  92 + * Translating appdata.
  93 + * Trying to fix SLE-12 icon problem.
  94 + * Can't use metainfo and appdata in the same project.
  95 + * Adding metainfo for keypads.
  96 + * Updating package control files.
  97 + * Allow change of the application id from configure.
  98 + * Using application id for .desktop file, adjustmente in appdata.
  99 + * Fixing dialog section title.
  100 + * Fixing segfault on multiple use of settings dialog.
  101 + * Adding settings for the toolbar position.
  102 + * Ignoring patches.
  103 + * Fixing schema paths.
  104 + * Fixing fedora builds.
  105 + * Updating rpm control file.
  106 + * Fixing toolbar segfault on application exit.
  107 + * Enable new windows and tab lockdown.
  108 + * Fix loading of default settings.
  109 + * Updating project file.
  110 + * Cleaning debug messages.
  111 + * Fixing schemas.
  112 + * Adding option for lockdown the host settings dialog.
  113 + * Branding package should be noarch.
  114 + * Update README.md
  115 + * Changing version to 5.4 Adjustments in the about dialog.
  116 + * Fixing 'tag' script.
  117 +
  118 +-------------------------------------------------------------------
  119 +Thu Apr 07 23:35:08 UTC 2022 - perry.werneck@gmail.com
  120 +
  121 +- Update to version 5.4:
  122 + * Adjustments in lgtm build settings.
  123 + * Fixing lgtm alerts.
  124 + * Fixing locales.
  125 + * Fixing ui install path.
  126 + * Testing refactored menu engine on windows.
  127 + * Refactoring menu builder engine to allow OS dependant menu layouts.
  128 + * Small adjustments in option parser.
  129 + * Fixing build system.
  130 + * Refactoring build sistem.
  131 + * Adding lgtm control file.
  132 + * Update README.md
  133 + * Exporting the log file name as an application property.
  134 + * Adding method for setting application object just after the plugin load.
  135 + * Adding host settings to classic menu.
  136 + * Updating win package
  137 + * Adjustments in the classic menu.
  138 + * Host and color dialogs are now part of libv3270.
  139 + * Fixing msys install.
  140 + * Working on windows package.
  141 + * Adjusting for windows packaging.
  142 + * Calling plugins on every new terminal.
  143 + * Commenting unnecessary message.
  144 + * Fix bug #24 - Run glib-compile-schemas after schema installation.
  145 + * Update README.md
  146 + * Updating metadata.
  147 + * Updating translation.
  148 + * Fixing 'save session preferences' in the classic dialog.
  149 + * Default for update session file is now false.
  150 + * Updating pre-reqs.
  151 + * Updating cross-compiler install script.
  152 + * Adding connect/disconnect icons.
  153 + * Adding message dialog when gsettings fail to prevent the windows 'hang' on schema failure.
  154 + * Fixing windows startup with session file name.
  155 + * 'gfile' open has failed on windows, building an OS specific version.
  156 + * Working on command line session file parser.
  157 + * Adjusting user interface.
  158 + * Adding 'ok' icons.
  159 + * Updating translations, adding method to get the active terminal window.
  160 + * Implementing method to get active session.
  161 + * Adding 'quit' icons.
  162 + * Fixing release build.
  163 + * Fixing windows load of gschemas.
  164 + * Fixing gsettings error.
  165 + * Fixing icons in the windows package.
  166 + * Implementing default log file from command line option.
  167 + * Working on windows package.
  168 + * Adding pixbuf loaders to runtime.
  169 + * Fixing gsettings on windows.
  170 + * Disabling tabs from command line option.
  171 + * Updating windows package script.
  172 + * Working on windows build.
  173 + * Updating windows schema.
  174 + * Fixing windows build.
  175 + * Adjustments in windows package.
  176 + * rsvg-view was replaced by inkscape.
  177 + * Adjusments in win package.
  178 + * Reseting to default session before loading of command line URL.
  179 + * Fixing codeql workflow
  180 + * Fixing startup with URL instead of session file.
  181 + * Fixing gnome-software integration.
  182 + * Adding the '.desktop' required by gnome-software on the id.
  183 + * Updating desktop file.
  184 + * Fixing obs warning.
  185 + * Fixing appstream-validate error.
  186 + * Convert from appdata to metainfo
  187 + * Adjusting desktop file.
  188 + * Reformating source with astyle.
  189 + * Adding metada to gtkrecentmanager entry.
  190 + * Fixing last-session-save engine.
  191 + * Adding action to open session file in the active terminal.
  192 + * Storing last command line passed session as a default one.
  193 + * Adding gsetting for default session filename.
  194 + * Disabling toolbar and header bar on invalid gsettings object to avoid segfaults.
  195 + * Fixing empty session name on "save-session-preferences" dialog.
  196 + * Fixing segfault on multiple session files.
  197 + * Updating README.
  198 + * Adding MVS screenshot.
  199 + * Update README.md
  200 + * Fixing windows build.
  201 + * Fixing translation.
  202 + * Fixing package build.
  203 + * Adjustments on about window.
  204 + * Delaying 'gsettings' change on application preferences dialog.
  205 + * Moving keypads to another project/package.
  206 + * Adding symbolic icon.
  207 + * Fixing appdata icon.
  208 + * Translating appdata.
  209 + * Trying to fix SLE-12 icon problem.
  210 + * Can't use metainfo and appdata in the same project.
  211 + * Adding metainfo for keypads.
  212 + * Updating package control files.
  213 + * Allow change of the application id from configure.
  214 + * Using application id for .desktop file, adjustmente in appdata.
  215 + * Fixing dialog section title.
  216 + * Fixing segfault on multiple use of settings dialog.
  217 + * Adding settings for the toolbar position.
  218 + * Ignoring patches.
  219 + * Fixing schema paths.
  220 + * Fixing fedora builds.
  221 + * Updating rpm control file.
  222 + * Fixing toolbar segfault on application exit.
  223 + * Enable new windows and tab lockdown.
  224 + * Fix loading of default settings.
  225 + * Updating project file.
  226 + * Cleaning debug messages.
  227 + * Fixing schemas.
  228 + * Adding option for lockdown the host settings dialog.
  229 + * Branding package should be noarch.
  230 + * Update README.md
  231 + * Changing version to 5.4 Adjustments in the about dialog.
  232 + * Fixing 'tag' script.
  233 +
  234 +-------------------------------------------------------------------
  235 +Thu Apr 07 23:35:08 UTC 2022 - perry.werneck@gmail.com
  236 +
  237 +- Update to version 5.4:
  238 + * Adjustments in lgtm build settings.
  239 + * Fixing lgtm alerts.
  240 + * Fixing locales.
  241 + * Fixing ui install path.
  242 + * Testing refactored menu engine on windows.
  243 + * Refactoring menu builder engine to allow OS dependant menu layouts.
  244 + * Small adjustments in option parser.
  245 + * Fixing build system.
  246 + * Refactoring build sistem.
  247 + * Adding lgtm control file.
  248 + * Update README.md
  249 + * Exporting the log file name as an application property.
  250 + * Adding method for setting application object just after the plugin load.
  251 + * Adding host settings to classic menu.
  252 + * Updating win package
  253 + * Adjustments in the classic menu.
  254 + * Host and color dialogs are now part of libv3270.
  255 + * Fixing msys install.
  256 + * Working on windows package.
  257 + * Adjusting for windows packaging.
  258 + * Calling plugins on every new terminal.
  259 + * Commenting unnecessary message.
  260 + * Fix bug #24 - Run glib-compile-schemas after schema installation.
  261 + * Update README.md
  262 + * Updating metadata.
  263 + * Updating translation.
  264 + * Fixing 'save session preferences' in the classic dialog.
  265 + * Default for update session file is now false.
  266 + * Updating pre-reqs.
  267 + * Updating cross-compiler install script.
  268 + * Adding connect/disconnect icons.
  269 + * Adding message dialog when gsettings fail to prevent the windows 'hang' on schema failure.
  270 + * Fixing windows startup with session file name.
  271 + * 'gfile' open has failed on windows, building an OS specific version.
  272 + * Working on command line session file parser.
  273 + * Adjusting user interface.
  274 + * Adding 'ok' icons.
  275 + * Updating translations, adding method to get the active terminal window.
  276 + * Implementing method to get active session.
  277 + * Adding 'quit' icons.
  278 + * Fixing release build.
  279 + * Fixing windows load of gschemas.
  280 + * Fixing gsettings error.
  281 + * Fixing icons in the windows package.
  282 + * Implementing default log file from command line option.
  283 + * Working on windows package.
  284 + * Adding pixbuf loaders to runtime.
  285 + * Fixing gsettings on windows.
  286 + * Disabling tabs from command line option.
  287 + * Updating windows package script.
  288 + * Working on windows build.
  289 + * Updating windows schema.
  290 + * Fixing windows build.
  291 + * Adjustments in windows package.
  292 + * rsvg-view was replaced by inkscape.
  293 + * Adjusments in win package.
  294 + * Reseting to default session before loading of command line URL.
  295 + * Fixing codeql workflow
  296 + * Fixing startup with URL instead of session file.
  297 + * Fixing gnome-software integration.
  298 + * Adding the '.desktop' required by gnome-software on the id.
  299 + * Updating desktop file.
  300 + * Fixing obs warning.
  301 + * Fixing appstream-validate error.
  302 + * Convert from appdata to metainfo
  303 + * Adjusting desktop file.
  304 + * Reformating source with astyle.
  305 + * Adding metada to gtkrecentmanager entry.
  306 + * Fixing last-session-save engine.
  307 + * Adding action to open session file in the active terminal.
  308 + * Storing last command line passed session as a default one.
  309 + * Adding gsetting for default session filename.
  310 + * Disabling toolbar and header bar on invalid gsettings object to avoid segfaults.
  311 + * Fixing empty session name on "save-session-preferences" dialog.
  312 + * Fixing segfault on multiple session files.
  313 + * Updating README.
  314 + * Adding MVS screenshot.
  315 + * Update README.md
  316 + * Fixing windows build.
  317 + * Fixing translation.
  318 + * Fixing package build.
  319 + * Adjustments on about window.
  320 + * Delaying 'gsettings' change on application preferences dialog.
  321 + * Moving keypads to another project/package.
  322 + * Adding symbolic icon.
  323 + * Fixing appdata icon.
  324 + * Translating appdata.
  325 + * Trying to fix SLE-12 icon problem.
  326 + * Can't use metainfo and appdata in the same project.
  327 + * Adding metainfo for keypads.
  328 + * Updating package control files.
  329 + * Allow change of the application id from configure.
  330 + * Using application id for .desktop file, adjustmente in appdata.
  331 + * Fixing dialog section title.
  332 + * Fixing segfault on multiple use of settings dialog.
  333 + * Adding settings for the toolbar position.
  334 + * Ignoring patches.
  335 + * Fixing schema paths.
  336 + * Fixing fedora builds.
  337 + * Updating rpm control file.
  338 + * Fixing toolbar segfault on application exit.
  339 + * Enable new windows and tab lockdown.
  340 + * Fix loading of default settings.
  341 + * Updating project file.
  342 + * Cleaning debug messages.
  343 + * Fixing schemas.
  344 + * Adding option for lockdown the host settings dialog.
  345 + * Branding package should be noarch.
  346 + * Update README.md
  347 + * Changing version to 5.4 Adjustments in the about dialog.
  348 + * Fixing 'tag' script.
  349 +
  350 +-------------------------------------------------------------------
  351 +Tue Nov 24 23:29:38 UTC 2020 - Perry Werneck <perry.werneck@gmail.com>
  352 +
  353 +- Adding fix-appdata-xml.patch to fix problems with gnome-software.
  354 +
  355 +-------------------------------------------------------------------
  356 +Mon Nov 02 13:05:18 UTC 2020 - perry.werneck@gmail.com
  357 +
  358 +- Update to version 5.3+git20201102:
  359 + * Fixing package build.
  360 + * Removing .png files, using only the svg ones.
  361 + * Adjusting header bar defaults.
  362 + * Adjustments for openSUSE 15.2.
  363 + * Update README.md
  364 + * Use 'gnome' style as default on linux and classic in other OSs.
  365 + * Disabling F10 redirection.
  366 + * Adjusting default action lists.
  367 + * Enabling set/reset of kpalternative in the modern interface.
  368 + * Moving generic tools to libv3270.
  369 + * Auto updating toolbar when icon style changes.
  370 + * Implementing standard models for menus & comboboxes.
  371 + * Adding copy-image menu option.
  372 + * Adding "copy-as-html" action.
  373 + * Adding 'view trace' option on the popup menus.
  374 + * Pre-defining session file name on save dialogs.
  375 + * Creating session file when a desktop icon is built with default session.
  376 + * Adding method to suggest session filename and path.
  377 + * Processing toolbar-position settings.
  378 + * Adding tooltips in the header bar buttons.
  379 + * Moving application icons to the 'icons' folder.
  380 + * Adding support for customized icons.
  381 + * Adding option for symbolic icons in the header bar.
  382 + * Implementing use of symbolic icons in toolbar.
  383 + * Updating appdata.
  384 + * Scanning standard directories for session definition files.
  385 + * Adding appdata.xml
  386 + * Adding architecture in about window. Usefull for windows users.
  387 + * Project URL changes by locale.
  388 + * Loading/saving dialog responses from session file.
  389 + * Renaming default filename.
  390 + * Adding custom mime-type for pw3270 session settings file
  391 + * Using PIE instead of pic.
  392 + * Refactoring keypads.
  393 + * Adding deb post install/uninstall scripts.
  394 + * removed patch: optional_optipng.patch
  395 +
  396 +-------------------------------------------------------------------
  397 +Mon Jun 8 12:55:06 UTC 2020 - Perry Werneck <perry.werneck@gmail.com>
  398 +
  399 +- Optipng is not in the SLE-15 default repositories
  400 +- added patch: optional_optipng.patch
  401 +
  402 +-------------------------------------------------------------------
  403 +Thu Jun 04 18:31:19 UTC 2020 - perry.werneck@gmail.com
  404 +
  405 +- Update to version 5.3:
  406 + * Adding method to set environment variables from session settings file (allow use of an alternative openssl config file).
  407 + * Adding fallbacks for application menu.
  408 + * PACKAGE_RELEASE macros is now a string to allow use of rpm's release.
  409 + * Adding option to switch the user interface.
  410 + * Add build instructions for macOS
  411 + * Redirecting gtk logs to lib3270.
  412 + * Using the new dialog section element who adapts to windows UI.
  413 + * Refactoring session rename method.
  414 + * Fixing application preferences dialog warning.
  415 + * The defaults for windows and linux aren't the same.
  416 + * Adding clipboard settings dialog.
  417 + * Updating properties.
  418 + * Cleaning up.
  419 + * Adding toolbar properties menu.
  420 + * Refactoring "open" actions.
  421 + * Refactoring "window" actions.
  422 + * Refactoring application settings dialog & related widgets as gobjects.
  423 + * Terminal actions now lives in libv3270.
  424 + * Conditional and property actions moved to libv3270.
  425 + * Moving dialog action to libv3270.
  426 + * Refactoring plugin engine.
  427 + * Adding popup menu over OIA.
  428 + * Only customized sessions can be renamed.
  429 + * Implementing session name change dialog.
  430 + * Implementing tab-menu.
  431 + * Implementing popup menu on tab labels.
  432 + * Refactoring the open session/url from command line.
  433 + * Refactoring terminal support methods.
  434 + * Implementing "open session in the window" action.
  435 + * Implementing the new "save session" dialog.
  436 + * Adding toolbar settings dialog.
  437 + * Fixing portability issue detected by OBS.
  438 + * PF & PA key and lib3270's actions are now on libv3270.
  439 + * Implementing toolbar actions edit dialog.
  440 + * Implementing action viewer widget.
  441 + * Implementing application settings.
  442 + * Loading/saving print settings to/from session file.
  443 + * Adding accelerator settings tab on the session properties dialog.
  444 + * Use convert -strip
  445 + * ui-style is now defined by gsettings.
  446 + * Updating to latest versions of v3270 & lib3270.
  447 + * Adding missing license info.
  448 + * Getting appname from lib3270.
  449 + * Removing use of deprecated function "get_hostname".
  450 + * Adding support for oversize.
  451 + * Using the new standard error popup for print errors.
  452 + * Linux custom print widget is now managed by libv3270.
  453 + * Replacing save dialog with the new version from v3270.
  454 + * linux log is now sent do system log.
  455 + * Updating package to follow naming guidelines.
  456 +
  457 +-------------------------------------------------------------------
  458 +Wed Mar 25 08:47:04 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
  459 +
  460 +- Add reproducible.patch to make package build reproducible (boo#1047218)
  461 +
  462 +-------------------------------------------------------------------
  463 +Thu Feb 20 10:24:35 UTC 2020 - Max Lin <mlin@suse.com>
  464 +
  465 +- Leap 15.2 and SLE15 SP2 has newer librsvg, extend the conditional
  466 + for "BuildRequires: rsvg-convert"
  467 +
  468 +-------------------------------------------------------------------
  469 +Wed Oct 23 17:28:57 CEST 2019 - ro@suse.de
  470 +
  471 +- fix build-requires for factory/tumbleweed
  472 + rsvg-convert tool is now in rsvg-convert package
  473 +
  474 +-------------------------------------------------------------------
  475 +Fri May 31 18:21:45 UTC 2019 - perry.werneck@gmail.com
  476 +
  477 + * Doing a "clean exit" on SIGTERM.
  478 + * Updating translation.
  479 + * Updating translation.
  480 + * Fixing save message.
  481 + * Fixing the application name with ./configure option.
  482 + * Showing message on configuration update.
  483 + * Updating rpm packaging.
  484 + * Fixing icon and application name.
  485 + * Adding desktop file.
  486 + * Creating application icon in standard folder.
  487 + * Emitting message when the logo is not available on about window.
  488 + * Fixing memory allocation error on about dialog.
  489 + * Fixing bug in about window detected on windows version.
  490 + * Fixing win32 runtime.
  491 + * Updating read me.
  492 + * Updating versions in win packate.
  493 + * Fixing file version indication in win32 package.
  494 + * Fixing windows build.
  495 + * Removing windows native dialog.
  496 + * Fixing windows build.
  497 + * Removing unused sources.
  498 + * Adding compiled version of the schemas in the runtime package.
  499 + * Adding gtkfilechooser schema to runtime package.
  500 + * Comentando fontes do código que foi transferido para a libv3270.
  501 + * Adding script to build and install lib3270 and libv3270 on msys2
  502 + * Fixing msys2 build.
  503 + * Disabling unused code.
  504 + * Updating translations.
  505 + * Renaming application transfer file dialog to avoid conflicts.
  506 + * Updating package control file.
  507 +
  508 +-------------------------------------------------------------------
  509 +Tue Feb 26 16:55:21 UTC 2019 - perry.werneck@gmail.com
  510 +
  511 +- Update to version 5.2:
  512 + * Updating linux packages.
  513 + * Removing libv3270 submodule
  514 + * Updating branding Makefile.
  515 + * Updating autogen
  516 + * Updating project.
  517 + * Fixing RHEL 7 builds.
  518 + * Removing unused UI files.
  519 + * Fixing .deb builds
  520 + * Fixing RHEL7 build.
  521 + * Updating linux package.
  522 +
  523 +-------------------------------------------------------------------
  524 +Thu Sep 14 00:28:23 UTC 2017 - jengelh@inai.de
  525 +
  526 +- Put libpw3270 into its own package (shared library guideline).
  527 +- Drop require on /usr/bin/openssl, this is unusual for a library
  528 + to request.
  529 +- %configure already sets CFLAGS,CXXFLAGS, do not set it again.
  530 + Replace old RPM variables. Remove redundant %clean section.
  531 + Do not run fdupes across hardlink boundaries.
  532 +- Fix one RPM category. Trim redundant words from description.
  533 +
  534 +-------------------------------------------------------------------
  535 +Wed Sep 13 13:51:34 UTC 2017 - erico.mendonca@suse.com
  536 +
  537 +- fix_actions.patch: patch is no longer necessary.
  538 +- keypad_update.patch: patch is no longer necessary.
  539 +- mutex_include.patch: patch is no longer necessary.
  540 +- gtk2-fixes.patch: patch is no longer necessary.
  541 +- file_chooser.patch: patch is no longer necessary.
  542 +- fix_oorexx_charset.patch: patch is no longer necessary.
  543 +
  544 +-------------------------------------------------------------------
  545 +Wed Sep 13 12:25:12 UTC 2017 - perry.werneck@gmail.com
  546 +
  547 +- Updating to the latest git level, closing package for distribution.
  548 +- Java, Rexx, PHP, Mono and other extensions for scripting are now separated packages.
  549 +
  550 +-------------------------------------------------------------------
  551 +Thu Jan 26 12:37:48 UTC 2017 - perry.werneck@gmail.com
  552 +
  553 +- Fixing .deb builds.
  554 +
  555 +-------------------------------------------------------------------
  556 +Thu Jan 19 16:36:08 UTC 2017 - perry.werneck@gmail.com
  557 +
  558 +- Removing unused sources, refactoring Makefiles, build & installation
  559 +
  560 +-------------------------------------------------------------------
  561 +Tue Dec 27 16:00:33 UTC 2016 - perry.werneck@gmail.com
  562 +
  563 +- Updating deb dependencies.
  564 +
  565 +-------------------------------------------------------------------
  566 +Fri Nov 4 17:36:54 UTC 2016 - perry.werneck@gmail.com
  567 +
  568 +- Fixing PHP5 requires.
  569 +
  570 +-------------------------------------------------------------------
  571 +Fri Oct 21 19:34:11 UTC 2016 - perry.werneck@gmail.com
  572 +
  573 +- Fixing script file chooser
  574 +- added patches: fix_oorexx_charset.patch
  575 + mutex_include.patch
  576 + keypad_update.patch
  577 + file_chooser.patch
  578 + fix_actions.patch
  579 + gtk2-fixes.patch
  580 +
  581 +-------------------------------------------------------------------
  582 +Fri Oct 21 19:05:20 UTC 2016 - perry.werneck@gmail.com
  583 +
  584 +- Fixing charset problem on ooRexx plugin
  585 +
  586 +-------------------------------------------------------------------
  587 +Fri Oct 21 18:38:28 UTC 2016 - perry.werneck@gmail.com
  588 +
  589 +- Fixing backport for bug 998842 (https://bugzilla.suse.com/show_bug.cgi?id=998842)
  590 + on OpenSUSE 13.2
  591 +
  592 +-------------------------------------------------------------------
  593 +Thu Oct 20 11:13:41 UTC 2016 - perry.werneck@gmail.com
  594 +
  595 +- Adding PHP5 support on Debian builds
  596 +
  597 +-------------------------------------------------------------------
  598 +Wed Oct 19 17:21:01 UTC 2016 - perry.werneck@gmail.com
  599 +
  600 +- Fixing gtk2 builds.
... ...