Add LICENSE
Upstream changes:
1.017 2013-08-10 23:19:14 America/New_York
make $STRICT_PARAMS actually work! (thanks, Matthew Green!)
[rt.cpan.org #87460]
1.016 2013-08-10 23:14:42 America/New_York
correct the longstanding and embarrassing misuse of "discrete" and
"composite" to mean "type" and "subtype"; the returned data still
contains the wrong old names so your code shouldn't break
repackage to update bugtracker, repo, etc.
Add LICENSE
Upstream changes:
1.200 2013-08-08 21:24:39 America/New_York
crank the version number *way* up to bring all the module versions in
sync without rolling any of them back
0.218 2013-08-08 20:36:42 America/New_York
point to new repo, bugtracker; also reference Email::Sender
Upstream changes:
0.857 2013-08-05 18:16:44 America/New_York
eliminate extra Pod tests
0.856 2013-08-05 18:12:09 America/New_York
avoid duplicating headers when data is malformed (#31132)
make MH folder reader work on VMS
Upstream changes:
1.004 2013-08-05 08:09:14 America/New_York
fix repo and bugtracker link (stupid case sensitivity!)
(thanks, Slaven Rezic!)
1.003 2013-08-02 18:05:49 America/New_York
new repo, new bugtracker
Add LICENSE
Update DEPENDS
Upstream changes:
1.104 2013-08-02 18:00:42 America/New_York
point to new repo, new bug tracker, suggest users just use other
libraries when possible
=============
Version 3.4.7
=============
Features
* Add wnck_set_default_icon_size and wnck_set_default_mini_icon_size functions
to allow clients to define the size of the icons to be used for windows
and applications.
=============
Version 3.4.6
=============
Features
* Add option to close windows with mouse middle click on button in tasklist
(Stefano Karapetsas)
* Add API to define task list orientation (Jean-Luc Porquet and Josselin Mouette)
Fixes
* ClassGroup: fix class signal signature (Marco Trevisan)
* Get rid of the deprecated code in TaskList, Selector and Pager (Marco Trevisan)
Translators
* Andika Triwidada (id)
* Ani Peter (ml)
* Aurimas Černius (lt)
* Balázs Úr (hu)
* Daniel Mustieles (es)
* Enrico Nicoletto (pt_BR)
* Joe Hansen (da)
* Krishnababu Krothapalli (te)
* ManojKumar Giri (or)
* Marek Černocký (cs)
* Matej Urbančič (sl)
* Nilamdyuti Goswami (as)
* Rajesh Ranjan (hi)
* Sandeep Sheshrao Shedmake (mr)
* Shankar Prasad (kn)
* Shantha kumar (ta)
* Sweta Kothari (gu)
* Theppitak Karoonboonyanan (th)
* Yuri Myasoedov (ru)
* Мирослав Николић (sr) (sr@latin
=============
Version 3.4.5
=============
Features
* Add getter and notifier for the Window role
* Emit signals when a window instance or group name (WM_CLASS) changes (Marco Trevisan)
Fixes
* Remove deprecated APIs for device grabbing (Marco Trevisan)
* Fix wnckprop hang, that made the system unusable (Marco Trevisan)
* Fix build with recent automake (Nuno Araujo)
* Use a little less power using g_timeout_add_seconds (B.Prathibha)
Translators
* ManojKumar Giri (or)
* Piotr Drąg (pl)
* Shankar Prasad (kn)
=============
Version 3.4.4
=============
Translators
* Runa Bhattacharjee (bn_IN)
* chandankumar (hi)
* Khoem Sokhem (km)
* Rūdolfs Mazurs (lv)
* Anish A (ml)
* Piotr Drąg (pl)
This minor maintenance release provides accumulated build configuration
improvements and janitorial cleanups.
Alan Coopersmith (8):
xfindproxy only depends on xproto, not x11
Convert STRING_BYTES & STORE_STRING from macros to inline functions
Fix some clang warnings about implicit integer size/sign conversions
Stop casting malloc return values
Move global appContext into main() to avoid shadow warnings
Mark input string to cvthexkey() as const
Fix some clang integer conversion warnings in cvthexkey()
xfindproxy 1.0.3
This release includes code & man page cleanups.
Alan Coopersmith (4):
Store sine & cosine tables as doubles instead of floats
Add noreturn attributes suggested by -Wmissing-noreturn
Combine usage message strings & print them to stderr, not stdout
xclock 1.0.7
Eric S. Raymond (1):
Don't rely on being able to set tab stops.
This minor maintenance release includes build configuration improvements
and janitorial cleanups.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (6):
Remove unused TLI ("STREAMSCONN") code from libSM
unifdef -U__UNIXOS2__
Constify previous_id argument to SmcOpenConnection
unifdef WORD64 (leftover bits of Cray support)
Fix some clang warnings about integer size/sign conversions
libSM 1.2.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
This release contains cleanup & refactoring intended to make the code
more robust and easier to maintain. It does increase to libX11 1.6.0
the required version of libX11 needed to build and run libXv.
Alan Coopersmith (10):
Adopt X.Org standard code style, with consistent indentation
Remove unnecessary casts from Xmalloc calls
Fix sign conversion & comparison warnings from clang
Use pad_to_int32 macro instead of repeated (x + 3) & ~3 pattern
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest
Add missing calls to _XEatDataWords when we are skipping _XRead
Refactor error handling
Remove fallback for _XEatDataWords, require libX11 1.6 for it
libXv 1.0.10
This release fixes two small bugs in the library, and fixes an omission
in the list of copyright notices in the COPYING file.
Alan Coopersmith (3):
XRRGetProviderInfo returned bad associated_capability list in 64-bit
Add copyright notice from src/XrrProvider.c to COPYING
libXrandr 1.4.2
Pauli Nieminen (1):
XRRUpdateConfiguration: Check if getting screen for root fails
This minor maintenance release provides various build configuration
improvements and other janitorial cleanups, including declaring the
filename parameters in the API as "const char *" to reduce unnecessary
const-strings warnings in callers.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (4):
Close fd if fdopen() or xpmPipeThrough() fails in OpenWriteFile()
Add noreturn attributes suggested by gcc
Fix typo in COPYING (matches src/amigax.h)
libXpm 3.5.11
Christophe CURIS (2):
Added 'const' qualifier to the filename argument to internal functions
Added 'const' attribute to all filename arguments in the API
Claudio Bley (1):
Fix libXpm build with NO_ZPIPE
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Eric S. Raymond (1):
doclifter can't handle more than one dash in a name line.
Jon TURNEY (1):
Define NO_ZPIPE when building for MinGW
This minor maintenance release includes build configuration improvements
and janitorial cleanups.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (5):
Remove unused DECnet ("DNETCONN") code from XmuConvertStandardSelection
unifdef -U__UNIXOS2__
Preserve constness when casting const pointers in various functions
Add missing copyright notices to COPYING file
libXmu 1.1.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Thomas Klausner (1):
Fix a const issue.
This release plugs a couple fd leaks in error handling paths, fixes
WIN32 builds, and cleans up some old code for previously supported OS'es.
Alan Coopersmith (6):
unifdef -U__UNIXOS2__
Fix fd leak when fdopen() fails in InitStringOrFile()
Fix fd leak when write() fails in WriteToFile()
Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
Replace TXT16 with XChar2b inline
libXaw 1.0.12
Ryan Pavlik (1):
Include winsock header on WIN32 to provide fd_set etc.
Upstream changes:
1.900 2013-08-08 14:44:43 America/New_York
avoid trying to stringify undef, and so avoid a warning (thanks, Alex
Vandiver)
1.899 2013-08-02 10:53:19 America/New_York
repackaged, pointed at new bugtracker
fallback overloads are enabled, so "cmp" will now compare with string
overloads... which still might not be what you expect
code has been futzed with to rely on some 5.6-isms, rather than
trying to be 5.005 compatible
a warning has been added: calling ->parse in scalar context gets
undefined behavior
1.898 2013-02-07
remove dead link
Fix an off-by-one error that caused quoted empty string at the end of a CRNL-terminated line of CSV input to be misread by the command-line shell.
Fix a query planner bug involving a LEFT JOIN with a BETWEEN or LIKE/GLOB constraint and then another INNER JOIN to the right that involves an OR constraint.
Fix a query planner bug that could result in a segfault when querying tables with a UNIQUE or PRIMARY KEY constraint with more than four columns.
Upstream changes:
1.36 - Wed May 15 17:38:12 EDT 2013
- updates dist.ini to hide util with MetaNoIndex
1.35 - Fri Jan 4 14:48:28 EST 2013
- Updates t/00-compile.t to ignore loading the Devel::REPL plugin, as its an
optional dependency.
1.34 - Tue Oct 30 13:22:59 EDT 2012
- Re-release using EU::MM to avoid Module::Install bug
see http://weblog.bulknews.net/post/33907905561/do-not-ship-modules-with-module-install-1-04
for details.
Add LICENSE
Upstream changes:
1.06 Fri Oct 19 11:30:31 CDT 2012
[ENHANCEMENTS]
tainted() now localizes $SIG{__DIE__} before performing the
taint check. If the calling program has its own $SIG{__DIE__},
we don't want to use it. Thanks, Pete Krawczyk.
https://rt.cpan.org/Ticket/Display.html?id=23507
[FIXES]
Checks for undef before opening files when trying to create
some taint. Thanks Fr茅d茅ric Buclin.
https://rt.cpan.org/Ticket/Display.html?id=51246
Upstream changes:
version 1.12 at 2013-01-10 14:55:52 +0000
-----------------------------------------
Change: 34a8e3a668f6c4ba1f5725971598fc8cd4eaef1b
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2013-01-10 14:55:52 +0000
Bump version to 1.12
Change: 37b60d1ae2460076f82f07300b2c1f0d78412200
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2013-01-10 14:55:28 +0000
Implement a timeout option
Change: 4a636064c8cceeddc33fac4095ff546d5e62e3a1
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2013-01-10 13:19:52 +0000
Update distribution to Dist::Zilla
* Improvements for Virtual Machine Image Storage
A number of improvements have been performed to let Gluster volumes provide
storage for Virtual Machine Images. Some of them include:
- qemu / libgfapi integration.
- Causal ordering in write-behind translator.
- Tunables for a gluster volume in group-virt.example.
The above results in significant improvements in performance for VM image
hosting.
* Synchronous Replication Improvements
GlusterFS 3.4 features significant improvements in performance for
the replication (AFR) translator. This is in addition to bug fixes
for volumes that used replica 3.
* Open Cluster Framework compliant Resource Agents
Resource Agents (RA) plug glusterd into Open Cluster Framework
(OCF) compliant cluster resource managers, like Pacemaker.
The glusterd RA manages the glusterd daemon like any upstart or
systemd job would, except that Pacemaker can do it in a cluster-aware
fashion.
The volume RA starts a volume and monitors individual brick?s
daemons in a cluster aware fashion, recovering bricks when their
processes fail.
* POSIX ACL support over NFSv3
setfacl and getfacl commands now can be used on a nfs mount that
exports a gluster volume to set or read posix ACLs.
* 3.3.x compatibility
The new op-version infrastructure provides compatibility with 3.3.x
release of GlusterFS. 3.3.x clients can talk to 3.4.x servers and
the vice-versa is also possible.
If a volume option that corresponds to 3.4 is enabled, then 3.3
clients cannot mount the volume.
* Packaging changes
New RPMs for libgfapi and OCF RA are present with 3.4.0.
* Experimental Features
- RDMA-connection manager (RDMA-CM)
- New Block Device translator
- Support for NUFA
As experimental features, we don?t expect them to work perfectly
for this release, but you can expect them to improve dramatically
as we make successive 3.4.x releases.
* Minor Improvements:
- The Ext4 file system change which affected readdir workloads for
Gluster volumes has been addressed.
- More options for selecting read-child with afr available now.
- Custom layouts possible with distribute translator.
- No 32-aux-gid limit
- SSL support for socket connections.
- Known issues with replica count greater than 2 addressed.
- quick-read and md-cache translators have been refactored.
- open-behind translator introduced.
- Ability to avoid glusterfs bind to reserved ports.
- statedumps are now created in /var/run/gluster instead of /tmp by default.