SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libwtdbomysql39-3.3.5-56.1.x86_64.rpm :
Tue Feb 7 13:00:00 2017 adam.majerAATTsuse.de
- use individual libboost-
*-devel packages instead of boost-devel
- boost_1_63_fix.patch: Compilation fix for Boost 1.63 (boo#1023886)

Mon Apr 11 14:00:00 2016 dap.darknessAATTgmail.com
- Update to 3.3.5:

* WCartesianChart has several new features.

* WAxisSliderWidget lets you easily focus on a particular range.

* WPainter, WJavascriptHandle, WCanvasPaintDevice functionality
was implemented by making client-side interaction possible.

* WAnchor target (such as this window, or new window) moved to WLink.

* A new TargetDownload target was added for links.

* The included SQLite version was updated.

* Support for seconds editing in WTimePicker.

* Before it was only possible to set the partial state of the
WCheckbox when creating the Widget.

* The WApplication::setConnectionMonitor() method will let the
user register a Javascript object that will be notified.

* Support for custom HTML tags for a widgets.

* Wt::Dbo: allow to forward declare related classes.
- Removed base64.patch as particularly merged into upstream.
- Removed doc subpackage: no content any more.

Wed Oct 21 14:00:00 2015 schwabAATTsuse.de
- base64.patch: Fix invalid narrowing conversion

Fri Apr 10 14:00:00 2015 p.drouandAATTgmail.com
- Update to version 3.3.4

* Support for dedicated session processes with wthttp connector.

* WIdentityProxyModel : This new proxy model simply forwards the
structure of the source model, without any transformation, and
can be used for implementing proxy models that reimplement data(),
but retain all other characteristics of the source model.

* Chart::WAbstractChart::setAutoLayoutEnabled() : Until now, you were
responsible for configuring the padding around the chart area to
accomodate for axis labels, titles, and legend. While this is
still the default behaviour, we added an option to let the chart
derive the required padding (using approximate font-metrics
available server-side).

* Chart::WCartesianChart::setAxis() : Whereas previously a chart axis
was a \"value class\", it is now a proper polyymorphic class, and you
can provide your own implementation. In this way you can customize
things like for example label strings.

* setPointSprite(): ability to define sprites for drawing a data series

* pickSurface(): find out which points on a surface are under a given pixel

* pickBar(): find out which points on a bar on are under a given pixel.

* setIsoLevels(): draw iso lines (on the ground plane of the chart)
corresponding to selected z values.

* setClippingLinesEnabled(): ability to clip and optionally draw
clipping planes

* setIntersectionsEnabled(): ability to draw surface-surface
intersection lines.
- Remove wt-boost-1.56.0.patch; merged on upstream relese

Thu Dec 4 13:00:00 2014 tchvatalAATTsuse.com
- Add various missing dependencies and switches to ensure we build
against system libraries
- add -dbo-
* subpackages for db connectors, thus our core does not
pull in all various database providers
- Cleanup with spec cleaner
- Remove support for < 12.3 as it failed to build there anyway
- Use %cmake macro instead of directly calling %cmake
- Version bump to 3.3.3:

* various bugfixes

* improved meta header support
- Add patch to build on Factory with boost 5.16.0:

* wt-boost-1.56.0.patch

Mon Apr 14 14:00:00 2014 dap.darknessAATTgmail.com
- Added _constraints file to prevent out of memory issue.

Thu Apr 3 14:00:00 2014 dap.darknessAATTgmail.com
- Update to 3.3.2:

* WRasterImage: now also support skia as backend.

* Namespace Wt::Signals was created.

* Checkboxes are rendered when CheckStateRole is present.

* Client SSL certificates can be queried from WResources.

* Fixed regression in resource continations.

* Added binary WebGL VBO buffers.

* Layouts: various bug fixes and improvements.

* Render: added support for repeating table headers.

* Render: added support for explicit page breaks and % widths.

* Fix popup widgets confusing preferred size calculations.

* New API for payment with an implementation for PayPal.

* layouts: fix various issues.

* WTextEdit: fix behaviour inside a WPanel.

* Render: code reorganizations for java port.

* QueryModel: added stableResultRow() method.

* Dbo/Exception: add support for SQLSTATE code information.

* Mail/Client: log configuration that will be used on first use.

* WAnchor: use tag even if no link has been provided.

* WDoubleSpinBox: fix formatting.

* WSlider: add more hooks for custom styles.
- Added SourceUrl.
- doxygen, firebird-devel, libharu-devel and pango-devel
became required to build because of cmake warnings.
- Rpm_opt_flags became set via cmake option.
- DWT_CMAKE_FINDER_INSTALL_DIR cmake option became broken
and was replaced by manual file moving.
- DBUILD_EXAMPLES cmake option was enabled
because of FIXME comment at spec-file.
- DENABLE_EXT cmake option was enabled
to satisfy leechcraft requirements.
- Don\'t package INSTALL file.
- RPM_BUILD_ROOT macro was replaced by buildroot.
- Let make be verbose: V=1.

Sat Feb 11 13:00:00 2012 poletti.marcoAATTgmail.com
- Update to 3.2.0:

* Backward incompatibile changes: WValidator::validate() now
returns a WValidator::Result instead of a WValidator::State;
major changes to WTestEnvironment.

* New namespaces: Wt::Json, Wt::Mail, Wt::Auth.

* New classes: WException, WIOService, WStringStream,
Http::Client, Http::Message, Dbo::Firebird.

* Add a Closeable property for dialogs.

* Many log-related changes.

* DOS mitigation measures.

* Other changes (including deprecated API!) and bug fixes.

Sat Jan 28 13:00:00 2012 jengelhAATTmedozas.de
- Remove redundant tags/sections per specfile guideline suggestions
- Parallel building using %_smp_mflags

Mon Sep 26 14:00:00 2011 poletti.marcoAATTgmail.com
- Update to 3.1.11:

* New classes: WLink, WMediaPlayer.

* WDialog(s) can now optionally be resizeable.

* Backward-incompatible change: the item data roles UrlRole and
InternalPathRole have been removed, and replaced by a LinkRole.

* Many ref(), resource(), imageRef(), url(), internalPath()
methods have been deprecated in favor of a new link() method.
The same has happened to the respective set
*() methods.

* WHTMLMedia, WHTMLVideo and WHTMLAudio have been renamed to
WAbstractMedia, WVideo and WAudio. The old names are still
available, but are now deprecated.

* Other minor improvements (notably to WResource,
Http::ResponseContinuation, WPopupMenu).

* Many bug fixes.

Tue Jul 12 14:00:00 2011 poletti.marcoAATTgmail.com
- Update to 3.1.10:

* Backward-incompatibile change: The signature of the virtual
method WWidget::setHidden() has changed. This will break
existing code which specializes the WWidget::setHidden()
method. This code should be updated to pass the WAnimation
object.

* New classes: WAnimation (for using CSS3 animations, when
supported by the browser) and WStreamResource.

* Now multiple WServer instances can be launched, but only when
using the built-in httpd.

* WTemplate and WText have now a setInternalPathEncoding()
method.

* WApplication has now a findWidget() method that searches among
all widgets, even those outside WApplication::root().

* WApplication has now a changeSessionId() method, that generates
a new session ID (useful to prevent session fixation attacks).

* WWidget has now an additional argument to the setToolTip()
method, that allows to use XHTML tooltips (
blocks).

* Other fixes and improvements.

Sat Apr 9 14:00:00 2011 poletti.marcoAATTgmail.com
- Disable the generation of tests, because a boost bug prevents
successful compilation of tests.
- Update to 3.1.9:

* Refactoring of WSpinBox and WSlider widgets

* Support the HTML5 History API

* Font rendering improvements in WPdfImage, WRasterImage (C++)

* Plural nouns in localization of strings (C++)

* Thread-safe and lock-free user event delivery to sessions (C++)

Mon Feb 21 13:00:00 2011 maxAATTnovell.com
- The build requirement on postgresql-libs isn\'t needed anymore.

Tue Feb 8 13:00:00 2011 poletti.marcoAATTgmail.com
- Update to 3.1.8:

* New classes: WFontMetrics, Render::WTextRenderer and
Render::WPdfRenderer.

* Dbo: add support for foreign key constraints (NotNull,
OnDeleteCascade, etc.).

* Dbo: add SQL mappings for the C++ bool and long types.

* wt.css was modified, so custom styles may need changes, too.

* Wt::WBrushstyle has been renamed to Wt::BrushStyle.

Tue Jan 11 13:00:00 2011 poletti.marcoAATTgmail.com
- Update to 3.1.7a:

* fixed a regression in layout managers
- Update to 3.1.7:

* WAbstractItemView: added support for column hiding

* WebSession: add Web Sockets support.

* Some bug fixes.
- Update to 3.1.6:

* WFileUpload: allow multi-file uploads.

* WFileUpload, WResource: support upload progress tracking (currently
only with wthttpd).

* WInteractWidget, WMouseEvent: add mouseWheel() event

* Support IE9, enabling HTML5 features.

* Wt::Dbo: handle more complex queries.

* WPaintDevice: remove paintFlags() method; PaintUpdate is a property of
the painted widget, and no longer something which has to do with
WPainter. The library is reverted to the old behaviour of
supporting multiple WPainters on a single paint device.

* Many other improvements, too many to be listed here.

* Some bug fixes.

Wed Sep 22 14:00:00 2010 cooloAATTnovell.com
- Update to 3.1.5

* This release contains mostly bug fixes.
- Update to 3.1.4

* This release contains several new features, but also a few
changes that break backwards compatibility (but are unlikely
to affect an average application).
See http://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

Thu Jun 3 14:00:00 2010 poletti.marcoAATTgmail.com
- Build the Postgres libraries, too.
- Build the builtin httpd (wthttpd), too.

Thu Jun 3 14:00:00 2010 poletti.marcoAATTgmail.com
- Update to 3.1.3

* WTableView has been reimplemented to provide both horizontal
and vertical scrolling for arbitrary large models.

* Inline editing was implemented for WTableView and WTreeView.

* WSuggestionPopup now supports server-side filtering.

* Improved plain-HTML fall-back and progressive enhancement.

* Many improvements in the ORM library.

* Changes that may break existing applications (but are unlikely
to affect an average application) have been made in
Dbo::sql_result_traits and WTableView.

Tue Mar 30 14:00:00 2010 poletti.marcoAATTgmail.com
- Update to 3.1.2

* New classes: WShadow and Dbo/backend/Postgres

* New features in: WBoxLayout, WGridLayout, WCalendar, WDateTime, WFormWidget
WPainter, WResource, WString, WWidget, Http::Request, Http::Response,
Dbo::Session, Dbo::field(), Dbo::SqlConnection, Dbo::SqlStatement,
Dbo::sql_value_traits

* Performance improvements in serializing the widgets to HTML and/or JavaScript

* Added options --max-request-size and --max-memory-request-size to the
built-in httpd

Thu Feb 25 13:00:00 2010 poletti.marcoAATTgmail.com
- Update to 3.1.1

* mxml: replace mxml with an (adapted) rapidxml browser.

* WCanvasPaintDevice: Use HTML5 native canvas text when available

* Improved themes

* Chart/WAxis: added setLabelFont(), labelFont() methods

* WContainerWidget: support resetting a layout manager

* Bug fixes

Tue Jan 26 13:00:00 2010 poletti.marcoAATTgmail.com
- Update to 3.1.0
- Update patch file
- Build most examples
- Run fdupes on /usr/share/wt too
- Silence command echoing while building


 
ICM