#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for WINE@Etersoft 1.3.14-eter1.1.
+# Generated by GNU Autoconf 2.65 for WINE@Etersoft 1.3.14-eter1.2.
#
# Report bugs to <wine@etersoft.ru>.
#
# Identity of this package.
PACKAGE_NAME='WINE@Etersoft'
PACKAGE_TARNAME='wine'
-PACKAGE_VERSION='1.3.14-eter1.1'
-PACKAGE_STRING='WINE@Etersoft 1.3.14-eter1.1'
+PACKAGE_VERSION='1.3.14-eter1.2'
+PACKAGE_STRING='WINE@Etersoft 1.3.14-eter1.2'
PACKAGE_BUGREPORT='wine@etersoft.ru'
PACKAGE_URL='http://www.etersoft.ru'
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures WINE@Etersoft 1.3.14-eter1.1 to adapt to many kinds of systems.
+\`configure' configures WINE@Etersoft 1.3.14-eter1.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of WINE@Etersoft 1.3.14-eter1.1:";;
+ short | recursive ) echo "Configuration of WINE@Etersoft 1.3.14-eter1.2:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-WINE@Etersoft configure 1.3.14-eter1.1
+WINE@Etersoft configure 1.3.14-eter1.2
generated by GNU Autoconf 2.65
Copyright (C) 2010 Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by WINE@Etersoft $as_me 1.3.14-eter1.1, which was
+It was created by WINE@Etersoft $as_me 1.3.14-eter1.2, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by WINE@Etersoft $as_me 1.3.14-eter1.1, which was
+This file was extended by WINE@Etersoft $as_me 1.3.14-eter1.2, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-WINE@Etersoft config.status 1.3.14-eter1.1
+WINE@Etersoft config.status 1.3.14-eter1.2
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
Name: wine-etersoft
Version: 1.3.14
-Release: alt1.1
+Release: alt1.2
Summary: WINE@Etersoft - Environment for running Windows applications (main part)
Summary(ru_RU.UTF-8): WINE@Etersoft - Среда для запуска программ Windows (основная часть)
%changelog
+* Sat Jun 11 2011 Etersoft Builder <builder@etersoft.ru> 1.3.14-alt1.2
+- merge commit '01ca32ac91a3b00de11eb86a0c68036aae28e563'
+- merge commit '0e5aa05e71887c7b4976a25bfe774d9db1c09121'
+- merge commit 'cdd2e2ab991a0d7659590cca6ae7864760bb391c' into eterhack
+- merge commit 'd8e04b2fb52582d39f2acd59e420108bd7c0affd' into eterhack
+- merge commit 'e3d5e8e6b0e5bf140a5c5efca31e5ee8ae44d475' into eterhack
+- merge commit 'e572dca4cc219cdf61ced42998f7e100aa9cfefc'
+- revert "winex11.drv Hack for 1c8.1: not to draw help messages if window is inactive (eterbug #1695)"
+- revert "winex11.drv: Do not call user32 functions if wine_tsx11_lock is called (eterbug #5799)."
+- advapi32/tests: Remove Win9x hacks
+- advpack/tests: Remove win9x hacks
+- comctl32/comboex: Reduce variable scope
+- comctl32/datetime: Fix use of out-of-scope local buffer (Coverity)
+- comctl32/ipaddress: Use array index after range check (Coverity)
+- comctl32/listview: Fix dead condition (Coverity)
+- comctl32/rebar: Don't use local variable with the same name as function parameter (Coverity)
+- comctl32/tests: Enable statusbar tooltip tests
+- comctl32/tests: Remove win9x hack
+- comctl32: Add a check for setting number of parts in the statusbar to zero
+- comctl32: Use signed indices, so that the number of parts can be set to zero
+- comdlg32/tests: Remove win9x hacks
+- credui: Add Japanese translation
+- crypt32/tests: Remove win9x hacks
+- cryptnet/tests: Remove win9x hacks
+- d3d8/tests: Remove win9x hack
+- d3dcompiler/tests: Add constant buffer test
+- d3dcompiler/tests: Add reflection ps output desc test
+- d3dcompiler/tests: Improve test_reflection_bound_resources()
+- d3dcompiler: Fix SystemValueType for pixelshader output signature
+- d3dcompiler: Implement ID3D11ShaderReflectionType::GetMemberTypeByIndex()
+- d3dcompiler: Implement ID3D11ShaderReflectionType::GetMemberTypeByName()
+- d3dcompiler: Implement ID3D11ShaderReflectionType::GetMemberTypeName()
+- d3dcompiler: Parse member types
+- d3dcompiler: Reorder section parsing to reflect the order from the shader blob
+- d3dcompiler: Use defines for shader target masks
+- dsound/tests: Remove win9x hack
+- fusion/tests: Remove win9x hacks
+- gdi32/tests: Remove win9x hacks
+- gdi32: Fix 64-bit pointer issues when copying upside-down bitmaps
+- gdiplus: Copy only the area requested when (un)locking bitmaps
+- gdiplus: Copy the bits on bitmap unlock if the write flag is set
+- gdiplus: Don't copy bits into the buffer when a bitmap is locked write-only
+- gdiplus: Implement ImageLockModeUserInputBuf
+- gdiplus: Test writes with conversion and without a user buffer
+- hhctrl.ocx: Use DEFAULT_GUI_FONT to show non-ansi characters properly
+- hlink/tests: Remove win9x hacks
+- inetmib1/tests: Add missing broken()
+- jscript: Fixed corner cases in parseInt implementation
+- kernel32/tests: Remove win9x hacks
+- kernel32: Avoid shadowing "status" variable
+- lz32/tests: Remove win9x hacks
+- mciwave: Fix a leak when Open fails (valgrind)
+- mlang/tests: Remove win9x hacks
+- mshtml/tests: Make IDispatch Vtbl const
+- mshtml: Added IHTMLDOMAttribute::get_nodeValue implementation
+- mshtml: Added IHTMLFormElement::get_elements implementation
+- mshtml: Added IHTMLFormElement::onsubmit implementation
+- mshtml: Added IHTMLStyle::[get|put]_backgroundPosition implementation
+- mshtml: Added more backgroundPosition* tests
+- mshtml: Added onsubmit and event canceling tests
+- mshtml: Added simple filter parser to support opacity
+- mshtml: Added support for canceling default event behavior
+- mshtml: Fixed buffer handling in set_nsstyle_attr
+- mshtml: Fixed memory leak
+- mshtml: Fixed typos in IHTMLInputElement::value tests
+- mshtml: Moved VARIANT to style value string conversion to separated function
+- mshtml: Moved call_disp_func to htmlevent.c
+- mshtml: Reimplement IHTMLStyle::get_backgroundPositionX using background-position property
+- mshtml: Reimplement IHTMLStyle::get_backgroundPositionY using background-position property
+- mshtml: Reimplement IHTMLStyle::put_backgroundPositionX using background-position property
+- mshtml: Reimplement IHTMLStyle::put_backgroundPositionY using background-position property
+- mshtml: Store style filter in HTMLStyle object
+- mshtml: Store style object in element object
+- msi/tests: Remove win9x hacks
+- msi: Add a missing va_end() (Coverity)
+- msvcrt: Implement _wfindfirst64
+- msvcrt: Implement _wfindnext64
+- msvfw32: Add Japanese translation
+- msxml3/tests: Remove broken test and parameter check
+- msxml3/tests: Remove win9x hacks
+- msxml3: Add get_output() implementation for processor
+- msxml3: Always set out pointer to null on failed QueryInterface
+- msxml3: Reject xmlns attribute to be added to element
+- netapi32: Try running the smbpasswd tool in NetUserChangePassword
+- ntdll: Don't print an error when architecture is set to win64 and the app is 64-bit
+- ntoskrnl.exe: Be more verbose in MmGetSystemRoutineAddress
+- ntprint/tests: Remove win9x hacks
+- oleaut32/tests: Fix a couple of todo_wine's
+- oleaut32/tests: Remove win9x hacks
+- oleaut32: Fix sizeof() usage (Coverity)
+- riched20/tests: Remove win9x hacks
+- rpcrt4/tests: Remove win9x hacks
+- secur32/tests: Remove win9x hacks
+- server: Avoid shadowing a global variable
+- server: Don't pass a thread id to send_hardware_message, determine it from the window
+- server: Fill the key state in mouse events from the server-side state
+- server: Maintain the "set since last time" bit for the global keystate
+- server: Make the foreground thread input per-desktop instead of global
+- server: Store the cursor clip rectangle in the server
+- server: Store the global cursor position in the server
+- server: Store the global key state in the server
+- server: Work around Mac OS not being able to set global breakpoint flags
+- setupapi/tests: Remove win9x hacks
+- shdocvw: Add Japanese translation
+- shell32/tests: Remove win9x hacks
+- shlwapi/tests: Remove win9x hacks
+- spoolss/tests: Change skip() to win_skip()
+- urlmon/tests: Remove win9x hacks
+- user32/tests: Modify proper fields instead of magic offsets
+- user32: Check bitmap info before it is used
+- user32: Fixed some more side effect functions in assert() (Coverity)
+- user32: Make DIB_GetBitmapInfo checks stricter
+- user32: Retrieve the current cursor position from the server
+- user32: Retrieve the key state for GetAsyncKeyState from the server
+- userenv/tests: Remove win9x hacks
+- wineconsole: Add Japanese translation
+- wined3d: Filter sRGB capabilities during format initialization
+- wined3d: Make IWineD3DResourceImpl an independent structure
+- wined3d: Merge device_unload_resource() and reset_unload_resources()
+- wined3d: Pass const resources to some resource functions
+- wined3d: Recognize some Northern Islands cards in select_card_ati_mesa()
+- wined3d: Recognize some Nouveau renderer strings
+- wined3d: Remove IWineD3DResource::UnLoad() from the public interface
+- wined3d: Rename ATI to AMD
+- winedbg: Support setting a breakpoint from a file name and line number
+- winemenubuilder: FriendlyDocName isn't part of the association
+- winex11.drv Hack for 1c8.1: not to draw help messages if window is inactive (eterbug #1695)
+- winex11.drv: Do not call user32 functions if wine_tsx11_lock is called (eterbug #5799)
+- winex11.drv: Quiet a noisy FIXME
+- winex11: Pass a window handle for keyboard hardware messages too
+- wpp: Add explicit casts when mixing unsigned and signed integers
+
* Fri Jun 10 2011 Etersoft Builder <builder@etersoft.ru> 1.3.14-alt1.1
- initialize .windows-serial when creating wineprefix (eterbug #6942)
- merge commit '188b3ae1b1c403363ddcca6028bc8d4c20d47240'