Skip to content
Snippets Groups Projects
NEWS 3.67 KiB
Newer Older
Nick Schermer's avatar
Nick Schermer committed
4.7.0
=====
- Build ChangeLog during make dist.
- Silent the build.
- Fix some compiler warnings.
- Use new xdt macros, xfce-dev-tools 4.7.2 is required.
- Various build changes for GIT.
- Misc other small changes.
- Translation updates (ca, zh_CN, es, da, gl, pa, ru, sq, lv, sk,
  kk, hu, ast, ur_PK, ur, tl_PH,

4.6.1
======
Nick Schermer's avatar
Nick Schermer committed
- Updated translations: Abel Martín (es), Masato Hashimoto (ja),
  Leandro Regueiro (gl), Alan Pepelko (sl), Piotr Sokół (po), Mișu Moldovan (ro)
Stephan Arts's avatar
Stephan Arts committed
4.6.0
======
- Add missing C++ wrappers in header files (patch by Jens Luedicke).
Nick Schermer's avatar
Nick Schermer committed
- Updated translations: Carles Muñoz Gorriz (ca), Enrico Tröger (de),
  Jeff Bailes (en_GB), Abel Martín (es), Jari Rahkonen (fi),
Stephan Arts's avatar
Stephan Arts committed
  Maximilian Schleiss (fr), Leandro Regueiro (gl), Andhika Padmawan (id),
  Masato Hashimoto (ja), Terje Uriansrud (nb_NO), Szymon Kałasz (pl),
Nick Schermer's avatar
Nick Schermer committed
  Og Maciel (pt_BR), Nuno Miguel (pt_PT), Daniel Nylander (sv),
  Gokmen Gorgen and Samed Beyribey (tr), Dimitri Nikitin (uk),
Stephan Arts's avatar
Stephan Arts committed
  Chris K. Zhang (zh_CN)
Stephan Arts's avatar
Stephan Arts committed

Stephan Arts's avatar
Stephan Arts committed
4.5.99.1
========
Nick Schermer's avatar
Nick Schermer committed
- Updated translations: Per Kongstad (da), Michal Várady (cs),
Stephan Arts's avatar
Stephan Arts committed
  Masato Hashimoto  (ja), Daniel Nylander (sv)

4.5.93
======
Nick Schermer's avatar
Nick Schermer committed
- Updated translations: Og Maciel (pt_BR), Abel Martin (es),
  Maxamilian Schleiss (fr), Daniel Nylander (sv), Masato Hashimoto (jp)

4.5.92
======
- Updated translations: Jari Rahkonen (fi), Abel Martin (es)
- Increment library version to avoid having a 4.6 library version older then
  the one in 4.4.
Nick Schermer's avatar
Nick Schermer committed
- Place G_GNUC_INTERNAL before function declaration for Sun Studio
Stephan Arts's avatar
Stephan Arts committed
4.5.91
======
- Fix typo in i18n code (check for '/' in lang doesnt make sense)
- Updated translations: Og Maciel (pt_BR), Abel Martín (es)

4.5.90
======
- Do not use GMemChunk for XfceRc due to memory leaks (Bug #2427).
- Fix buglet when deleting XfceRc groups.
Jannis Pohlmann's avatar
Jannis Pohlmann committed
- Fix invalid use of g_slice_free1() in XfceRc (Bug #2854).
- Add support for function names in debug messages on Solaris (Bug #3090).
Nick Schermer's avatar
Nick Schermer committed
- New util functions for setting up POSIX signal handling using pipe(),
  GIOChannel and the glib main loop.
- Strip trailing slashes to avoid directories appearing multiple times in
  resource lookup functions.
Nick Schermer's avatar
Nick Schermer committed
- Updated translations: Maximilian Schleiss (fr), Besnik Bleta (sq),
  Mohamed Magdy (ar), Jeff Bailes (en_GB), Nuno Miguel (pt_PT), Daichi
  Kawahata (ja), Terje Uriansrud (nb_NO), Tegegne Tefera (am), Rihards
  Priedītis (lv), Muhammad Ali Makki (ur), Rashan Anushka (si), Leandro
  Regueiro (gl), Khaled Hosny (ar), Peter Vois (et),
4.4.0
=====
- Updated translations: Szymon Kałasz (pl)
- New translations: Geraint Rowlands (cy), Jovan Naumovski (mk)


4.3.99.2
========
- Updated translations: Pau Rul-lan Ferragut (ca), Maximilian Schleiss (fr)
Nick Schermer's avatar
Nick Schermer committed
- New translations: Michal Várady (cs), Tenzin Dendup (dz),
  ByungHyun Choi (ko), Stephan Arts (nl)
4.3.99.1
========
- Enable compilation with compilers other than gcc (Bug #1851).
- Updated translations: Fabian Nowak (de)
- New translations: Leandro Regueiro (gl), Dimitri Gogelia (ka)
4.1.6
=====
- Added LIBXFCE4UTIL_*_VERSION macros.
4.1.5
=====
- Added XDG Base Directory Implementation (version 0.6) and updated
  documentation.
- Small fixes to make gcc happy and first steps with Intel C compiler
  on FreeBSD.
4.1.4
=====
- Several bugfixes
- Added --with-broken-putenv=[auto/no/yes] to configure to make
  libxfce4util cross-compilable again.
4.1.3
=====
- Code cleanups (Yes, consistency is important)
- Switched to gtk-doc, cause of doxygen being unable to handle
  GObject's
- Mark some functions as DEPRECATED.
4.1.1
=====
- added xfce_setenv(), xfce_putenv()
- Started doxygen documentation of the code

4.1.0
=====
- Added xfce_textdomain(package, localedir, encoding) to avoid
  problems with gettext binding in the future.